Attempt release

This commit is contained in:
Davide De Rosa 2023-12-31 01:24:00 +01:00
parent 5c5697762b
commit 7295249cb8
No known key found for this signature in database
GPG Key ID: A48836171C759F5E
43 changed files with 158 additions and 22 deletions

View File

@ -1 +1 @@
3548
3563

View File

@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## Unreleased
## 2.3.0 (2023-12-31)
### Added

View File

@ -8,8 +8,8 @@ GEM
artifactory (3.0.15)
atomos (0.1.3)
aws-eventstream (1.3.0)
aws-partitions (1.868.0)
aws-sdk-core (3.190.0)
aws-partitions (1.876.0)
aws-sdk-core (3.190.1)
aws-eventstream (~> 1, >= 1.3.0)
aws-partitions (~> 1, >= 1.651.0)
aws-sigv4 (~> 1.8)
@ -17,7 +17,7 @@ GEM
aws-sdk-kms (1.75.0)
aws-sdk-core (~> 3, >= 3.188.0)
aws-sigv4 (~> 1.1)
aws-sdk-s3 (1.141.0)
aws-sdk-s3 (1.142.0)
aws-sdk-core (~> 3, >= 3.189.0)
aws-sdk-kms (~> 1)
aws-sigv4 (~> 1.8)
@ -64,7 +64,7 @@ GEM
faraday-retry (1.0.3)
faraday_middleware (1.2.0)
faraday (~> 1.0)
fastimage (2.2.7)
fastimage (2.3.0)
fastlane (2.217.0)
CFPropertyList (>= 2.3, < 4.0.0)
addressable (>= 2.8, < 3.0.0)
@ -106,7 +106,7 @@ GEM
xcpretty (~> 0.3.0)
xcpretty-travis-formatter (>= 0.0.3)
gh_inspector (1.1.3)
google-apis-androidpublisher_v3 (0.53.0)
google-apis-androidpublisher_v3 (0.54.0)
google-apis-core (>= 0.11.0, < 2.a)
google-apis-core (0.11.2)
addressable (~> 2.5, >= 2.5.1)
@ -159,7 +159,7 @@ GEM
naturally (2.2.1)
optparse (0.1.1)
os (1.1.4)
plist (3.7.0)
plist (3.7.1)
public_suffix (5.0.4)
rake (13.1.0)
representable (3.2.0)
@ -185,7 +185,7 @@ GEM
unicode-display_width (>= 1.1.1, < 3)
trailblazer-option (0.1.2)
tty-cursor (0.7.1)
tty-screen (0.8.1)
tty-screen (0.8.2)
tty-spinner (0.9.3)
tty-cursor (~> 0.7)
uber (0.1.0)

View File

@ -1783,7 +1783,7 @@
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
CODE_SIGN_IDENTITY = "Apple Development";
CURRENT_PROJECT_VERSION = 3548;
CURRENT_PROJECT_VERSION = 3562;
DEBUG_INFORMATION_FORMAT = dwarf;
DEVELOPMENT_TEAM = "$(CFG_TEAM_ID)";
ENABLE_BITCODE = NO;
@ -1852,7 +1852,7 @@
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
CODE_SIGN_IDENTITY = "Apple Development";
CURRENT_PROJECT_VERSION = 3548;
CURRENT_PROJECT_VERSION = 3562;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
DEVELOPMENT_TEAM = "$(CFG_TEAM_ID)";
ENABLE_BITCODE = NO;
@ -1889,7 +1889,7 @@
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = Passepartout/App/App.entitlements;
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 3548;
CURRENT_PROJECT_VERSION = 3562;
INFOPLIST_FILE = Passepartout/App/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
@ -1917,7 +1917,7 @@
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = Passepartout/App/App.entitlements;
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 3548;
CURRENT_PROJECT_VERSION = 3562;
INFOPLIST_FILE = Passepartout/App/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
@ -1943,7 +1943,7 @@
CODE_SIGN_STYLE = Manual;
COMBINE_HIDPI_IMAGES = YES;
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 3548;
CURRENT_PROJECT_VERSION = 3562;
DEAD_CODE_STRIPPING = YES;
INFOPLIST_FILE = Passepartout/Mac/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles";
@ -1976,7 +1976,7 @@
CODE_SIGN_STYLE = Manual;
COMBINE_HIDPI_IMAGES = YES;
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 3548;
CURRENT_PROJECT_VERSION = 3562;
DEAD_CODE_STRIPPING = YES;
INFOPLIST_FILE = Passepartout/Mac/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles";

