Skip to content

possibility of using nativescript.version to define version name and code ? #3754

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

Closed
championswimmer opened this issue Jul 17, 2018 · 1 comment

Comments

@championswimmer
Copy link

championswimmer commented Jul 17, 2018

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

@Fatme
Copy link
Contributor

Fatme commented Jul 19, 2018

@championswimmer,

I'm closing this thread as duplicated to #1118. You can track the progress of feature in the thread above.

@Fatme Fatme closed this as completed Jul 19, 2018
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