Attempt beta release

This commit is contained in:
Davide De Rosa 2023-04-18 17:24:10 +02:00
parent 2a54d59a80
commit 1fd38790e4
30 changed files with 87 additions and 318 deletions

View File

@ -1 +1 @@
3457
3467

View File

@ -3,12 +3,12 @@ GEM
specs:
CFPropertyList (3.0.6)
rexml
addressable (2.8.3)
addressable (2.8.4)
public_suffix (>= 2.0.2, < 6.0)
artifactory (3.0.15)
atomos (0.1.3)
aws-eventstream (1.2.0)
aws-partitions (1.742.0)
aws-partitions (1.749.0)
aws-sdk-core (3.171.0)
aws-eventstream (~> 1, >= 1.0.2)
aws-partitions (~> 1, >= 1.651.0)
@ -66,7 +66,7 @@ GEM
faraday_middleware (1.2.0)
faraday (~> 1.0)
fastimage (2.2.6)
fastlane (2.212.1)
fastlane (2.212.2)
CFPropertyList (>= 2.3, < 4.0.0)
addressable (>= 2.8, < 3.0.0)
artifactory (~> 3.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.38.0)
google-apis-androidpublisher_v3 (0.39.0)
google-apis-core (>= 0.11.0, < 2.a)
google-apis-core (0.11.0)
addressable (~> 2.5, >= 2.5.1)
@ -137,7 +137,7 @@ GEM
google-cloud-core (~> 1.6)
googleauth (>= 0.16.2, < 2.a)
mini_mime (~> 1.0)
googleauth (1.5.0)
googleauth (1.5.2)
faraday (>= 0.17.3, < 3.a)
jwt (>= 1.4, < 3.0)
memoist (~> 0.16)

View File

@ -1760,7 +1760,7 @@
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
CODE_SIGN_IDENTITY = "Apple Development";
CURRENT_PROJECT_VERSION = 3457;
CURRENT_PROJECT_VERSION = 3467;
DEBUG_INFORMATION_FORMAT = dwarf;
ENABLE_BITCODE = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
@ -1827,7 +1827,7 @@
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
CODE_SIGN_IDENTITY = "Apple Development";
CURRENT_PROJECT_VERSION = 3457;
CURRENT_PROJECT_VERSION = 3467;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_BITCODE = NO;
ENABLE_NS_ASSERTIONS = NO;
@ -1861,7 +1861,7 @@
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = Passepartout/App/App.entitlements;
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 3457;
CURRENT_PROJECT_VERSION = 3467;
DEVELOPMENT_TEAM = DTDYD63ZX9;
INFOPLIST_FILE = Passepartout/App/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
@ -1888,7 +1888,7 @@
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = Passepartout/App/App.entitlements;
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 3457;
CURRENT_PROJECT_VERSION = 3467;
DEVELOPMENT_TEAM = DTDYD63ZX9;
INFOPLIST_FILE = Passepartout/App/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
@ -1983,7 +1983,7 @@
CODE_SIGN_STYLE = Manual;
COMBINE_HIDPI_IMAGES = YES;
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 3457;
CURRENT_PROJECT_VERSION = 3467;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_TEAM = "";
INFOPLIST_FILE = Passepartout/Mac/Info.plist;
@ -2017,7 +2017,7 @@
CODE_SIGN_STYLE = Manual;
COMBINE_HIDPI_IMAGES = YES;
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 3457;
CURRENT_PROJECT_VERSION = 3467;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_TEAM = "";
INFOPLIST_FILE = Passepartout/Mac/Info.plist;

View File

@ -32,9 +32,9 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>2.1.0</string>
<string>2.1.1</string>
<key>CFBundleVersion</key>
<string>3457</string>
<string>3467</string>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<key>LSApplicationCategoryType</key>

View File

