Attempt beta release

Update script.
This commit is contained in:
Davide De Rosa 2022-04-13 10:16:34 +02:00
parent 56fcee98b4
commit c7f7dd89a1
28 changed files with 88 additions and 120 deletions

View File

@ -1 +1 @@
1087 1100

View File

@ -1 +1 @@
2984 3012

View File

@ -1177,7 +1177,7 @@
CLANG_WARN_UNREACHABLE_CODE = YES; CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_IDENTITY = "Apple Development";
CURRENT_PROJECT_VERSION = 3001; CURRENT_PROJECT_VERSION = 3012;
DEBUG_INFORMATION_FORMAT = dwarf; DEBUG_INFORMATION_FORMAT = dwarf;
ENABLE_BITCODE = NO; ENABLE_BITCODE = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES; ENABLE_STRICT_OBJC_MSGSEND = YES;
@ -1243,7 +1243,7 @@
CLANG_WARN_UNREACHABLE_CODE = YES; CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_IDENTITY = "Apple Development";
CURRENT_PROJECT_VERSION = 3001; CURRENT_PROJECT_VERSION = 3012;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_BITCODE = NO; ENABLE_BITCODE = NO;
ENABLE_NS_ASSERTIONS = NO; ENABLE_NS_ASSERTIONS = NO;
@ -1274,7 +1274,7 @@
CLANG_ENABLE_MODULES = YES; CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = Passepartout/App/Shared/App.entitlements; CODE_SIGN_ENTITLEMENTS = Passepartout/App/Shared/App.entitlements;
CODE_SIGN_STYLE = Manual; CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 3000; CURRENT_PROJECT_VERSION = 3012;
DEVELOPMENT_TEAM = DTDYD63ZX9; DEVELOPMENT_TEAM = DTDYD63ZX9;
INFOPLIST_FILE = Passepartout/App/Shared/Info.plist; INFOPLIST_FILE = Passepartout/App/Shared/Info.plist;
LD_RUNPATH_SEARCH_PATHS = ( LD_RUNPATH_SEARCH_PATHS = (
@ -1300,7 +1300,7 @@
CLANG_ENABLE_MODULES = YES; CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = Passepartout/App/Shared/App.entitlements; CODE_SIGN_ENTITLEMENTS = Passepartout/App/Shared/App.entitlements;
CODE_SIGN_STYLE = Manual; CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 3000; CURRENT_PROJECT_VERSION = 3012;
DEVELOPMENT_TEAM = DTDYD63ZX9; DEVELOPMENT_TEAM = DTDYD63ZX9;
INFOPLIST_FILE = Passepartout/App/Shared/Info.plist; INFOPLIST_FILE = Passepartout/App/Shared/Info.plist;
LD_RUNPATH_SEARCH_PATHS = ( LD_RUNPATH_SEARCH_PATHS = (

View File

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

View File

@ -1,12 +1,13 @@
### Added ### Added
- Handle `--keepalive` option. - WireGuard support.
- iCloud support.
### Changed ### Changed
- Release app in the open via GitHub Actions. - App completely rewritten in SwiftUI.
### Fixed ### Fixed
- Trim whitespaces in text fields. - Files occasionally not selectable in browser.

View File

@ -1,12 +1,13 @@
### Added ### Added
- Handle `--keepalive` option. - WireGuard support.
- iCloud support.
### Changed ### Changed
- Release app in the open via GitHub Actions. - App completely rewritten in SwiftUI.
### Fixed ### Fixed
- Trim whitespaces in text fields. - Files occasionally not selectable in browser.

View File

@ -1,12 +1,13 @@
### Added ### Added
- Handle `--keepalive` option. - WireGuard support.
- iCloud support.
### Changed ### Changed
- Release app in the open via GitHub Actions. - App completely rewritten in SwiftUI.
### Fixed ### Fixed
- Trim whitespaces in text fields. - Files occasionally not selectable in browser.

View File

@ -1,12 +1,13 @@
### Added ### Added
- Handle `--keepalive` option. - WireGuard support.
- iCloud support.
### Changed ### Changed
- Release app in the open via GitHub Actions. - App completely rewritten in SwiftUI.
### Fixed ### Fixed
- Trim whitespaces in text fields. - Files occasionally not selectable in browser.

View File

@ -1,12 +1,13 @@
### Added ### Added
- Handle `--keepalive` option. - WireGuard support.
- iCloud support.
### Changed ### Changed
- Release app in the open via GitHub Actions. - App completely rewritten in SwiftUI.
### Fixed ### Fixed
- Trim whitespaces in text fields. - Files occasionally not selectable in browser.

View File

@ -1,12 +1,13 @@
### Added ### Added
- Handle `--keepalive` option. - WireGuard support.
- iCloud support.
### Changed ### Changed
- Release app in the open via GitHub Actions. - App completely rewritten in SwiftUI.
### Fixed ### Fixed
- Trim whitespaces in text fields. - Files occasionally not selectable in browser.

View File

@ -1,12 +1,13 @@
### Added ### Added
- Handle `--keepalive` option. - WireGuard support.
- iCloud support.
### Changed ### Changed
- Release app in the open via GitHub Actions. - App completely rewritten in SwiftUI.
### Fixed ### Fixed
- Trim whitespaces in text fields. - Files occasionally not selectable in browser.

View File

@ -1,12 +1,13 @@
### Added ### Added
- Handle `--keepalive` option. - WireGuard support.
- iCloud support.
### Changed ### Changed
- Release app in the open via GitHub Actions. - App completely rewritten in SwiftUI.
### Fixed ### Fixed
- Trim whitespaces in text fields. - Files occasionally not selectable in browser.

View File

@ -1,12 +1,13 @@
### Added ### Added
- Handle `--keepalive` option. - WireGuard support.
- iCloud support.
### Changed ### Changed
- Release app in the open via GitHub Actions. - App completely rewritten in SwiftUI.
### Fixed ### Fixed
- Trim whitespaces in text fields. - Files occasionally not selectable in browser.

View File

@ -1,12 +1,13 @@
### Added ### Added
- Handle `--keepalive` option. - WireGuard support.
- iCloud support.
### Changed ### Changed
- Release app in the open via GitHub Actions. - App completely rewritten in SwiftUI.
### Fixed ### Fixed
- Trim whitespaces in text fields. - Files occasionally not selectable in browser.

View File

@ -1,12 +1,13 @@
### Added ### Added
- Handle `--keepalive` option. - WireGuard support.
- iCloud support.
### Changed ### Changed
- Release app in the open via GitHub Actions. - App completely rewritten in SwiftUI.
### Fixed ### Fixed
- Trim whitespaces in text fields. - Files occasionally not selectable in browser.

View File

@ -1,13 +1,9 @@
### Added ### Added
- Handle `--keepalive` option. - WireGuard support.
- iCloud support.
### Changed ### Changed
- Release app in the open via GitHub Actions. - App completely rewritten in SwiftUI.
### Fixed
- Last update was not refreshed on "Refresh infrastructure".
- Trim whitespaces in text fields.

View File

@ -1,13 +1,9 @@
### Added ### Added
- Handle `--keepalive` option. - WireGuard support.
- iCloud support.
### Changed ### Changed
- Release app in the open via GitHub Actions. - App completely rewritten in SwiftUI.
### Fixed
- Last update was not refreshed on "Refresh infrastructure".
- Trim whitespaces in text fields.

View File

@ -1,13 +1,9 @@
### Added ### Added
- Handle `--keepalive` option. - WireGuard support.
- iCloud support.
### Changed ### Changed
- Release app in the open via GitHub Actions. - App completely rewritten in SwiftUI.
### Fixed
- Last update was not refreshed on "Refresh infrastructure".
- Trim whitespaces in text fields.

View File

@ -1,13 +1,9 @@
### Added ### Added
- Handle `--keepalive` option. - WireGuard support.
- iCloud support.
### Changed ### Changed
- Release app in the open via GitHub Actions. - App completely rewritten in SwiftUI.
### Fixed
- Last update was not refreshed on "Refresh infrastructure".
- Trim whitespaces in text fields.

View File

@ -1,13 +1,9 @@
### Added ### Added
- Handle `--keepalive` option. - WireGuard support.
- iCloud support.
### Changed ### Changed
- Release app in the open via GitHub Actions. - App completely rewritten in SwiftUI.
### Fixed
- Last update was not refreshed on "Refresh infrastructure".
- Trim whitespaces in text fields.

View File

@ -1,13 +1,9 @@
### Added ### Added
- Handle `--keepalive` option. - WireGuard support.
- iCloud support.
### Changed ### Changed
- Release app in the open via GitHub Actions. - App completely rewritten in SwiftUI.
### Fixed
- Last update was not refreshed on "Refresh infrastructure".
- Trim whitespaces in text fields.

View File

@ -1,13 +1,9 @@
### Added ### Added
- Handle `--keepalive` option. - WireGuard support.
- iCloud support.
### Changed ### Changed
- Release app in the open via GitHub Actions. - App completely rewritten in SwiftUI.
### Fixed
- Last update was not refreshed on "Refresh infrastructure".
- Trim whitespaces in text fields.

View File

@ -1,13 +1,9 @@
### Added ### Added
- Handle `--keepalive` option. - WireGuard support.
- iCloud support.
### Changed ### Changed
- Release app in the open via GitHub Actions. - App completely rewritten in SwiftUI.
### Fixed
- Last update was not refreshed on "Refresh infrastructure".
- Trim whitespaces in text fields.

View File

@ -1,13 +1,9 @@
### Added ### Added
- Handle `--keepalive` option. - WireGuard support.
- iCloud support.
### Changed ### Changed
- Release app in the open via GitHub Actions. - App completely rewritten in SwiftUI.
### Fixed
- Last update was not refreshed on "Refresh infrastructure".
- Trim whitespaces in text fields.

View File

@ -1,13 +1,9 @@
### Added ### Added
- Handle `--keepalive` option. - WireGuard support.
- iCloud support.
### Changed ### Changed
- Release app in the open via GitHub Actions. - App completely rewritten in SwiftUI.
### Fixed
- Last update was not refreshed on "Refresh infrastructure".
- Trim whitespaces in text fields.

View File

@ -1,13 +1,9 @@
### Added ### Added
- Handle `--keepalive` option. - WireGuard support.
- iCloud support.
### Changed ### Changed
- Release app in the open via GitHub Actions. - App completely rewritten in SwiftUI.
### Fixed
- Last update was not refreshed on "Refresh infrastructure".
- Trim whitespaces in text fields.

View File

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

View File

@ -19,8 +19,9 @@ ci/update-release-notes.sh ios &&
ci/copy-release-notes.sh mac ci/copy-release-notes.sh mac
# pull latest API # pull latest API
git -C PassepartoutCore/Sources/PassepartoutCore/API pull origin master API_PATH="PassepartoutCore/Sources/PassepartoutServices/API"
git add */PassepartoutCore/API git -C $API_PATH pull origin master
git add $API_PATH
# add build number # add build number
git add $BUILD_FILE git add $BUILD_FILE