mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-22 01:22:54 +00:00
refactor: version code handling
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user