@ -1,20 +1,9 @@
### Added
- Option to lock app when entering background.
- 3D Touch items.
- Ukranian translations (Dmitry Chirkin).
- Restore DNS "Domain" setting.
- OpenVPN: Full implementation of Tunnelblick XOR patch (tmthecoder).
- WireGuard: DoH/DoT options.
### Changed
- Bump target to iOS 15.
- Always show "Reconnect" button.
- Move Diagnostics view to Profile bottom.
- Show app version in Mac menu (macOS).
### Fixed
- Improve kill switch behavior.
- Retain original filename as imported profile name.
- Roll back broken kill switch flag.
- Remove nonsense Mac menus (macOS).

View File

@ -1,20 +1,9 @@
### Added
- Option to lock app when entering background.
- 3D Touch items.
- Ukranian translations (Dmitry Chirkin).
- Restore DNS "Domain" setting.
- OpenVPN: Full implementation of Tunnelblick XOR patch (tmthecoder).
- WireGuard: DoH/DoT options.
### Changed
- Bump target to iOS 15.
- Always show "Reconnect" button.
- Move Diagnostics view to Profile bottom.
- Show app version in Mac menu (macOS).
### Fixed
- Improve kill switch behavior.
- Retain original filename as imported profile name.
- Roll back broken kill switch flag.
- Remove nonsense Mac menus (macOS).

View File

@ -1,20 +1,9 @@
### Added
- Option to lock app when entering background.
- 3D Touch items.
- Ukranian translations (Dmitry Chirkin).
- Restore DNS "Domain" setting.
- OpenVPN: Full implementation of Tunnelblick XOR patch (tmthecoder).
- WireGuard: DoH/DoT options.
### Changed
- Bump target to iOS 15.
- Always show "Reconnect" button.
- Move Diagnostics view to Profile bottom.
- Show app version in Mac menu (macOS).
### Fixed
- Improve kill switch behavior.
- Retain original filename as imported profile name.
- Roll back broken kill switch flag.
- Remove nonsense Mac menus (macOS).

View File

@ -1,20 +1,9 @@
### Added
- Option to lock app when entering background.
- 3D Touch items.
- Ukranian translations (Dmitry Chirkin).
- Restore DNS "Domain" setting.
- OpenVPN: Full implementation of Tunnelblick XOR patch (tmthecoder).
- WireGuard: DoH/DoT options.
### Changed
- Bump target to iOS 15.
- Always show "Reconnect" button.
- Move Diagnostics view to Profile bottom.
- Show app version in Mac menu (macOS).
### Fixed
- Improve kill switch behavior.
- Retain original filename as imported profile name.
- Roll back broken kill switch flag.
- Remove nonsense Mac menus (macOS).

View File

@ -1,20 +1,9 @@
### Added
- Option to lock app when entering background.
- 3D Touch items.
- Ukranian translations (Dmitry Chirkin).
- Restore DNS "Domain" setting.
- OpenVPN: Full implementation of Tunnelblick XOR patch (tmthecoder).
- WireGuard: DoH/DoT options.
### Changed
- Bump target to iOS 15.
- Always show "Reconnect" button.
- Move Diagnostics view to Profile bottom.
- Show app version in Mac menu (macOS).
### Fixed
- Improve kill switch behavior.
- Retain original filename as imported profile name.
- Roll back broken kill switch flag.
- Remove nonsense Mac menus (macOS).

View File

@ -1,20 +1,9 @@
### Added
- Option to lock app when entering background.
- 3D Touch items.
- Ukranian translations (Dmitry Chirkin).
- Restore DNS "Domain" setting.
- OpenVPN: Full implementation of Tunnelblick XOR patch (tmthecoder).
- WireGuard: DoH/DoT options.
### Changed
- Bump target to iOS 15.
- Always show "Reconnect" button.
- Move Diagnostics view to Profile bottom.
- Show app version in Mac menu (macOS).
### Fixed
- Improve kill switch behavior.
- Retain original filename as imported profile name.
- Roll back broken kill switch flag.
- Remove nonsense Mac menus (macOS).

View File

