We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In Android we have these -
android:versionCode="00110" android:versionName="0.1.1"
In IOS we have these
<key>CFBundleShortVersionString</key> <string>0.1.1</string> <key>CFBundleSignature</key> <string>????</string> <key>CFBundleVersion</key> <string>0.1.1</string>
Is it possible we simple pick the values from here in package.json -
{ ... "nativescript": { "version": { "string": "0.1.0", "code": "00110" } } }
We already have this for the package name / bundle id
The text was updated successfully, but these errors were encountered:
@championswimmer,
I'm closing this thread as duplicated to #1118. You can track the progress of feature in the thread above.
Sorry, something went wrong.
No branches or pull requests
In Android we have these -
In IOS we have these
Is it possible we simple pick the values from here in package.json -
We already have this for the package name / bundle id
The text was updated successfully, but these errors were encountered: