José González

Results 15 comments of José González

Ok, I didn't know that, I thought you could just pull in versions for 2.13 to be used in Scala 3 along with other Scala 3 artefacts. Thanks for the...

@thomasMinshull I guess this comes too late, but I was able to fix my machine just deleting `/Library/Developer/PrivateFrameworks/CoreSimulator.framework` (in fact I moved it to `/Library/Developer/PrivateFrameworks/CoreSimulator.bad.framework` just in case I needed...

> IMHO, the token endpoint should not be absolute, but relative to the selected server URL (analogous to the API endpoints) This only makes sense when you are implementing yourself...

@theodab @TheModMaker I've got a working pod that I thought to publish but I have a doubt about this. The pod would contain fat frameworks (stripping automatically managed by Cocoapods)...

Ok, then is there any way to distribute a pod of Shaka Player Embedded compiled with the Widevine CDM? You have to configure the EME implementation you will be using...

Yes, I know, I work for a company which has an agreement with Widevine. Anyway, in order to add the CDM library the Shaka Player Embedded should have been compiled...

The only other thing I can think of (if you are interested) is to contribute the project used to generate the pod, so other users can use it as a...

> Maybe. Is there a way to mark the CocoaPod as internal so someone doesn't accidentally release it? No, there's no way to mark it as "internal". The only difference...

> So you should look into private pods: https://guides.cocoapods.org/making/private-cocoapods.html Thanks for the suggestion, we are already using them 😄