View File

@ -34,7 +34,7 @@
<key>CFBundleShortVersionString</key>
<string>2.3.0</string>
<key>CFBundleVersion</key>
<string>3548</string>
<string>3562</string>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<key>LSApplicationCategoryType</key>

View File

@ -1,5 +1,6 @@
### Added
- App for tvOS.
- WireGuard: Show data count.
### Changed

View File

@ -1,5 +1,6 @@
### Added
- App for tvOS.
- WireGuard: Show data count.
### Changed

View File

@ -1,5 +1,6 @@
### Added
- App for tvOS.
- WireGuard: Show data count.
### Changed

View File

@ -1,5 +1,6 @@
### Added
- App for tvOS.
- WireGuard: Show data count.
### Changed

View File

@ -1,5 +1,6 @@
### Added
- App for tvOS.
- WireGuard: Show data count.
### Changed

View File

@ -1,5 +1,6 @@
### Added
- App for tvOS.
- WireGuard: Show data count.
### Changed

View File

@ -1,5 +1,6 @@
### Added
- App for tvOS.
- WireGuard: Show data count.
### Changed

View File

@ -1,5 +1,6 @@
### Added
- App for tvOS.
- WireGuard: Show data count.
### Changed

View File

@ -1,5 +1,6 @@
### Added
- App for tvOS.
- WireGuard: Show data count.
### Changed

View File

@ -1,5 +1,6 @@
### Added
- App for tvOS.
- WireGuard: Show data count.
### Changed

View File

@ -1,5 +1,6 @@
### Added
- App for tvOS.
- WireGuard: Show data count.
### Changed

View File

@ -1,5 +1,6 @@
### Added
- App for tvOS.
- WireGuard: Show data count.
### Changed

View File

@ -1,5 +1,6 @@
### Added
- App for tvOS.
- WireGuard: Show data count.
### Changed

View File

@ -1,5 +1,6 @@
### Added
- App for tvOS.
- WireGuard: Show data count.
### Changed

View File

@ -1,5 +1,6 @@
### Added
- App for tvOS.
- WireGuard: Show data count.
### Changed

View File

@ -1,5 +1,6 @@
### Added
- App for tvOS.
- WireGuard: Show data count.
### Changed

View File

@ -1,5 +1,6 @@
### Added
- App for tvOS.
- WireGuard: Show data count.
### Changed

View File

@ -1,5 +1,6 @@
### Added
- App for tvOS.
- WireGuard: Show data count.
### Changed

View File

@ -1,5 +1,6 @@
### Added
- App for tvOS.
- WireGuard: Show data count.
### Changed

View File

@ -1,5 +1,6 @@
### Added
- App for tvOS.
- WireGuard: Show data count.
### Changed

View File

@ -1,5 +1,6 @@
### Added
- App for tvOS.
- WireGuard: Show data count.
### Changed

View File

@ -1,5 +1,6 @@
### Added
- App for tvOS.
- WireGuard: Show data count.
### Changed

View File

@ -0,0 +1,10 @@
### Added
- App for tvOS.
- WireGuard: Show data count.
### Changed
- Upgrade OpenSSL to 3.2.0.
- Encrypt profiles stored to iCloud.

View File

@ -0,0 +1,10 @@
### Added
- App for tvOS.
- WireGuard: Show data count.
### Changed
- Upgrade OpenSSL to 3.2.0.
- Encrypt profiles stored to iCloud.

