Attempt release

This commit is contained in:
Davide De Rosa 2024-01-05 23:55:19 +01:00
parent 4836bbac18
commit 978c74ad6e
No known key found for this signature in database
GPG Key ID: A48836171C759F5E
42 changed files with 80 additions and 278 deletions

View File

@ -1 +1 @@
1123
1124

View File

@ -1 +1 @@
3563
3566

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.1 (2024-01-05)
### Fixed

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 = 3562;
CURRENT_PROJECT_VERSION = 3566;
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 = 3562;
CURRENT_PROJECT_VERSION = 3566;
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 = 3562;
CURRENT_PROJECT_VERSION = 3566;
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 = 3562;
CURRENT_PROJECT_VERSION = 3566;
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 = 3562;
CURRENT_PROJECT_VERSION = 3566;
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 = 3562;
CURRENT_PROJECT_VERSION = 3566;
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.1</string>
<key>CFBundleVersion</key>
<string>3562</string>
<string>3566</string>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<key>LSApplicationCategoryType</key>

View File

@ -1,10 +1,4 @@
### Added
### Fixed
- App for tvOS.
- WireGuard: Show data count.
### Changed
- Upgrade OpenSSL to 3.2.0.
- Encrypt profiles stored to iCloud.
- OpenVPN: Regressions from the upgrade to OpenSSL 3.

View File

@ -1,10 +1,4 @@
### Added
### Fixed
- App for tvOS.
- WireGuard: Show data count.
### Changed
- Upgrade OpenSSL to 3.2.0.
- Encrypt profiles stored to iCloud.
- OpenVPN: Regressions from the upgrade to OpenSSL 3.

View File

@ -1,10 +1,4 @@
### Added
### Fixed
- App for tvOS.
- WireGuard: Show data count.
### Changed
- Upgrade OpenSSL to 3.2.0.
- Encrypt profiles stored to iCloud.
- OpenVPN: Regressions from the upgrade to OpenSSL 3.

View File

@ -1,10 +1,4 @@
### Added
### Fixed
- App for tvOS.
- WireGuard: Show data count.
### Changed
- Upgrade OpenSSL to 3.2.0.
- Encrypt profiles stored to iCloud.
- OpenVPN: Regressions from the upgrade to OpenSSL 3.

View File

@ -1,10 +1,4 @@
### Added
### Fixed
- App for tvOS.
- WireGuard: Show data count.
### Changed
- Upgrade OpenSSL to 3.2.0.
- Encrypt profiles stored to iCloud.
- OpenVPN: Regressions from the upgrade to OpenSSL 3.

View File

@ -1,10 +1,4 @@
### Added
### Fixed
- App for tvOS.
- WireGuard: Show data count.
### Changed
- Upgrade OpenSSL to 3.2.0.
- Encrypt profiles stored to iCloud.
- OpenVPN: Regressions from the upgrade to OpenSSL 3.

View File

@ -1,10 +1,4 @@
### Added
### Fixed
- App for tvOS.
- WireGuard: Show data count.
### Changed
- Upgrade OpenSSL to 3.2.0.
- Encrypt profiles stored to iCloud.
- OpenVPN: Regressions from the upgrade to OpenSSL 3.

View File

@ -1,10 +1,4 @@
### Added
### Fixed
- App for tvOS.
- WireGuard: Show data count.
### Changed
- Upgrade OpenSSL to 3.2.0.
- Encrypt profiles stored to iCloud.
- OpenVPN: Regressions from the upgrade to OpenSSL 3.

View File

@ -1,10 +1,4 @@
### Added
### Fixed
- App for tvOS.
- WireGuard: Show data count.
### Changed
- Upgrade OpenSSL to 3.2.0.
- Encrypt profiles stored to iCloud.
- OpenVPN: Regressions from the upgrade to OpenSSL 3.

View File

