-
-
Notifications
You must be signed in to change notification settings - Fork 10
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
Comments
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. |
I don't think we can differentiate version numbers at the moment but I'll look into adding something in the next release. |
That's not required, i am only looking for an option to generate separate
xml files for Android & iOS.
…On Wed, Feb 15, 2023, 11:28 Michael ***@***.***> wrote:
I don't think we can differentiate version numbers at the moment but I'll
look into adding something in the next release.
—
Reply to this email directly, view it on GitHub
<#171 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AD6PAMRUTP3BCFJLNO56QB3WXRV6VANCNFSM6AAAAAAU2QZRRM>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Can you elaborate? I mean you can do:
|
That's exactly what I was looking for 😬
…On Wed, Feb 15, 2023, 11:41 Michael ***@***.***> wrote:
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
—
Reply to this email directly, view it on GitHub
<#171 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AD6PAMUZWCCVD2GRAQ2AFV3WXRXQHANCNFSM6AAAAAAU2QZRRM>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
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.
The text was updated successfully, but these errors were encountered: