Attempt beta release

This commit is contained in:
Davide De Rosa 2022-10-31 14:18:07 +01:00
parent dc76776fe8
commit e2c976e58d
18 changed files with 34 additions and 122 deletions

View File

@ -1 +1 @@
3395 3405

View File

@ -1710,7 +1710,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 = 3395; CURRENT_PROJECT_VERSION = 3405;
DEBUG_INFORMATION_FORMAT = dwarf; DEBUG_INFORMATION_FORMAT = dwarf;
ENABLE_BITCODE = NO; ENABLE_BITCODE = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES; ENABLE_STRICT_OBJC_MSGSEND = YES;
@ -1777,7 +1777,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 = 3395; CURRENT_PROJECT_VERSION = 3405;
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;
@ -1811,7 +1811,7 @@
CLANG_ENABLE_MODULES = YES; CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = Passepartout/App/App.entitlements; CODE_SIGN_ENTITLEMENTS = Passepartout/App/App.entitlements;
CODE_SIGN_STYLE = Manual; CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 3395; CURRENT_PROJECT_VERSION = 3405;
DEVELOPMENT_TEAM = DTDYD63ZX9; DEVELOPMENT_TEAM = DTDYD63ZX9;
INFOPLIST_FILE = Passepartout/App/Info.plist; INFOPLIST_FILE = Passepartout/App/Info.plist;
LD_RUNPATH_SEARCH_PATHS = ( LD_RUNPATH_SEARCH_PATHS = (
@ -1838,7 +1838,7 @@
CLANG_ENABLE_MODULES = YES; CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = Passepartout/App/App.entitlements; CODE_SIGN_ENTITLEMENTS = Passepartout/App/App.entitlements;
CODE_SIGN_STYLE = Manual; CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 3395; CURRENT_PROJECT_VERSION = 3405;
DEVELOPMENT_TEAM = DTDYD63ZX9; DEVELOPMENT_TEAM = DTDYD63ZX9;
INFOPLIST_FILE = Passepartout/App/Info.plist; INFOPLIST_FILE = Passepartout/App/Info.plist;
LD_RUNPATH_SEARCH_PATHS = ( LD_RUNPATH_SEARCH_PATHS = (
@ -1931,7 +1931,7 @@
CODE_SIGN_STYLE = Manual; CODE_SIGN_STYLE = Manual;
COMBINE_HIDPI_IMAGES = YES; COMBINE_HIDPI_IMAGES = YES;
COPY_PHASE_STRIP = NO; COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 3395; CURRENT_PROJECT_VERSION = 3405;
DEAD_CODE_STRIPPING = YES; DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_TEAM = ""; DEVELOPMENT_TEAM = "";
INFOPLIST_FILE = Passepartout/Mac/Info.plist; INFOPLIST_FILE = Passepartout/Mac/Info.plist;
@ -1965,7 +1965,7 @@
CODE_SIGN_STYLE = Manual; CODE_SIGN_STYLE = Manual;
COMBINE_HIDPI_IMAGES = YES; COMBINE_HIDPI_IMAGES = YES;
COPY_PHASE_STRIP = NO; COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 3395; CURRENT_PROJECT_VERSION = 3405;
DEAD_CODE_STRIPPING = YES; DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_TEAM = ""; DEVELOPMENT_TEAM = "";
INFOPLIST_FILE = Passepartout/Mac/Info.plist; INFOPLIST_FILE = Passepartout/Mac/Info.plist;

View File

@ -34,7 +34,7 @@
<key>CFBundleShortVersionString</key> <key>CFBundleShortVersionString</key>
<string>2.0.3</string> <string>2.0.3</string>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>3395</string> <string>3405</string>
<key>ITSAppUsesNonExemptEncryption</key> <key>ITSAppUsesNonExemptEncryption</key>
<false/> <false/>
<key>LSApplicationCategoryType</key> <key>LSApplicationCategoryType</key>

View File

@ -1,13 +1,5 @@
### Added
- OpenVPN: Support for `--remote-random-hostname`.
### Fixed ### Fixed
- OpenVPN: Tunnel dying prematurely. - Improve kill switch behavior.
- OpenVPN: Local network settings being ignored. - Retain original filename as imported profile name.
- OpenVPN: Routes from configuration file are ignored.
- OpenVPN: Parse IPv6 endpoints properly.
- Restore "Reconnect" action in profiles.
- Systematic uninstallation of VPN profile if any IAP was refunded.

View File

@ -1,13 +1,5 @@
### Added
- OpenVPN: Support for `--remote-random-hostname`.
### Fixed ### Fixed
- OpenVPN: Tunnel dying prematurely. - Improve kill switch behavior.
- OpenVPN: Local network settings being ignored. - Retain original filename as imported profile name.
- OpenVPN: Routes from configuration file are ignored.
- OpenVPN: Parse IPv6 endpoints properly.
- Restore "Reconnect" action in profiles.
- Systematic uninstallation of VPN profile if any IAP was refunded.

View File

@ -1,13 +1,5 @@
### Added
- OpenVPN: Support for `--remote-random-hostname`.
### Fixed ### Fixed
- OpenVPN: Tunnel dying prematurely. - Improve kill switch behavior.
- OpenVPN: Local network settings being ignored. - Retain original filename as imported profile name.
- OpenVPN: Routes from configuration file are ignored.
- OpenVPN: Parse IPv6 endpoints properly.
- Restore "Reconnect" action in profiles.
- Systematic uninstallation of VPN profile if any IAP was refunded.

View File

@ -1,13 +1,5 @@
### Added
- OpenVPN: Support for `--remote-random-hostname`.
### Fixed ### Fixed
- OpenVPN: Tunnel dying prematurely. - Improve kill switch behavior.
- OpenVPN: Local network settings being ignored. - Retain original filename as imported profile name.
- OpenVPN: Routes from configuration file are ignored.
- OpenVPN: Parse IPv6 endpoints properly.
- Restore "Reconnect" action in profiles.
- Systematic uninstallation of VPN profile if any IAP was refunded.

View File

@ -1,13 +1,5 @@
### Added
- OpenVPN: Support for `--remote-random-hostname`.
### Fixed ### Fixed
- OpenVPN: Tunnel dying prematurely. - Improve kill switch behavior.
- OpenVPN: Local network settings being ignored. - Retain original filename as imported profile name.
- OpenVPN: Routes from configuration file are ignored.
- OpenVPN: Parse IPv6 endpoints properly.
- Restore "Reconnect" action in profiles.
- Systematic uninstallation of VPN profile if any IAP was refunded.

View File

@ -1,13 +1,5 @@
### Added
- OpenVPN: Support for `--remote-random-hostname`.
### Fixed ### Fixed
- OpenVPN: Tunnel dying prematurely. - Improve kill switch behavior.
- OpenVPN: Local network settings being ignored. - Retain original filename as imported profile name.
- OpenVPN: Routes from configuration file are ignored.
- OpenVPN: Parse IPv6 endpoints properly.
- Restore "Reconnect" action in profiles.
- Systematic uninstallation of VPN profile if any IAP was refunded.

View File

@ -1,13 +1,5 @@
### Added
- OpenVPN: Support for `--remote-random-hostname`.
### Fixed ### Fixed
- OpenVPN: Tunnel dying prematurely. - Improve kill switch behavior.
- OpenVPN: Local network settings being ignored. - Retain original filename as imported profile name.
- OpenVPN: Routes from configuration file are ignored.
- OpenVPN: Parse IPv6 endpoints properly.
- Restore "Reconnect" action in profiles.
- Systematic uninstallation of VPN profile if any IAP was refunded.

View File

@ -1,13 +1,5 @@
### Added
- OpenVPN: Support for `--remote-random-hostname`.
### Fixed ### Fixed
- OpenVPN: Tunnel dying prematurely. - Improve kill switch behavior.
- OpenVPN: Local network settings being ignored. - Retain original filename as imported profile name.
- OpenVPN: Routes from configuration file are ignored.
- OpenVPN: Parse IPv6 endpoints properly.
- Restore "Reconnect" action in profiles.
- Systematic uninstallation of VPN profile if any IAP was refunded.

View File

@ -1,13 +1,5 @@
### Added
- OpenVPN: Support for `--remote-random-hostname`.
### Fixed ### Fixed
- OpenVPN: Tunnel dying prematurely. - Improve kill switch behavior.
- OpenVPN: Local network settings being ignored. - Retain original filename as imported profile name.
- OpenVPN: Routes from configuration file are ignored.
- OpenVPN: Parse IPv6 endpoints properly.
- Restore "Reconnect" action in profiles.
- Systematic uninstallation of VPN profile if any IAP was refunded.

View File

@ -1,13 +1,5 @@
### Added
- OpenVPN: Support for `--remote-random-hostname`.
### Fixed ### Fixed
- OpenVPN: Tunnel dying prematurely. - Improve kill switch behavior.
- OpenVPN: Local network settings being ignored. - Retain original filename as imported profile name.
- OpenVPN: Routes from configuration file are ignored.
- OpenVPN: Parse IPv6 endpoints properly.
- Restore "Reconnect" action in profiles.
- Systematic uninstallation of VPN profile if any IAP was refunded.

View File

@ -1,13 +1,5 @@
### Added
- OpenVPN: Support for `--remote-random-hostname`.
### Fixed ### Fixed
- OpenVPN: Tunnel dying prematurely. - Improve kill switch behavior.
- OpenVPN: Local network settings being ignored. - Retain original filename as imported profile name.
- OpenVPN: Routes from configuration file are ignored.
- OpenVPN: Parse IPv6 endpoints properly.
- Restore "Reconnect" action in profiles.
- Systematic uninstallation of VPN profile if any IAP was refunded.

View File

@ -5,7 +5,7 @@
<key>CFBundleShortVersionString</key> <key>CFBundleShortVersionString</key>
<string>2.0.3</string> <string>2.0.3</string>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>3395</string> <string>3405</string>
<key>LSBackgroundOnly</key> <key>LSBackgroundOnly</key>
<true/> <true/>
<key>CFBundleIdentifier</key> <key>CFBundleIdentifier</key>

View File

@ -7,7 +7,7 @@
<key>CFBundleShortVersionString</key> <key>CFBundleShortVersionString</key>
<string>2.0.3</string> <string>2.0.3</string>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>3395</string> <string>3405</string>
<key>NSPrincipalClass</key> <key>NSPrincipalClass</key>
<string>$(PRODUCT_MODULE_NAME).PassepartoutMac</string> <string>$(PRODUCT_MODULE_NAME).PassepartoutMac</string>
<key>com.algoritmico.Passepartout.config</key> <key>com.algoritmico.Passepartout.config</key>

View File

@ -19,7 +19,7 @@
<key>CFBundleShortVersionString</key> <key>CFBundleShortVersionString</key>
<string>2.0.3</string> <string>2.0.3</string>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>3395</string> <string>3405</string>
<key>LSMinimumSystemVersion</key> <key>LSMinimumSystemVersion</key>
<string>$(MACOSX_DEPLOYMENT_TARGET)</string> <string>$(MACOSX_DEPLOYMENT_TARGET)</string>
<key>NSExtension</key> <key>NSExtension</key>

@ -1 +1 @@
Subproject commit 8caabade3b05cc9eb5fa86a2e098ea4391b94dc5 Subproject commit 3d1d80c7ba7e0294497dc02f21e889d4a317735e