Skip to content

Commit 815907b

Browse files
committed
1 parent 28c68f6 commit 815907b

File tree

4 files changed

+4
-7
lines changed

4 files changed

+4
-7
lines changed

Android/fastlane/Appfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44

55
# Load the shared Skip.env properties with the app info
66
require('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
1111
json_key_file("fastlane/apikey.json")

Darwin/SkipNotes.xcconfig

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,5 +61,3 @@ CODE_SIGN_IDENTITY[config=Release] = iPhone Distribution: The App Fair Project I
6161
CODE_SIGN_STYLE[config=Release] = Manual
6262
DEVELOPMENT_TEAM[config=Release] = 25KG25YA3R
6363
PROVISIONING_PROFILE_SPECIFIER[config=Release] = org.appfair.app.SkipNotes
64-
65-

Darwin/fastlane/Appfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,4 @@
44
require('dotenv')
55
Dotenv.load '../../Skip.env'
66
app_identifier(ENV['PRODUCT_BUNDLE_IDENTIFIER'])
7-
87
apple_id("appfair@appfair.org")

Skip.env

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ PRODUCT_NAME = SkipNotes
1111
PRODUCT_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
2020
ANDROID_PACKAGE_NAME = skip.notes

0 commit comments

Comments
 (0)