Attempt beta release
This commit is contained in:
parent
7c2d120a09
commit
e1d8ec6066
|
@ -1 +1 @@
|
||||||
3375
|
3385
|
||||||
|
|
|
@ -1633,7 +1633,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 = 3375;
|
CURRENT_PROJECT_VERSION = 3385;
|
||||||
DEBUG_INFORMATION_FORMAT = dwarf;
|
DEBUG_INFORMATION_FORMAT = dwarf;
|
||||||
ENABLE_BITCODE = NO;
|
ENABLE_BITCODE = NO;
|
||||||
ENABLE_STRICT_OBJC_MSGSEND = YES;
|
ENABLE_STRICT_OBJC_MSGSEND = YES;
|
||||||
|
@ -1700,7 +1700,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 = 3375;
|
CURRENT_PROJECT_VERSION = 3385;
|
||||||
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;
|
||||||
|
@ -1734,7 +1734,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 = 3375;
|
CURRENT_PROJECT_VERSION = 3385;
|
||||||
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 = (
|
||||||
|
@ -1761,7 +1761,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 = 3375;
|
CURRENT_PROJECT_VERSION = 3385;
|
||||||
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 = (
|
||||||
|
@ -1787,7 +1787,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 = 3375;
|
CURRENT_PROJECT_VERSION = 3385;
|
||||||
DEVELOPMENT_TEAM = "";
|
DEVELOPMENT_TEAM = "";
|
||||||
INFOPLIST_FILE = Passepartout/Mac/Info.plist;
|
INFOPLIST_FILE = Passepartout/Mac/Info.plist;
|
||||||
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles";
|
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles";
|
||||||
|
@ -1820,7 +1820,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 = 3375;
|
CURRENT_PROJECT_VERSION = 3385;
|
||||||
DEVELOPMENT_TEAM = "";
|
DEVELOPMENT_TEAM = "";
|
||||||
INFOPLIST_FILE = Passepartout/Mac/Info.plist;
|
INFOPLIST_FILE = Passepartout/Mac/Info.plist;
|
||||||
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles";
|
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles";
|
||||||
|
|
|
@ -34,7 +34,7 @@
|
||||||
<key>CFBundleShortVersionString</key>
|
<key>CFBundleShortVersionString</key>
|
||||||
<string>2.0.2</string>
|
<string>2.0.2</string>
|
||||||
<key>CFBundleVersion</key>
|
<key>CFBundleVersion</key>
|
||||||
<string>3375</string>
|
<string>3385</string>
|
||||||
<key>ITSAppUsesNonExemptEncryption</key>
|
<key>ITSAppUsesNonExemptEncryption</key>
|
||||||
<false/>
|
<false/>
|
||||||
<key>LSApplicationCategoryType</key>
|
<key>LSApplicationCategoryType</key>
|
||||||
|
|
|
@ -1,16 +1,10 @@
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- IVPN provider.
|
- OpenVPN: Support for `--remote-random-hostname`.
|
||||||
- OpenVPN: Support for `--route-nopull`.
|
|
||||||
- App log in Diagnostics screen.
|
|
||||||
|
|
||||||
### Changed
|
|
||||||
|
|
||||||
- Retain whitespaces in imported file names.
|
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- Oeck provider is available again to free users.
|
- OpenVPN: Tunnel dying prematurely.
|
||||||
- Randomic crashes on profile updates.
|
- OpenVPN: Local network settings being ignored.
|
||||||
- Mullvad: enforce password to avoid "Auth failed".
|
- Restore "Reconnect" action in profiles.
|
||||||
|
|
||||||
|
|
|
@ -1,16 +1,10 @@
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- IVPN provider.
|
- OpenVPN: Support for `--remote-random-hostname`.
|
||||||
- OpenVPN: Support for `--route-nopull`.
|
|
||||||
- App log in Diagnostics screen.
|
|
||||||
|
|
||||||
### Changed
|
|
||||||
|
|
||||||
- Retain whitespaces in imported file names.
|
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- Oeck provider is available again to free users.
|
- OpenVPN: Tunnel dying prematurely.
|
||||||
- Randomic crashes on profile updates.
|
- OpenVPN: Local network settings being ignored.
|
||||||
- Mullvad: enforce password to avoid "Auth failed".
|
- Restore "Reconnect" action in profiles.
|
||||||
|
|
||||||
|
|
|
@ -1,16 +1,10 @@
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- IVPN provider.
|
- OpenVPN: Support for `--remote-random-hostname`.
|
||||||
- OpenVPN: Support for `--route-nopull`.
|
|
||||||
- App log in Diagnostics screen.
|
|
||||||
|
|
||||||
### Changed
|
|
||||||
|
|
||||||
- Retain whitespaces in imported file names.
|
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- Oeck provider is available again to free users.
|
- OpenVPN: Tunnel dying prematurely.
|
||||||
- Randomic crashes on profile updates.
|
- OpenVPN: Local network settings being ignored.
|
||||||
- Mullvad: enforce password to avoid "Auth failed".
|
- Restore "Reconnect" action in profiles.
|
||||||
|
|
||||||
|
|
|
@ -1,16 +1,10 @@
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- IVPN provider.
|
- OpenVPN: Support for `--remote-random-hostname`.
|
||||||
- OpenVPN: Support for `--route-nopull`.
|
|
||||||
- App log in Diagnostics screen.
|
|
||||||
|
|
||||||
### Changed
|
|
||||||
|
|
||||||
- Retain whitespaces in imported file names.
|
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- Oeck provider is available again to free users.
|
- OpenVPN: Tunnel dying prematurely.
|
||||||
- Randomic crashes on profile updates.
|
- OpenVPN: Local network settings being ignored.
|
||||||
- Mullvad: enforce password to avoid "Auth failed".
|
- Restore "Reconnect" action in profiles.
|
||||||
|
|
||||||
|
|
|
@ -1,16 +1,10 @@
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- IVPN provider.
|
- OpenVPN: Support for `--remote-random-hostname`.
|
||||||
- OpenVPN: Support for `--route-nopull`.
|
|
||||||
- App log in Diagnostics screen.
|
|
||||||
|
|
||||||
### Changed
|
|
||||||
|
|
||||||
- Retain whitespaces in imported file names.
|
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- Oeck provider is available again to free users.
|
- OpenVPN: Tunnel dying prematurely.
|
||||||
- Randomic crashes on profile updates.
|
- OpenVPN: Local network settings being ignored.
|
||||||
- Mullvad: enforce password to avoid "Auth failed".
|
- Restore "Reconnect" action in profiles.
|
||||||
|
|
||||||
|
|
|
@ -1,16 +1,10 @@
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- IVPN provider.
|
- OpenVPN: Support for `--remote-random-hostname`.
|
||||||
- OpenVPN: Support for `--route-nopull`.
|
|
||||||
- App log in Diagnostics screen.
|
|
||||||
|
|
||||||
### Changed
|
|
||||||
|
|
||||||
- Retain whitespaces in imported file names.
|
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- Oeck provider is available again to free users.
|
- OpenVPN: Tunnel dying prematurely.
|
||||||
- Randomic crashes on profile updates.
|
- OpenVPN: Local network settings being ignored.
|
||||||
- Mullvad: enforce password to avoid "Auth failed".
|
- Restore "Reconnect" action in profiles.
|
||||||
|
|
||||||
|
|
|
@ -1,16 +1,10 @@
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- IVPN provider.
|
- OpenVPN: Support for `--remote-random-hostname`.
|
||||||
- OpenVPN: Support for `--route-nopull`.
|
|
||||||
- App log in Diagnostics screen.
|
|
||||||
|
|
||||||
### Changed
|
|
||||||
|
|
||||||
- Retain whitespaces in imported file names.
|
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- Oeck provider is available again to free users.
|
- OpenVPN: Tunnel dying prematurely.
|
||||||
- Randomic crashes on profile updates.
|
- OpenVPN: Local network settings being ignored.
|
||||||
- Mullvad: enforce password to avoid "Auth failed".
|
- Restore "Reconnect" action in profiles.
|
||||||
|
|
||||||
|
|
|
@ -1,16 +1,10 @@
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- IVPN provider.
|
- OpenVPN: Support for `--remote-random-hostname`.
|
||||||
- OpenVPN: Support for `--route-nopull`.
|
|
||||||
- App log in Diagnostics screen.
|
|
||||||
|
|
||||||
### Changed
|
|
||||||
|
|
||||||
- Retain whitespaces in imported file names.
|
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- Oeck provider is available again to free users.
|
- OpenVPN: Tunnel dying prematurely.
|
||||||
- Randomic crashes on profile updates.
|
- OpenVPN: Local network settings being ignored.
|
||||||
- Mullvad: enforce password to avoid "Auth failed".
|
- Restore "Reconnect" action in profiles.
|
||||||
|
|
||||||
|
|
|
@ -1,16 +1,10 @@
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- IVPN provider.
|
- OpenVPN: Support for `--remote-random-hostname`.
|
||||||
- OpenVPN: Support for `--route-nopull`.
|
|
||||||
- App log in Diagnostics screen.
|
|
||||||
|
|
||||||
### Changed
|
|
||||||
|
|
||||||
- Retain whitespaces in imported file names.
|
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- Oeck provider is available again to free users.
|
- OpenVPN: Tunnel dying prematurely.
|
||||||
- Randomic crashes on profile updates.
|
- OpenVPN: Local network settings being ignored.
|
||||||
- Mullvad: enforce password to avoid "Auth failed".
|
- Restore "Reconnect" action in profiles.
|
||||||
|
|
||||||
|
|
|
@ -1,16 +1,10 @@
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- IVPN provider.
|
- OpenVPN: Support for `--remote-random-hostname`.
|
||||||
- OpenVPN: Support for `--route-nopull`.
|
|
||||||
- App log in Diagnostics screen.
|
|
||||||
|
|
||||||
### Changed
|
|
||||||
|
|
||||||
- Retain whitespaces in imported file names.
|
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- Oeck provider is available again to free users.
|
- OpenVPN: Tunnel dying prematurely.
|
||||||
- Randomic crashes on profile updates.
|
- OpenVPN: Local network settings being ignored.
|
||||||
- Mullvad: enforce password to avoid "Auth failed".
|
- Restore "Reconnect" action in profiles.
|
||||||
|
|
||||||
|
|
|
@ -1,16 +1,10 @@
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- IVPN provider.
|
- OpenVPN: Support for `--remote-random-hostname`.
|
||||||
- OpenVPN: Support for `--route-nopull`.
|
|
||||||
- App log in Diagnostics screen.
|
|
||||||
|
|
||||||
### Changed
|
|
||||||
|
|
||||||
- Retain whitespaces in imported file names.
|
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- Oeck provider is available again to free users.
|
- OpenVPN: Tunnel dying prematurely.
|
||||||
- Randomic crashes on profile updates.
|
- OpenVPN: Local network settings being ignored.
|
||||||
- Mullvad: enforce password to avoid "Auth failed".
|
- Restore "Reconnect" action in profiles.
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
<key>CFBundleShortVersionString</key>
|
<key>CFBundleShortVersionString</key>
|
||||||
<string>2.0.2</string>
|
<string>2.0.2</string>
|
||||||
<key>CFBundleVersion</key>
|
<key>CFBundleVersion</key>
|
||||||
<string>3375</string>
|
<string>3385</string>
|
||||||
<key>LSBackgroundOnly</key>
|
<key>LSBackgroundOnly</key>
|
||||||
<true/>
|
<true/>
|
||||||
<key>CFBundleIdentifier</key>
|
<key>CFBundleIdentifier</key>
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
<key>CFBundleShortVersionString</key>
|
<key>CFBundleShortVersionString</key>
|
||||||
<string>2.0.2</string>
|
<string>2.0.2</string>
|
||||||
<key>CFBundleVersion</key>
|
<key>CFBundleVersion</key>
|
||||||
<string>3375</string>
|
<string>3385</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>
|
||||||
|
|
|
@ -19,7 +19,7 @@
|
||||||
<key>CFBundleShortVersionString</key>
|
<key>CFBundleShortVersionString</key>
|
||||||
<string>2.0.2</string>
|
<string>2.0.2</string>
|
||||||
<key>CFBundleVersion</key>
|
<key>CFBundleVersion</key>
|
||||||
<string>3375</string>
|
<string>3385</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 a39583750276b153caacce8fbb27a345c07c5546
|
Subproject commit 8caabade3b05cc9eb5fa86a2e098ea4391b94dc5
|
Loading…
Reference in New Issue