Skip to content

Commit 7870cae

Browse files
committed
1 parent 1a7ec1c commit 7870cae

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/skipapp.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ jobs:
2525
# These optional secrets enable the iOS app to be signed
2626
APPLE_CERTIFICATES_P12: ${{ secrets.APPLE_CERTIFICATES_P12 }}
2727
APPLE_CERTIFICATES_P12_PASSWORD: ${{ secrets.APPLE_CERTIFICATES_P12_PASSWORD }}
28-
APPLE_MOBILEPROVISION: ${{ secrets.APPLE_MOBILEPROVISION }}
2928
# This secret enables the iOS app to be uploaded to the App Store
3029
APPLE_APPSTORE_APIKEY: ${{ secrets.APPLE_APPSTORE_APIKEY }}
3130

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.7
14+
MARKETING_VERSION = 0.8.8
1515

1616
// The build number specifying the internal app version
17-
CURRENT_PROJECT_VERSION = 44
17+
CURRENT_PROJECT_VERSION = 45
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)