apm icon indicating copy to clipboard operation
apm copied to clipboard

Platform specific ane's remains in the descriptor

Open cleverbeapps opened this issue 4 months ago • 2 comments

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 avatar Mar 03 '24 09:03 cleverbeapps