@ -1,20 +1,9 @@
### Added
- Option to lock app when entering background.
- 3D Touch items.
- Ukranian translations (Dmitry Chirkin).
- Restore DNS "Domain" setting.
- OpenVPN: Full implementation of Tunnelblick XOR patch (tmthecoder).
- WireGuard: DoH/DoT options.
### Changed
- Bump target to iOS 15.
- Always show "Reconnect" button.
- Move Diagnostics view to Profile bottom.
- Show app version in Mac menu (macOS).
### Fixed
- Improve kill switch behavior.
- Retain original filename as imported profile name.
- Roll back broken kill switch flag.
- Remove nonsense Mac menus (macOS).

View File

@ -1,20 +1,9 @@
### Added
- Option to lock app when entering background.
- 3D Touch items.
- Ukranian translations (Dmitry Chirkin).
- Restore DNS "Domain" setting.
- OpenVPN: Full implementation of Tunnelblick XOR patch (tmthecoder).
- WireGuard: DoH/DoT options.
### Changed
- Bump target to iOS 15.
- Always show "Reconnect" button.
- Move Diagnostics view to Profile bottom.
- Show app version in Mac menu (macOS).
### Fixed
- Improve kill switch behavior.
- Retain original filename as imported profile name.
- Roll back broken kill switch flag.
- Remove nonsense Mac menus (macOS).

View File

@ -1,20 +1,9 @@
### Added
- Option to lock app when entering background.
- 3D Touch items.
- Ukranian translations (Dmitry Chirkin).
- Restore DNS "Domain" setting.
- OpenVPN: Full implementation of Tunnelblick XOR patch (tmthecoder).
- WireGuard: DoH/DoT options.
### Changed
- Bump target to iOS 15.
- Always show "Reconnect" button.
- Move Diagnostics view to Profile bottom.
- Show app version in Mac menu (macOS).
### Fixed
- Improve kill switch behavior.
- Retain original filename as imported profile name.
- Roll back broken kill switch flag.
- Remove nonsense Mac menus (macOS).

View File

@ -1,20 +1,9 @@
### Added
- Option to lock app when entering background.
- 3D Touch items.
- Ukranian translations (Dmitry Chirkin).
- Restore DNS "Domain" setting.
- OpenVPN: Full implementation of Tunnelblick XOR patch (tmthecoder).
- WireGuard: DoH/DoT options.
### Changed
- Bump target to iOS 15.
- Always show "Reconnect" button.
- Move Diagnostics view to Profile bottom.
- Show app version in Mac menu (macOS).
### Fixed
- Improve kill switch behavior.
- Retain original filename as imported profile name.
- Roll back broken kill switch flag.
- Remove nonsense Mac menus (macOS).

View File

@ -1,20 +1,9 @@
### Added
- Option to lock app when entering background.
- 3D Touch items.
- Ukranian translations (Dmitry Chirkin).
- Restore DNS "Domain" setting.
- OpenVPN: Full implementation of Tunnelblick XOR patch (tmthecoder).
- WireGuard: DoH/DoT options.
### Changed
- Bump target to iOS 15.
- Always show "Reconnect" button.
- Move Diagnostics view to Profile bottom.
- Show app version in Mac menu (macOS).
### Fixed
- Improve kill switch behavior.
- Retain original filename as imported profile name.
- Roll back broken kill switch flag.
- Remove nonsense Mac menus (macOS).

View File

@ -1,19 +1,9 @@
### Added
- Ukranian translations (Dmitry Chirkin).
- Restore DNS "Domain" setting.
- OpenVPN: Full implementation of Tunnelblick XOR patch (tmthecoder).
- WireGuard: DoH/DoT options.
### Changed
- Bump target to macOS 12.
- Always show "Reconnect" button.
- Move Diagnostics view to Profile bottom.
- Show app version in Mac menu (macOS).
### Fixed
- Improve kill switch behavior.
- Retain original filename as imported profile name.
- In-app purchases other than full version were not recognized.
- Roll back broken kill switch flag.
- Remove nonsense Mac menus (macOS).

View File