@ -1,10 +1,4 @@
### Added
### Fixed
- App for tvOS.
- WireGuard: Show data count.
### Changed
- Upgrade OpenSSL to 3.2.0.
- Encrypt profiles stored to iCloud.
- OpenVPN: Regressions from the upgrade to OpenSSL 3.

View File

@ -1,10 +1,4 @@
### Added
### Fixed
- App for tvOS.
- WireGuard: Show data count.
### Changed
- Upgrade OpenSSL to 3.2.0.
- Encrypt profiles stored to iCloud.
- OpenVPN: Regressions from the upgrade to OpenSSL 3.

View File

@ -1,10 +1,4 @@
### Added
### Fixed
- App for tvOS.
- WireGuard: Show data count.
### Changed
- Upgrade OpenSSL to 3.2.0.
- Encrypt profiles stored to iCloud.
- OpenVPN: Regressions from the upgrade to OpenSSL 3.

View File

@ -1,10 +1,4 @@
### Added
### Fixed
- App for tvOS.
- WireGuard: Show data count.
### Changed
- Upgrade OpenSSL to 3.2.0.
- Encrypt profiles stored to iCloud.
- OpenVPN: Regressions from the upgrade to OpenSSL 3.

View File

@ -1,10 +1,4 @@
### Added
### Fixed
- App for tvOS.
- WireGuard: Show data count.
### Changed
- Upgrade OpenSSL to 3.2.0.
- Encrypt profiles stored to iCloud.
- OpenVPN: Regressions from the upgrade to OpenSSL 3.

View File

@ -1,10 +1,4 @@
### Added
### Fixed
- App for tvOS.
- WireGuard: Show data count.
### Changed
- Upgrade OpenSSL to 3.2.0.
- Encrypt profiles stored to iCloud.
- OpenVPN: Regressions from the upgrade to OpenSSL 3.

View File

@ -1,10 +1,4 @@
### Added
### Fixed
- App for tvOS.
- WireGuard: Show data count.
### Changed
- Upgrade OpenSSL to 3.2.0.
- Encrypt profiles stored to iCloud.
- OpenVPN: Regressions from the upgrade to OpenSSL 3.

View File

@ -1,10 +1,4 @@
### Added
### Fixed
- App for tvOS.
- WireGuard: Show data count.
### Changed
- Upgrade OpenSSL to 3.2.0.
- Encrypt profiles stored to iCloud.
- OpenVPN: Regressions from the upgrade to OpenSSL 3.

View File

@ -1,10 +1,4 @@
### Added
### Fixed
- App for tvOS.
- WireGuard: Show data count.
### Changed
- Upgrade OpenSSL to 3.2.0.
- Encrypt profiles stored to iCloud.
- OpenVPN: Regressions from the upgrade to OpenSSL 3.

View File

@ -1,10 +1,4 @@
### Added
### Fixed
- App for tvOS.
- WireGuard: Show data count.
### Changed
- Upgrade OpenSSL to 3.2.0.
- Encrypt profiles stored to iCloud.
- OpenVPN: Regressions from the upgrade to OpenSSL 3.

View File

@ -1,10 +1,4 @@
### Added
### Fixed
- App for tvOS.
- WireGuard: Show data count.
### Changed
- Upgrade OpenSSL to 3.2.0.
- Encrypt profiles stored to iCloud.
- OpenVPN: Regressions from the upgrade to OpenSSL 3.

View File

@ -1,10 +1,4 @@
### Added
### Fixed
- App for tvOS.
- WireGuard: Show data count.
### Changed
- Upgrade OpenSSL to 3.2.0.
- Encrypt profiles stored to iCloud.
- OpenVPN: Regressions from the upgrade to OpenSSL 3.

View File

@ -1,10 +1,4 @@
### Added
### Fixed
- App for tvOS.
- WireGuard: Show data count.
### Changed
- Upgrade OpenSSL to 3.2.0.
- Encrypt profiles stored to iCloud.
- OpenVPN: Regressions from the upgrade to OpenSSL 3.

View File

