File tree Expand file tree Collapse file tree 4 files changed +4
-7
lines changed
Expand file tree Collapse file tree 4 files changed +4
-7
lines changed Original file line number Diff line number Diff line change 44
55# Load the shared Skip.env properties with the app info
66require('dotenv')
7- Dotenv.load '../../Skip.env'
8- package_name(ENV['PRODUCT_BUNDLE_IDENTIFIER'])
7+ Dotenv.load( '../../Skip.env')
8+ package_name(ENV['PRODUCT_BUNDLE_IDENTIFIER'].sub("-", "_") )
99
1010# Path to the json secret file - Follow https://docs.fastlane.tools/actions/supply/#setup to get one
1111json_key_file("fastlane/apikey.json")
Original file line number Diff line number Diff line change @@ -61,5 +61,3 @@ CODE_SIGN_IDENTITY[config=Release] = iPhone Distribution: The App Fair Project I
6161CODE_SIGN_STYLE[config=Release] = Manual
6262DEVELOPMENT_TEAM[config=Release] = 25KG25YA3R
6363PROVISIONING_PROFILE_SPECIFIER[config=Release] = org.appfair.app.SkipNotes
64-
65-
Original file line number Diff line number Diff line change 44require('dotenv')
55Dotenv.load '../../Skip.env'
66app_identifier(ENV['PRODUCT_BUNDLE_IDENTIFIER'])
7-
87apple_id("appfair@appfair.org")
Original file line number Diff line number Diff line change @@ -11,10 +11,10 @@ PRODUCT_NAME = SkipNotes
1111PRODUCT_BUNDLE_IDENTIFIER = org.appfair.app.SkipNotes
1212
1313// The semantic version of the app
14- MARKETING_VERSION = 0.8.4
14+ MARKETING_VERSION = 0.8.5
1515
1616// The build number specifying the internal app version
17- CURRENT_PROJECT_VERSION = 41
17+ CURRENT_PROJECT_VERSION = 42
1818
1919// The package name for the Android entry point, referenced by the AndroidManifest.xml
2020ANDROID_PACKAGE_NAME = skip.notes
You can’t perform that action at this time.
0 commit comments