@ -1,19 +1,9 @@
### Added
- Ukranian translations (Dmitry Chirkin).
- Restore DNS "Domain" setting.
- OpenVPN: Full implementation of Tunnelblick XOR patch (tmthecoder).
- WireGuard: DoH/DoT options.
### Changed
- Bump target to macOS 12.
- Always show "Reconnect" button.
- Move Diagnostics view to Profile bottom.
- Show app version in Mac menu (macOS).
### Fixed
- Improve kill switch behavior.
- Retain original filename as imported profile name.
- In-app purchases other than full version were not recognized.
- Roll back broken kill switch flag.
- Remove nonsense Mac menus (macOS).

View File

@ -1,19 +1,9 @@
### Added
- Ukranian translations (Dmitry Chirkin).
- Restore DNS "Domain" setting.
- OpenVPN: Full implementation of Tunnelblick XOR patch (tmthecoder).
- WireGuard: DoH/DoT options.
### Changed
- Bump target to macOS 12.
- Always show "Reconnect" button.
- Move Diagnostics view to Profile bottom.
- Show app version in Mac menu (macOS).
### Fixed
- Improve kill switch behavior.
- Retain original filename as imported profile name.
- In-app purchases other than full version were not recognized.
- Roll back broken kill switch flag.
- Remove nonsense Mac menus (macOS).

View File

@ -1,19 +1,9 @@
### Added
- Ukranian translations (Dmitry Chirkin).
- Restore DNS "Domain" setting.
- OpenVPN: Full implementation of Tunnelblick XOR patch (tmthecoder).
- WireGuard: DoH/DoT options.
### Changed
- Bump target to macOS 12.
- Always show "Reconnect" button.
- Move Diagnostics view to Profile bottom.
- Show app version in Mac menu (macOS).
### Fixed
- Improve kill switch behavior.
- Retain original filename as imported profile name.
- In-app purchases other than full version were not recognized.
- Roll back broken kill switch flag.
- Remove nonsense Mac menus (macOS).

View File

@ -1,19 +1,9 @@
### Added
- Ukranian translations (Dmitry Chirkin).
- Restore DNS "Domain" setting.
- OpenVPN: Full implementation of Tunnelblick XOR patch (tmthecoder).
- WireGuard: DoH/DoT options.
### Changed
- Bump target to macOS 12.
- Always show "Reconnect" button.
- Move Diagnostics view to Profile bottom.
- Show app version in Mac menu (macOS).
### Fixed
- Improve kill switch behavior.
- Retain original filename as imported profile name.
- In-app purchases other than full version were not recognized.
- Roll back broken kill switch flag.
- Remove nonsense Mac menus (macOS).

View File

@ -1,19 +1,9 @@
### Added
- Ukranian translations (Dmitry Chirkin).
- Restore DNS "Domain" setting.
- OpenVPN: Full implementation of Tunnelblick XOR patch (tmthecoder).
- WireGuard: DoH/DoT options.
### Changed
- Bump target to macOS 12.
- Always show "Reconnect" button.
- Move Diagnostics view to Profile bottom.
- Show app version in Mac menu (macOS).
### Fixed
- Improve kill switch behavior.
- Retain original filename as imported profile name.
- In-app purchases other than full version were not recognized.
- Roll back broken kill switch flag.
- Remove nonsense Mac menus (macOS).

View File

@ -1,19 +1,9 @@
### Added
- Ukranian translations (Dmitry Chirkin).
- Restore DNS "Domain" setting.
- OpenVPN: Full implementation of Tunnelblick XOR patch (tmthecoder).
- WireGuard: DoH/DoT options.
### Changed
- Bump target to macOS 12.
- Always show "Reconnect" button.
- Move Diagnostics view to Profile bottom.
- Show app version in Mac menu (macOS).
### Fixed
- Improve kill switch behavior.
- Retain original filename as imported profile name.
- In-app purchases other than full version were not recognized.
- Roll back broken kill switch flag.
- Remove nonsense Mac menus (macOS).

View File

