refactor: version code handling

This commit is contained in:
Rainer Killinger
2022-02-10 21:10:40 +01:00
parent e78496fb8b
commit 8abd993667
2 changed files with 19 additions and 5 deletions

View File

@@ -17,7 +17,7 @@ require 'json'
default_platform(:ios)
package_json = JSON.parse(File.read('../../package.json'))
package_json = JSON.parse(File.read('../../../package.json'))
platform :ios do
desc "Push a new release build to the App Store"