Attempt beta release
This commit is contained in:
parent
dc76776fe8
commit
e2c976e58d
|
@ -1 +1 @@
|
|||
3395
|
||||
3405
|
||||
|
|
|
@ -1710,7 +1710,7 @@
|
|||
CLANG_WARN_UNREACHABLE_CODE = YES;
|
||||
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
||||
CODE_SIGN_IDENTITY = "Apple Development";
|
||||
CURRENT_PROJECT_VERSION = 3395;
|
||||
CURRENT_PROJECT_VERSION = 3405;
|
||||
DEBUG_INFORMATION_FORMAT = dwarf;
|
||||
ENABLE_BITCODE = NO;
|
||||
ENABLE_STRICT_OBJC_MSGSEND = YES;
|
||||
|
@ -1777,7 +1777,7 @@
|
|||
CLANG_WARN_UNREACHABLE_CODE = YES;
|
||||
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
||||
CODE_SIGN_IDENTITY = "Apple Development";
|
||||
CURRENT_PROJECT_VERSION = 3395;
|
||||
CURRENT_PROJECT_VERSION = 3405;
|
||||
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
||||
ENABLE_BITCODE = NO;
|
||||
ENABLE_NS_ASSERTIONS = NO;
|
||||
|
@ -1811,7 +1811,7 @@
|
|||
CLANG_ENABLE_MODULES = YES;
|
||||
CODE_SIGN_ENTITLEMENTS = Passepartout/App/App.entitlements;
|
||||
CODE_SIGN_STYLE = Manual;
|
||||
CURRENT_PROJECT_VERSION = 3395;
|
||||
CURRENT_PROJECT_VERSION = 3405;
|
||||
DEVELOPMENT_TEAM = DTDYD63ZX9;
|
||||
INFOPLIST_FILE = Passepartout/App/Info.plist;
|
||||
LD_RUNPATH_SEARCH_PATHS = (
|
||||
|
@ -1838,7 +1838,7 @@
|
|||
CLANG_ENABLE_MODULES = YES;
|
||||
CODE_SIGN_ENTITLEMENTS = Passepartout/App/App.entitlements;
|
||||
CODE_SIGN_STYLE = Manual;
|
||||
CURRENT_PROJECT_VERSION = 3395;
|
||||
CURRENT_PROJECT_VERSION = 3405;
|
||||
DEVELOPMENT_TEAM = DTDYD63ZX9;
|
||||
INFOPLIST_FILE = Passepartout/App/Info.plist;
|
||||
LD_RUNPATH_SEARCH_PATHS = (
|
||||
|
@ -1931,7 +1931,7 @@
|
|||
CODE_SIGN_STYLE = Manual;
|
||||
COMBINE_HIDPI_IMAGES = YES;
|
||||
COPY_PHASE_STRIP = NO;
|
||||
CURRENT_PROJECT_VERSION = 3395;
|
||||
CURRENT_PROJECT_VERSION = 3405;
|
||||
DEAD_CODE_STRIPPING = YES;
|
||||
DEVELOPMENT_TEAM = "";
|
||||
INFOPLIST_FILE = Passepartout/Mac/Info.plist;
|
||||
|
@ -1965,7 +1965,7 @@
|
|||
CODE_SIGN_STYLE = Manual;
|
||||
COMBINE_HIDPI_IMAGES = YES;
|
||||
COPY_PHASE_STRIP = NO;
|
||||
CURRENT_PROJECT_VERSION = 3395;
|
||||
CURRENT_PROJECT_VERSION = 3405;
|
||||
DEAD_CODE_STRIPPING = YES;
|
||||
DEVELOPMENT_TEAM = "";
|
||||
INFOPLIST_FILE = Passepartout/Mac/Info.plist;
|
||||
|
|
|
@ -34,7 +34,7 @@
|
|||
<key>CFBundleShortVersionString</key>
|
||||
<string>2.0.3</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>3395</string>
|
||||
<string>3405</string>
|
||||
<key>ITSAppUsesNonExemptEncryption</key>
|
||||
<false/>
|
||||
<key>LSApplicationCategoryType</key>
|
||||
|
|
|
@ -1,13 +1,5 @@
|
|||
### Added
|
||||
|
||||
- OpenVPN: Support for `--remote-random-hostname`.
|
||||
|
||||
### Fixed
|
||||
|
||||
- OpenVPN: Tunnel dying prematurely.
|
||||
- OpenVPN: Local network settings being ignored.
|
||||
- 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.
|
||||
- Improve kill switch behavior.
|
||||
- Retain original filename as imported profile name.
|
||||
|
||||
|
|
|
@ -1,13 +1,5 @@
|
|||
### Added
|
||||
|
||||
- OpenVPN: Support for `--remote-random-hostname`.
|
||||
|
||||
### Fixed
|
||||
|
||||
- OpenVPN: Tunnel dying prematurely.
|
||||
- OpenVPN: Local network settings being ignored.
|
||||
- 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.
|
||||
- Improve kill switch behavior.
|
||||
- Retain original filename as imported profile name.
|
||||
|
||||
|
|
|
@ -1,13 +1,5 @@
|
|||
### Added
|
||||
|
||||
- OpenVPN: Support for `--remote-random-hostname`.
|
||||
|
||||
### Fixed
|
||||
|
||||
- OpenVPN: Tunnel dying prematurely.
|
||||
- OpenVPN: Local network settings being ignored.
|
||||
- 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.
|
||||
- Improve kill switch behavior.
|
||||
- Retain original filename as imported profile name.
|
||||
|
||||
|
|
|
@ -1,13 +1,5 @@
|
|||
### Added
|
||||
|
||||
- OpenVPN: Support for `--remote-random-hostname`.
|
||||
|
||||
### Fixed
|
||||
|
||||
- OpenVPN: Tunnel dying prematurely.
|
||||
- OpenVPN: Local network settings being ignored.
|
||||
- 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.
|
||||
- Improve kill switch behavior.
|
||||
- Retain original filename as imported profile name.
|
||||
|
||||
|
|
|
@ -1,13 +1,5 @@
|
|||
### Added
|
||||
|
||||
- OpenVPN: Support for `--remote-random-hostname`.
|
||||
|
||||
### Fixed
|
||||
|
||||
- OpenVPN: Tunnel dying prematurely.
|
||||
- OpenVPN: Local network settings being ignored.
|
||||
- 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.
|
||||
- Improve kill switch behavior.
|
||||
- Retain original filename as imported profile name.
|
||||
|
||||
|
|
|
@ -1,13 +1,5 @@
|
|||
### Added
|
||||
|
||||
- OpenVPN: Support for `--remote-random-hostname`.
|
||||
|
||||
### Fixed
|
||||
|
||||
- OpenVPN: Tunnel dying prematurely.
|
||||
- OpenVPN: Local network settings being ignored.
|
||||
- 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.
|
||||
- Improve kill switch behavior.
|
||||
- Retain original filename as imported profile name.
|
||||
|
||||
|
|
|
@ -1,13 +1,5 @@
|
|||
### Added
|
||||
|
||||
- OpenVPN: Support for `--remote-random-hostname`.
|
||||
|
||||
### Fixed
|
||||
|
||||
- OpenVPN: Tunnel dying prematurely.
|
||||
- OpenVPN: Local network settings being ignored.
|
||||
- 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.
|
||||
- Improve kill switch behavior.
|
||||
- Retain original filename as imported profile name.
|
||||
|
||||
|
|
|
@ -1,13 +1,5 @@
|
|||
### Added
|
||||
|
||||
- OpenVPN: Support for `--remote-random-hostname`.
|
||||
|
||||
### Fixed
|
||||
|
||||
- OpenVPN: Tunnel dying prematurely.
|
||||
- OpenVPN: Local network settings being ignored.
|
||||
- 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.
|
||||
- Improve kill switch behavior.
|
||||
- Retain original filename as imported profile name.
|
||||
|
||||
|
|
|
@ -1,13 +1,5 @@
|
|||
### Added
|
||||
|
||||
- OpenVPN: Support for `--remote-random-hostname`.
|
||||
|
||||
### Fixed
|
||||
|
||||
- OpenVPN: Tunnel dying prematurely.
|
||||
- OpenVPN: Local network settings being ignored.
|
||||
- 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.
|
||||
- Improve kill switch behavior.
|
||||
- Retain original filename as imported profile name.
|
||||
|
||||
|
|
|
@ -1,13 +1,5 @@
|
|||
### Added
|
||||
|
||||
- OpenVPN: Support for `--remote-random-hostname`.
|
||||
|
||||
### Fixed
|
||||
|
||||
- OpenVPN: Tunnel dying prematurely.
|
||||
- OpenVPN: Local network settings being ignored.
|
||||
- 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.
|
||||
- Improve kill switch behavior.
|
||||
- Retain original filename as imported profile name.
|
||||
|
||||
|
|
|
@ -1,13 +1,5 @@
|
|||
### Added
|
||||
|
||||
- OpenVPN: Support for `--remote-random-hostname`.
|
||||
|
||||
### Fixed
|
||||
|
||||
- OpenVPN: Tunnel dying prematurely.
|
||||
- OpenVPN: Local network settings being ignored.
|
||||
- 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.
|
||||
- Improve kill switch behavior.
|
||||
- Retain original filename as imported profile name.
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
<key>CFBundleShortVersionString</key>
|
||||
<string>2.0.3</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>3395</string>
|
||||
<string>3405</string>
|
||||
<key>LSBackgroundOnly</key>
|
||||
<true/>
|
||||
<key>CFBundleIdentifier</key>
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
<key>CFBundleShortVersionString</key>
|
||||
<string>2.0.3</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>3395</string>
|
||||
<string>3405</string>
|
||||
<key>NSPrincipalClass</key>
|
||||
<string>$(PRODUCT_MODULE_NAME).PassepartoutMac</string>
|
||||
<key>com.algoritmico.Passepartout.config</key>
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
<key>CFBundleShortVersionString</key>
|
||||
<string>2.0.3</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>3395</string>
|
||||
<string>3405</string>
|
||||
<key>LSMinimumSystemVersion</key>
|
||||
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
|
||||
<key>NSExtension</key>
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 8caabade3b05cc9eb5fa86a2e098ea4391b94dc5
|
||||
Subproject commit 3d1d80c7ba7e0294497dc02f21e889d4a317735e
|
Loading…
Reference in New Issue