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

Generate Device Specific app-descriptor #171

Closed
Shaunmax opened this issue Feb 13, 2023 · 6 comments · Fixed by #180
Closed

Generate Device Specific app-descriptor #171

Shaunmax opened this issue Feb 13, 2023 · 6 comments · Fixed by #180
Labels
enhancement New feature or request

Comments

@Shaunmax
Copy link

Hello,

I have an existing project in which I need to generate different app-descriptor for android and iOS.
Currently I am using

apm generate app-descriptor

and differentiating it manually.

@marchbold
Copy link
Contributor

What is different between the two builds? there are certain mechanisms in place already which I can point you to.

@Shaunmax
Copy link
Author

What is different between the two builds? there are certain mechanisms in place already which I can point you to.

the application id and version number is different. reset everything is same.

@marchbold
Copy link
Contributor

I don't think we can differentiate version numbers at the moment but I'll look into adding something in the next release.

@marchbold marchbold added the enhancement New feature or request label Feb 15, 2023
@Shaunmax
Copy link
Author

Shaunmax commented Feb 15, 2023 via email

@marchbold
Copy link
Contributor

Can you elaborate?

I mean you can do:

apm generate app-descriptor src/MyApp-app-android.xml --exclude-ios
apm generate app-descriptor src/MyApp-app-ios.xml --exclude-android

@Shaunmax
Copy link
Author

Shaunmax commented Feb 15, 2023 via email

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

Successfully merging a pull request may close this issue.

2 participants