Attempt beta release

This commit is contained in:
Davide De Rosa 2022-05-01 20:44:12 +02:00
parent acbc1980f9
commit 87f2ebfd9e
16 changed files with 9 additions and 19 deletions

View File

@ -1 +1 @@
3021
3157

View File

@ -1127,7 +1127,7 @@
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
CODE_SIGN_IDENTITY = "Apple Development";
CURRENT_PROJECT_VERSION = 3021;
CURRENT_PROJECT_VERSION = 3157;
DEBUG_INFORMATION_FORMAT = dwarf;
ENABLE_BITCODE = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
@ -1195,7 +1195,7 @@
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
CODE_SIGN_IDENTITY = "Apple Development";
CURRENT_PROJECT_VERSION = 3021;
CURRENT_PROJECT_VERSION = 3157;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_BITCODE = NO;
ENABLE_NS_ASSERTIONS = NO;
@ -1228,7 +1228,7 @@
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = Passepartout/App/App.entitlements;
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 3021;
CURRENT_PROJECT_VERSION = 3157;
DEVELOPMENT_TEAM = DTDYD63ZX9;
INFOPLIST_FILE = Passepartout/App/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
@ -1251,7 +1251,7 @@
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = Passepartout/App/App.entitlements;
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 3021;
CURRENT_PROJECT_VERSION = 3157;
DEVELOPMENT_TEAM = DTDYD63ZX9;
INFOPLIST_FILE = Passepartout/App/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (

View File

@ -34,7 +34,7 @@
<key>CFBundleShortVersionString</key>
<string>2.0.0</string>
<key>CFBundleVersion</key>
<string>3021</string>
<string>3157</string>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<key>LSApplicationCategoryType</key>

View File

@ -10,4 +10,3 @@
### Fixed
- Files occasionally not selectable in browser.

View File

@ -10,4 +10,3 @@
### Fixed
- Files occasionally not selectable in browser.

View File

@ -10,4 +10,3 @@
### Fixed
- Files occasionally not selectable in browser.

View File

@ -10,4 +10,3 @@
### Fixed
- Files occasionally not selectable in browser.

View File

@ -10,4 +10,3 @@
### Fixed
- Files occasionally not selectable in browser.

View File

@ -10,4 +10,3 @@
### Fixed
- Files occasionally not selectable in browser.

View File

@ -10,4 +10,3 @@
### Fixed
- Files occasionally not selectable in browser.

View File

@ -10,4 +10,3 @@
### Fixed
- Files occasionally not selectable in browser.

View File

@ -10,4 +10,3 @@
### Fixed
- Files occasionally not selectable in browser.

View File

@ -10,4 +10,3 @@
### Fixed
- Files occasionally not selectable in browser.

View File

@ -19,7 +19,7 @@
<key>CFBundleShortVersionString</key>
<string>2.0.0</string>
<key>CFBundleVersion</key>
<string>3021</string>
<string>3157</string>
<key>LSMinimumSystemVersion</key>
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
<key>NSExtension</key>

@ -1 +1 @@
Subproject commit 9e4db9da5a3216b51624bb1726972e7443cabbe0
Subproject commit 04a40a2085ec8d0028fb3ffe70638a161734c1c7

View File

@ -30,7 +30,7 @@ git add *.plist
# add release notes
git add CHANGELOG.md
git add Passepartout/App/*/fastlane/metadata/*/release_notes.txt
git add Passepartout/App/fastlane/ios/metadata/*/release_notes.txt
git commit -m "Attempt beta release"
#VERSION=`ci/version-number.sh ios`