mirror of
https://github.com/passepartoutvpn/passepartout-apple.git
synced 2025-01-30 20:42:28 +00:00
Bump version
This commit is contained in:
parent
2447db19e2
commit
bcd7dff4d5
@ -960,7 +960,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 = 3675;
|
||||
CURRENT_PROJECT_VERSION = 3676;
|
||||
ENABLE_PREVIEWS = YES;
|
||||
INFOPLIST_FILE = Passepartout/App/App.plist;
|
||||
INFOPLIST_KEY_CFBundleDisplayName = "$(TARGET_NAME)";
|
||||
@ -999,7 +999,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 = 3675;
|
||||
CURRENT_PROJECT_VERSION = 3676;
|
||||
ENABLE_PREVIEWS = YES;
|
||||
INFOPLIST_FILE = Passepartout/App/App.plist;
|
||||
INFOPLIST_KEY_CFBundleDisplayName = "$(TARGET_NAME)";
|
||||
@ -1060,7 +1060,7 @@
|
||||
buildSettings = {
|
||||
CODE_SIGN_ENTITLEMENTS = Passepartout/LoginItem/LoginItem.entitlements;
|
||||
CODE_SIGN_STYLE = Manual;
|
||||
CURRENT_PROJECT_VERSION = 3675;
|
||||
CURRENT_PROJECT_VERSION = 3676;
|
||||
ENABLE_HARDENED_RUNTIME = YES;
|
||||
ENABLE_USER_SCRIPT_SANDBOXING = YES;
|
||||
INFOPLIST_KEY_CFBundleDisplayName = "$(TARGET_NAME)";
|
||||
@ -1085,7 +1085,7 @@
|
||||
buildSettings = {
|
||||
CODE_SIGN_ENTITLEMENTS = Passepartout/LoginItem/LoginItem.entitlements;
|
||||
CODE_SIGN_STYLE = Manual;
|
||||
CURRENT_PROJECT_VERSION = 3675;
|
||||
CURRENT_PROJECT_VERSION = 3676;
|
||||
ENABLE_HARDENED_RUNTIME = YES;
|
||||
ENABLE_USER_SCRIPT_SANDBOXING = YES;
|
||||
INFOPLIST_KEY_CFBundleDisplayName = "$(TARGET_NAME)";
|
||||
@ -1139,7 +1139,7 @@
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
CODE_SIGN_ENTITLEMENTS = Passepartout/Tunnel/Tunnel.entitlements;
|
||||
CURRENT_PROJECT_VERSION = 3675;
|
||||
CURRENT_PROJECT_VERSION = 3676;
|
||||
INFOPLIST_FILE = Passepartout/Tunnel/Tunnel.plist;
|
||||
INFOPLIST_KEY_CFBundleDisplayName = "$(TARGET_NAME)";
|
||||
INFOPLIST_KEY_NSHumanReadableCopyright = "$(CFG_COPYRIGHT)";
|
||||
@ -1165,7 +1165,7 @@
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
CODE_SIGN_ENTITLEMENTS = Passepartout/Tunnel/Tunnel.entitlements;
|
||||
CURRENT_PROJECT_VERSION = 3675;
|
||||
CURRENT_PROJECT_VERSION = 3676;
|
||||
INFOPLIST_FILE = Passepartout/Tunnel/Tunnel.plist;
|
||||
INFOPLIST_KEY_CFBundleDisplayName = "$(TARGET_NAME)";
|
||||
INFOPLIST_KEY_NSHumanReadableCopyright = "$(CFG_COPYRIGHT)";
|
||||
@ -1188,7 +1188,7 @@
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
CODE_SIGN_ENTITLEMENTS = Passepartout/Intents/Intents.entitlements;
|
||||
CURRENT_PROJECT_VERSION = 3675;
|
||||
CURRENT_PROJECT_VERSION = 3676;
|
||||
ENABLE_USER_SCRIPT_SANDBOXING = YES;
|
||||
GENERATE_INFOPLIST_FILE = YES;
|
||||
INFOPLIST_FILE = Passepartout/Intents/Intents.plist;
|
||||
@ -1219,7 +1219,7 @@
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
CODE_SIGN_ENTITLEMENTS = Passepartout/Intents/Intents.entitlements;
|
||||
CURRENT_PROJECT_VERSION = 3675;
|
||||
CURRENT_PROJECT_VERSION = 3676;
|
||||
ENABLE_USER_SCRIPT_SANDBOXING = YES;
|
||||
GENERATE_INFOPLIST_FILE = YES;
|
||||
INFOPLIST_FILE = Passepartout/Intents/Intents.plist;
|
||||
|
@ -1,11 +1,9 @@
|
||||
* Different styles for profile menu based on context (#947)
|
||||
* Add provider profile from toolbar (#946)
|
||||
* Do not present server selector if ineligible (#945)
|
||||
* Retain on-demand flag on save profile (#942)
|
||||
* Connect on provider server selection (#941)
|
||||
* Show quick profile menu rather than just edit (#940)
|
||||
* Add "Refresh infrastructure" in server lists (#938)
|
||||
* Perform onboarding steps on upgrade (#936)
|
||||
* Add view in "About" about purchased products (#935)
|
||||
* Localize WireGuard errors (#934)
|
||||
* Improve provider servers responsiveness on iOS (#927)
|
||||
* Hide OpenVPN password if provider does not require it (#970)
|
||||
* Fix OpenVPN/WireGuard import error messages (#967)
|
||||
* Add guidance for OpenVPN provider credentials (#966)
|
||||
* Use provider description as profile name
|
||||
* Inform about use of profile name in Shortcuts (#954)
|
||||
* Improve layout of installed profile (#953)
|
||||
* Add version view in About/Settings (#952)
|
||||
* Drop animations on reload servers on iOS
|
||||
* Fix modals not re-appearing in iOS 16
|
||||
|
@ -1,11 +1,9 @@
|
||||
* Different styles for profile menu based on context (#947)
|
||||
* Add provider profile from toolbar (#946)
|
||||
* Do not present server selector if ineligible (#945)
|
||||
* Retain on-demand flag on save profile (#942)
|
||||
* Connect on provider server selection (#941)
|
||||
* Show quick profile menu rather than just edit (#940)
|
||||
* Add "Refresh infrastructure" in server lists (#938)
|
||||
* Perform onboarding steps on upgrade (#936)
|
||||
* Add view in "About" about purchased products (#935)
|
||||
* Localize WireGuard errors (#934)
|
||||
* Improve provider servers responsiveness on iOS (#927)
|
||||
* Hide OpenVPN password if provider does not require it (#970)
|
||||
* Fix OpenVPN/WireGuard import error messages (#967)
|
||||
* Add guidance for OpenVPN provider credentials (#966)
|
||||
* Use provider description as profile name
|
||||
* Inform about use of profile name in Shortcuts (#954)
|
||||
* Improve layout of installed profile (#953)
|
||||
* Add version view in About/Settings (#952)
|
||||
* Drop animations on reload servers on iOS
|
||||
* Fix modals not re-appearing in iOS 16
|
||||
|
@ -1,11 +1,9 @@
|
||||
* Different styles for profile menu based on context (#947)
|
||||
* Add provider profile from toolbar (#946)
|
||||
* Do not present server selector if ineligible (#945)
|
||||
* Retain on-demand flag on save profile (#942)
|
||||
* Connect on provider server selection (#941)
|
||||
* Show quick profile menu rather than just edit (#940)
|
||||
* Add "Refresh infrastructure" in server lists (#938)
|
||||
* Perform onboarding steps on upgrade (#936)
|
||||
* Add view in "About" about purchased products (#935)
|
||||
* Localize WireGuard errors (#934)
|
||||
* Improve provider servers responsiveness on iOS (#927)
|
||||
* Hide OpenVPN password if provider does not require it (#970)
|
||||
* Fix OpenVPN/WireGuard import error messages (#967)
|
||||
* Add guidance for OpenVPN provider credentials (#966)
|
||||
* Use provider description as profile name
|
||||
* Inform about use of profile name in Shortcuts (#954)
|
||||
* Improve layout of installed profile (#953)
|
||||
* Add version view in About/Settings (#952)
|
||||
* Drop animations on reload servers on iOS
|
||||
* Fix modals not re-appearing in iOS 16
|
||||
|
Loading…
Reference in New Issue
Block a user