mirror of
https://github.com/passepartoutvpn/passepartout-apple.git
synced 2025-01-22 08:32:11 +00:00
Bump version
This commit is contained in:
parent
8092c4fb1d
commit
72c4a11c5e
@ -1 +1,2 @@
|
||||
* Do not fall back to AES-128-CBC when PUSH_REPLY has no cipher (#1073)
|
||||
* Apple TV: Fix uncredited features to old iOS/macOS purchasers (#1074)
|
||||
* OpenVPN: Fix encryption failing when server does not push a cipher (#1073)
|
||||
|
@ -1229,7 +1229,7 @@
|
||||
"ASSETCATALOG_COMPILER_APPICON_NAME[sdk=appletvos*]" = TV;
|
||||
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
|
||||
CODE_SIGN_ENTITLEMENTS = Passepartout/App/App.entitlements;
|
||||
CURRENT_PROJECT_VERSION = 3717;
|
||||
CURRENT_PROJECT_VERSION = 3718;
|
||||
ENABLE_PREVIEWS = YES;
|
||||
INFOPLIST_FILE = Passepartout/App/App.plist;
|
||||
INFOPLIST_KEY_CFBundleDisplayName = "$(TARGET_NAME)";
|
||||
@ -1268,7 +1268,7 @@
|
||||
"ASSETCATALOG_COMPILER_APPICON_NAME[sdk=appletvos*]" = TV;
|
||||
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
|
||||
CODE_SIGN_ENTITLEMENTS = Passepartout/App/App.entitlements;
|
||||
CURRENT_PROJECT_VERSION = 3717;
|
||||
CURRENT_PROJECT_VERSION = 3718;
|
||||
ENABLE_PREVIEWS = YES;
|
||||
INFOPLIST_FILE = Passepartout/App/App.plist;
|
||||
INFOPLIST_KEY_CFBundleDisplayName = "$(TARGET_NAME)";
|
||||
@ -1329,7 +1329,7 @@
|
||||
buildSettings = {
|
||||
CODE_SIGN_ENTITLEMENTS = Passepartout/LoginItem/LoginItem.entitlements;
|
||||
CODE_SIGN_STYLE = Manual;
|
||||
CURRENT_PROJECT_VERSION = 3717;
|
||||
CURRENT_PROJECT_VERSION = 3718;
|
||||
ENABLE_HARDENED_RUNTIME = YES;
|
||||
ENABLE_USER_SCRIPT_SANDBOXING = YES;
|
||||
INFOPLIST_KEY_CFBundleDisplayName = "$(TARGET_NAME)";
|
||||
@ -1354,7 +1354,7 @@
|
||||
buildSettings = {
|
||||
CODE_SIGN_ENTITLEMENTS = Passepartout/LoginItem/LoginItem.entitlements;
|
||||
CODE_SIGN_STYLE = Manual;
|
||||
CURRENT_PROJECT_VERSION = 3717;
|
||||
CURRENT_PROJECT_VERSION = 3718;
|
||||
ENABLE_HARDENED_RUNTIME = YES;
|
||||
ENABLE_USER_SCRIPT_SANDBOXING = YES;
|
||||
INFOPLIST_KEY_CFBundleDisplayName = "$(TARGET_NAME)";
|
||||
@ -1408,7 +1408,7 @@
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
CODE_SIGN_ENTITLEMENTS = Passepartout/Tunnel/Tunnel.entitlements;
|
||||
CURRENT_PROJECT_VERSION = 3717;
|
||||
CURRENT_PROJECT_VERSION = 3718;
|
||||
INFOPLIST_FILE = Passepartout/Tunnel/Tunnel.plist;
|
||||
INFOPLIST_KEY_CFBundleDisplayName = "$(TARGET_NAME)";
|
||||
INFOPLIST_KEY_NSHumanReadableCopyright = "$(CFG_COPYRIGHT)";
|
||||
@ -1434,7 +1434,7 @@
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
CODE_SIGN_ENTITLEMENTS = Passepartout/Tunnel/Tunnel.entitlements;
|
||||
CURRENT_PROJECT_VERSION = 3717;
|
||||
CURRENT_PROJECT_VERSION = 3718;
|
||||
INFOPLIST_FILE = Passepartout/Tunnel/Tunnel.plist;
|
||||
INFOPLIST_KEY_CFBundleDisplayName = "$(TARGET_NAME)";
|
||||
INFOPLIST_KEY_NSHumanReadableCopyright = "$(CFG_COPYRIGHT)";
|
||||
@ -1457,7 +1457,7 @@
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
CODE_SIGN_ENTITLEMENTS = Passepartout/Intents/Intents.entitlements;
|
||||
CURRENT_PROJECT_VERSION = 3717;
|
||||
CURRENT_PROJECT_VERSION = 3718;
|
||||
ENABLE_USER_SCRIPT_SANDBOXING = YES;
|
||||
GENERATE_INFOPLIST_FILE = YES;
|
||||
INFOPLIST_FILE = Passepartout/Intents/Intents.plist;
|
||||
@ -1488,7 +1488,7 @@
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
CODE_SIGN_ENTITLEMENTS = Passepartout/Intents/Intents.entitlements;
|
||||
CURRENT_PROJECT_VERSION = 3717;
|
||||
CURRENT_PROJECT_VERSION = 3718;
|
||||
ENABLE_USER_SCRIPT_SANDBOXING = YES;
|
||||
GENERATE_INFOPLIST_FILE = YES;
|
||||
INFOPLIST_FILE = Passepartout/Intents/Intents.plist;
|
||||
|
@ -1,5 +1 @@
|
||||
Passepartout has been completely rewritten for improved performance and
|
||||
usability. The new version delivers a faster, smoother experience across iOS,
|
||||
macOS, and tvOS while maintaining its role as your ultimate VPN configuration
|
||||
tool. Enjoy a modern, reliable app built from the ground up to meet your
|
||||
networking needs.
|
||||
* Do not fall back to AES-128-CBC when PUSH_REPLY has no cipher (#1073)
|
||||
|
@ -1,5 +1 @@
|
||||
Passepartout has been completely rewritten for improved performance and
|
||||
usability. The new version delivers a faster, smoother experience across iOS,
|
||||
macOS, and tvOS while maintaining its role as your ultimate VPN configuration
|
||||
tool. Enjoy a modern, reliable app built from the ground up to meet your
|
||||
networking needs.
|
||||
* Do not fall back to AES-128-CBC when PUSH_REPLY has no cipher (#1073)
|
||||
|
@ -1,5 +1 @@
|
||||
Passepartout has been completely rewritten for improved performance and
|
||||
usability. The new version delivers a faster, smoother experience across iOS,
|
||||
macOS, and tvOS while maintaining its role as your ultimate VPN configuration
|
||||
tool. Enjoy a modern, reliable app built from the ground up to meet your
|
||||
networking needs.
|
||||
* Do not fall back to AES-128-CBC when PUSH_REPLY has no cipher (#1073)
|
||||
|
Loading…
Reference in New Issue
Block a user