Bump version
This commit is contained in:
parent
0a51d1a1f6
commit
ecd2c1d45a
|
@ -1,13 +1,4 @@
|
|||
* Erase shared profiles from iCloud correctly (#827)
|
||||
* Improve startup time (#822)
|
||||
* Improve footers in macOS form sections (#814)
|
||||
* Persist "Only favorites" toggle (#813)
|
||||
* Implement TV profile sharing (#808)
|
||||
* Reword "Connect" to "Select" in server selector
|
||||
* Use profile name as interactive view title
|
||||
* Submit on OpenVPN fields (#805)
|
||||
* Late dismissal after changing active provider server (#804)
|
||||
* Create basic UI for TV app (#798)
|
||||
* Allow interactive credentials with providers (#796)
|
||||
* Fix issues with iOS 16 (#792)
|
||||
* Render country flags with Emojis (#787)
|
||||
* Import initial remote profiles (#859)
|
||||
* Expand selected server country on iOS (#853)
|
||||
* Fix double reload of selected provider server (#851)
|
||||
* Wait for initial profiles (#847)
|
||||
|
|
|
@ -802,7 +802,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 = 3654;
|
||||
CURRENT_PROJECT_VERSION = 3655;
|
||||
ENABLE_PREVIEWS = YES;
|
||||
INFOPLIST_FILE = Passepartout/App/App.plist;
|
||||
INFOPLIST_KEY_CFBundleDisplayName = "$(TARGET_NAME)";
|
||||
|
@ -841,7 +841,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 = 3654;
|
||||
CURRENT_PROJECT_VERSION = 3655;
|
||||
ENABLE_PREVIEWS = YES;
|
||||
INFOPLIST_FILE = Passepartout/App/App.plist;
|
||||
INFOPLIST_KEY_CFBundleDisplayName = "$(TARGET_NAME)";
|
||||
|
@ -902,7 +902,7 @@
|
|||
buildSettings = {
|
||||
CODE_SIGN_ENTITLEMENTS = Passepartout/LoginItem/LoginItem.entitlements;
|
||||
CODE_SIGN_STYLE = Manual;
|
||||
CURRENT_PROJECT_VERSION = 3654;
|
||||
CURRENT_PROJECT_VERSION = 3655;
|
||||
ENABLE_HARDENED_RUNTIME = YES;
|
||||
ENABLE_USER_SCRIPT_SANDBOXING = YES;
|
||||
INFOPLIST_KEY_CFBundleDisplayName = "$(TARGET_NAME)";
|
||||
|
@ -927,7 +927,7 @@
|
|||
buildSettings = {
|
||||
CODE_SIGN_ENTITLEMENTS = Passepartout/LoginItem/LoginItem.entitlements;
|
||||
CODE_SIGN_STYLE = Manual;
|
||||
CURRENT_PROJECT_VERSION = 3654;
|
||||
CURRENT_PROJECT_VERSION = 3655;
|
||||
ENABLE_HARDENED_RUNTIME = YES;
|
||||
ENABLE_USER_SCRIPT_SANDBOXING = YES;
|
||||
INFOPLIST_KEY_CFBundleDisplayName = "$(TARGET_NAME)";
|
||||
|
@ -951,7 +951,7 @@
|
|||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
CODE_SIGN_ENTITLEMENTS = Passepartout/Tunnel/Tunnel.entitlements;
|
||||
CURRENT_PROJECT_VERSION = 3654;
|
||||
CURRENT_PROJECT_VERSION = 3655;
|
||||
INFOPLIST_FILE = Passepartout/Tunnel/Tunnel.plist;
|
||||
INFOPLIST_KEY_CFBundleDisplayName = "$(TARGET_NAME)";
|
||||
INFOPLIST_KEY_NSHumanReadableCopyright = "$(CFG_COPYRIGHT)";
|
||||
|
@ -977,7 +977,7 @@
|
|||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
CODE_SIGN_ENTITLEMENTS = Passepartout/Tunnel/Tunnel.entitlements;
|
||||
CURRENT_PROJECT_VERSION = 3654;
|
||||
CURRENT_PROJECT_VERSION = 3655;
|
||||
INFOPLIST_FILE = Passepartout/Tunnel/Tunnel.plist;
|
||||
INFOPLIST_KEY_CFBundleDisplayName = "$(TARGET_NAME)";
|
||||
INFOPLIST_KEY_NSHumanReadableCopyright = "$(CFG_COPYRIGHT)";
|
||||
|
@ -1000,7 +1000,7 @@
|
|||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
CODE_SIGN_ENTITLEMENTS = Passepartout/Intents/Intents.entitlements;
|
||||
CURRENT_PROJECT_VERSION = 3654;
|
||||
CURRENT_PROJECT_VERSION = 3655;
|
||||
ENABLE_USER_SCRIPT_SANDBOXING = YES;
|
||||
GENERATE_INFOPLIST_FILE = YES;
|
||||
INFOPLIST_FILE = Passepartout/Intents/Intents.plist;
|
||||
|
@ -1031,7 +1031,7 @@
|
|||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
CODE_SIGN_ENTITLEMENTS = Passepartout/Intents/Intents.entitlements;
|
||||
CURRENT_PROJECT_VERSION = 3654;
|
||||
CURRENT_PROJECT_VERSION = 3655;
|
||||
ENABLE_USER_SCRIPT_SANDBOXING = YES;
|
||||
GENERATE_INFOPLIST_FILE = YES;
|
||||
INFOPLIST_FILE = Passepartout/Intents/Intents.plist;
|
||||
|
|
Loading…
Reference in New Issue