File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 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
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.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
2020ANDROID_PACKAGE_NAME = skip.notes
You can’t perform that action at this time.
0 commit comments