@ -1,19 +1,9 @@
### Added
- Ukranian translations (Dmitry Chirkin).
- Restore DNS "Domain" setting.
- OpenVPN: Full implementation of Tunnelblick XOR patch (tmthecoder).
- WireGuard: DoH/DoT options.
### Changed
- Bump target to macOS 12.
- Always show "Reconnect" button.
- Move Diagnostics view to Profile bottom.
- Show app version in Mac menu (macOS).
### Fixed
- Improve kill switch behavior.
- Retain original filename as imported profile name.
- In-app purchases other than full version were not recognized.
- Roll back broken kill switch flag.
- Remove nonsense Mac menus (macOS).

View File

@ -1,19 +1,9 @@
### Added
- Ukranian translations (Dmitry Chirkin).
- Restore DNS "Domain" setting.
- OpenVPN: Full implementation of Tunnelblick XOR patch (tmthecoder).
- WireGuard: DoH/DoT options.
### Changed
- Bump target to macOS 12.
- Always show "Reconnect" button.
- Move Diagnostics view to Profile bottom.
- Show app version in Mac menu (macOS).
### Fixed
- Improve kill switch behavior.
- Retain original filename as imported profile name.
- In-app purchases other than full version were not recognized.
- Roll back broken kill switch flag.
- Remove nonsense Mac menus (macOS).

View File

@ -1,19 +1,9 @@
### Added
- Ukranian translations (Dmitry Chirkin).
- Restore DNS "Domain" setting.
- OpenVPN: Full implementation of Tunnelblick XOR patch (tmthecoder).
- WireGuard: DoH/DoT options.
### Changed
- Bump target to macOS 12.
- Always show "Reconnect" button.
- Move Diagnostics view to Profile bottom.
- Show app version in Mac menu (macOS).
### Fixed
- Improve kill switch behavior.
- Retain original filename as imported profile name.
- In-app purchases other than full version were not recognized.
- Roll back broken kill switch flag.
- Remove nonsense Mac menus (macOS).

View File

@ -1,19 +1,9 @@
### Added
- Ukranian translations (Dmitry Chirkin).
- Restore DNS "Domain" setting.
- OpenVPN: Full implementation of Tunnelblick XOR patch (tmthecoder).
- WireGuard: DoH/DoT options.
### Changed
- Bump target to macOS 12.
- Always show "Reconnect" button.
- Move Diagnostics view to Profile bottom.
- Show app version in Mac menu (macOS).
### Fixed
- Improve kill switch behavior.
- Retain original filename as imported profile name.
- In-app purchases other than full version were not recognized.
- Roll back broken kill switch flag.
- Remove nonsense Mac menus (macOS).

View File

@ -3,9 +3,9 @@
<plist version="1.0">
<dict>
<key>CFBundleShortVersionString</key>
<string>2.1.0</string>
<string>2.1.1</string>
<key>CFBundleVersion</key>
<string>3457</string>
<string>3467</string>
<key>LSBackgroundOnly</key>
<true/>
<key>CFBundleIdentifier</key>

View File

@ -5,9 +5,9 @@
<key>CFBundleIdentifier</key>
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
<key>CFBundleShortVersionString</key>
<string>2.1.0</string>
<string>2.1.1</string>
<key>CFBundleVersion</key>
<string>3457</string>
<string>3467</string>
<key>NSPrincipalClass</key>
<string>$(PRODUCT_MODULE_NAME).PassepartoutMac</string>
<key>com.algoritmico.Passepartout.config</key>

View File

@ -17,9 +17,9 @@
<key>CFBundlePackageType</key>
<string>XPC!</string>
<key>CFBundleShortVersionString</key>
<string>2.1.0</string>
<string>2.1.1</string>
<key>CFBundleVersion</key>
<string>3457</string>
<string>3467</string>
<key>LSMinimumSystemVersion</key>
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
<key>NSExtension</key>

@ -1 +1 @@
Subproject commit 47e08515b47a02f2f0990a7cef184592f2774dd6
Subproject commit 90d6b13efd00f5607ae9cd6e5fdde375bdfabfa5