View File

@ -0,0 +1,10 @@
### Added
- App for tvOS.
- WireGuard: Show data count.
### Changed
- Upgrade OpenSSL to 3.2.0.
- Encrypt profiles stored to iCloud.

View File

@ -0,0 +1,10 @@
### Added
- App for tvOS.
- WireGuard: Show data count.
### Changed
- Upgrade OpenSSL to 3.2.0.
- Encrypt profiles stored to iCloud.

View File

@ -0,0 +1,10 @@
### Added
- App for tvOS.
- WireGuard: Show data count.
### Changed
- Upgrade OpenSSL to 3.2.0.
- Encrypt profiles stored to iCloud.

View File

@ -0,0 +1,10 @@
### Added
- App for tvOS.
- WireGuard: Show data count.
### Changed
- Upgrade OpenSSL to 3.2.0.
- Encrypt profiles stored to iCloud.

View File

@ -0,0 +1,10 @@
### Added
- App for tvOS.
- WireGuard: Show data count.
### Changed
- Upgrade OpenSSL to 3.2.0.
- Encrypt profiles stored to iCloud.

View File

@ -0,0 +1,10 @@
### Added
- App for tvOS.
- WireGuard: Show data count.
### Changed
- Upgrade OpenSSL to 3.2.0.
- Encrypt profiles stored to iCloud.

View File

@ -0,0 +1,10 @@
### Added
- App for tvOS.
- WireGuard: Show data count.
### Changed
- Upgrade OpenSSL to 3.2.0.
- Encrypt profiles stored to iCloud.

View File

@ -0,0 +1,10 @@
### Added
- App for tvOS.
- WireGuard: Show data count.
### Changed
- Upgrade OpenSSL to 3.2.0.
- Encrypt profiles stored to iCloud.

View File

@ -0,0 +1,10 @@
### Added
- App for tvOS.
- WireGuard: Show data count.
### Changed
- Upgrade OpenSSL to 3.2.0.
- Encrypt profiles stored to iCloud.

View File

@ -5,7 +5,7 @@
<key>CFBundleShortVersionString</key>
<string>2.3.0</string>
<key>CFBundleVersion</key>
<string>3548</string>
<string>3562</string>
<key>LSBackgroundOnly</key>
<true/>
<key>CFBundleIdentifier</key>

View File

@ -7,7 +7,7 @@
<key>CFBundleShortVersionString</key>
<string>2.3.0</string>
<key>CFBundleVersion</key>
<string>3548</string>
<string>3562</string>
<key>NSPrincipalClass</key>
<string>$(PRODUCT_MODULE_NAME).PassepartoutMac</string>
<key>com.algoritmico.Passepartout.config</key>

View File

@ -19,7 +19,7 @@
<key>CFBundleShortVersionString</key>
<string>2.3.0</string>
<key>CFBundleVersion</key>
<string>3548</string>
<string>3562</string>
<key>LSMinimumSystemVersion</key>
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
<key>NSExtension</key>

@ -1 +1 @@
Subproject commit 4c18949f383d64a40c45f67b8aef21ed132c1ddb
Subproject commit 27d5db53964335adb901fc40d7e8747c20150100

View File

@ -26,9 +26,13 @@ echo $BUILD >$BUILD_FILE
# set release notes
if [[ $1 != "keep-metadata" ]]; then
ci/update-release-notes.sh ios && ci/update-release-notes.sh mac
ci/update-release-notes.sh ios &&
ci/update-release-notes.sh mac &&
ci/update-release-notes.sh tvos
fi
ci/copy-release-notes.sh ios && ci/copy-release-notes.sh mac
ci/copy-release-notes.sh ios &&
ci/copy-release-notes.sh mac &&
ci/copy-release-notes.sh tvos
# add build number
git add $BASE_BUILD_FILE $BUILD_FILE