@ -1,10 +1,4 @@
### Added
### Fixed
- App for tvOS.
- WireGuard: Show data count.
### Changed
- Upgrade OpenSSL to 3.2.0.
- Encrypt profiles stored to iCloud.
- OpenVPN: Regressions from the upgrade to OpenSSL 3.

View File

@ -1,10 +1,4 @@
### Added
### Fixed
- App for tvOS.
- WireGuard: Show data count.
### Changed
- Upgrade OpenSSL to 3.2.0.
- Encrypt profiles stored to iCloud.
- OpenVPN: Regressions from the upgrade to OpenSSL 3.

View File

@ -1,10 +1,4 @@
### Added
### Fixed
- App for tvOS.
- WireGuard: Show data count.
### Changed
- Upgrade OpenSSL to 3.2.0.
- Encrypt profiles stored to iCloud.
- OpenVPN: Regressions from the upgrade to OpenSSL 3.

View File

@ -1,10 +1,4 @@
### Added
### Fixed
- App for tvOS.
- WireGuard: Show data count.
### Changed
- Upgrade OpenSSL to 3.2.0.
- Encrypt profiles stored to iCloud.
- OpenVPN: Regressions from the upgrade to OpenSSL 3.

View File

@ -1,10 +1,4 @@
### Added
### Fixed
- App for tvOS.
- WireGuard: Show data count.
### Changed
- Upgrade OpenSSL to 3.2.0.
- Encrypt profiles stored to iCloud.
- OpenVPN: Regressions from the upgrade to OpenSSL 3.

View File

@ -1,10 +1,4 @@
### Added
### Fixed
- App for tvOS.
- WireGuard: Show data count.
### Changed
- Upgrade OpenSSL to 3.2.0.
- Encrypt profiles stored to iCloud.
- OpenVPN: Regressions from the upgrade to OpenSSL 3.

View File

@ -1,10 +1,4 @@
### Added
### Fixed
- App for tvOS.
- WireGuard: Show data count.
### Changed
- Upgrade OpenSSL to 3.2.0.
- Encrypt profiles stored to iCloud.
- OpenVPN: Regressions from the upgrade to OpenSSL 3.

View File

@ -1,10 +1,4 @@
### Added
### Fixed
- App for tvOS.
- WireGuard: Show data count.
### Changed
- Upgrade OpenSSL to 3.2.0.
- Encrypt profiles stored to iCloud.
- OpenVPN: Regressions from the upgrade to OpenSSL 3.

View File

@ -1,10 +1,4 @@
### Added
### Fixed
- App for tvOS.
- WireGuard: Show data count.
### Changed
- Upgrade OpenSSL to 3.2.0.
- Encrypt profiles stored to iCloud.
- OpenVPN: Regressions from the upgrade to OpenSSL 3.

View File

@ -1,10 +1,4 @@
### Added
### Fixed
- App for tvOS.
- WireGuard: Show data count.
### Changed
- Upgrade OpenSSL to 3.2.0.
- Encrypt profiles stored to iCloud.
- OpenVPN: Regressions from the upgrade to OpenSSL 3.

View File

@ -1,10 +1,4 @@
### Added
### Fixed
- App for tvOS.
- WireGuard: Show data count.
### Changed
- Upgrade OpenSSL to 3.2.0.
- Encrypt profiles stored to iCloud.
- OpenVPN: Regressions from the upgrade to OpenSSL 3.

View File

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

View File

@ -7,7 +7,7 @@
<key>CFBundleShortVersionString</key>
<string>2.3.1</string>
<key>CFBundleVersion</key>
<string>3562</string>
<string>3566</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.1</string>
<key>CFBundleVersion</key>
<string>3562</string>
<string>3566</string>
<key>LSMinimumSystemVersion</key>
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
<key>NSExtension</key>

@ -1 +1 @@
Subproject commit 27d5db53964335adb901fc40d7e8747c20150100
Subproject commit 35fb97b29a07d58f111fbe7f231ada8fe30020df