Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Platform specific ane's remains in the descriptor #201

Open
cleverbeapps opened this issue Mar 3, 2024 · 2 comments
Open

Platform specific ane's remains in the descriptor #201

cleverbeapps opened this issue Mar 3, 2024 · 2 comments

Comments

@cleverbeapps
Copy link

Hi!
I'm trying to generate separate descriptors to ios and android.
Since "apm generate app-descriptor src/descriptor-ios.xml --exclude-android" is deprecated,
for now, to generate a descriptor file with only ios/android related dependencies, I am specifying the needed platform in apm file
image
then do "apm generate app-descriptor src/descriptor-ios.xml" and then the same thing for android
(maybe there is a more convenient way to do this?)

But I found that ios descriptor keeps Android dependencies
image

Is it expected? Thanks.

@cleverbeapps
Copy link
Author

Also, if I try to specify custom CFBundleURLTypes in InfoAdditions.xml
image
then it does not override the default value in the descriptor, and a duplicate appears
image

@marchbold
Copy link
Contributor

The first one there is due to this feature being a work in progress. We haven't been through and labelled all of our extensions as to which platforms they are "required" for so currently you'll see several of them are still just applied for all. We are working through this slowly.

Regarding the second question, this is probably expected as you are allowed multiple url schemes so apm shouldn't override. Where is the second value coming from?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants