Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
keeshux committed Dec 17, 2024
1 parent fbfa600 commit 09d598e
Show file tree
Hide file tree
Showing 4 changed files with 44 additions and 20 deletions.
16 changes: 8 additions & 8 deletions Passepartout.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1073,7 +1073,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 = 3687;
CURRENT_PROJECT_VERSION = 3688;
ENABLE_PREVIEWS = YES;
INFOPLIST_FILE = Passepartout/App/App.plist;
INFOPLIST_KEY_CFBundleDisplayName = "$(TARGET_NAME)";
Expand Down Expand Up @@ -1112,7 +1112,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 = 3687;
CURRENT_PROJECT_VERSION = 3688;
ENABLE_PREVIEWS = YES;
INFOPLIST_FILE = Passepartout/App/App.plist;
INFOPLIST_KEY_CFBundleDisplayName = "$(TARGET_NAME)";
Expand Down Expand Up @@ -1173,7 +1173,7 @@
buildSettings = {
CODE_SIGN_ENTITLEMENTS = Passepartout/LoginItem/LoginItem.entitlements;
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 3687;
CURRENT_PROJECT_VERSION = 3688;
ENABLE_HARDENED_RUNTIME = YES;
ENABLE_USER_SCRIPT_SANDBOXING = YES;
INFOPLIST_KEY_CFBundleDisplayName = "$(TARGET_NAME)";
Expand All @@ -1198,7 +1198,7 @@
buildSettings = {
CODE_SIGN_ENTITLEMENTS = Passepartout/LoginItem/LoginItem.entitlements;
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 3687;
CURRENT_PROJECT_VERSION = 3688;
ENABLE_HARDENED_RUNTIME = YES;
ENABLE_USER_SCRIPT_SANDBOXING = YES;
INFOPLIST_KEY_CFBundleDisplayName = "$(TARGET_NAME)";
Expand Down Expand Up @@ -1252,7 +1252,7 @@
isa = XCBuildConfiguration;
buildSettings = {
CODE_SIGN_ENTITLEMENTS = Passepartout/Tunnel/Tunnel.entitlements;
CURRENT_PROJECT_VERSION = 3687;
CURRENT_PROJECT_VERSION = 3688;
INFOPLIST_FILE = Passepartout/Tunnel/Tunnel.plist;
INFOPLIST_KEY_CFBundleDisplayName = "$(TARGET_NAME)";
INFOPLIST_KEY_NSHumanReadableCopyright = "$(CFG_COPYRIGHT)";
Expand All @@ -1278,7 +1278,7 @@
isa = XCBuildConfiguration;
buildSettings = {
CODE_SIGN_ENTITLEMENTS = Passepartout/Tunnel/Tunnel.entitlements;
CURRENT_PROJECT_VERSION = 3687;
CURRENT_PROJECT_VERSION = 3688;
INFOPLIST_FILE = Passepartout/Tunnel/Tunnel.plist;
INFOPLIST_KEY_CFBundleDisplayName = "$(TARGET_NAME)";
INFOPLIST_KEY_NSHumanReadableCopyright = "$(CFG_COPYRIGHT)";
Expand All @@ -1301,7 +1301,7 @@
isa = XCBuildConfiguration;
buildSettings = {
CODE_SIGN_ENTITLEMENTS = Passepartout/Intents/Intents.entitlements;
CURRENT_PROJECT_VERSION = 3687;
CURRENT_PROJECT_VERSION = 3688;
ENABLE_USER_SCRIPT_SANDBOXING = YES;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_FILE = Passepartout/Intents/Intents.plist;
Expand Down Expand Up @@ -1332,7 +1332,7 @@
isa = XCBuildConfiguration;
buildSettings = {
CODE_SIGN_ENTITLEMENTS = Passepartout/Intents/Intents.entitlements;
CURRENT_PROJECT_VERSION = 3687;
CURRENT_PROJECT_VERSION = 3688;
ENABLE_USER_SCRIPT_SANDBOXING = YES;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_FILE = Passepartout/Intents/Intents.plist;
Expand Down
16 changes: 12 additions & 4 deletions fastlane/metadata/iOS/default/release_notes.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
* Resolve Apple TV crashing on launch (#1016)
* Allow Ethernet on-demand on all platforms (#1012)
* Temporarily disable auto-deletion of migrated profiles (#1013)
* Add translations for the former 12 languages (#1005)
WARNING #1: you may lose some old profiles created
with the early betas, this is necessary now to avoid
bigger problems with the keychain after release.

WARNING #2: you will lose favorites and excluded
endpoints one last time, because the database had to
be moved around.

* Drop malformed keychain group
* Reword strings in "Purchased" view
* Unify paywall and eligibility (#1018)
* Reorganize Core Data containers (#1017)
16 changes: 12 additions & 4 deletions fastlane/metadata/macOS/default/release_notes.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
* Resolve Apple TV crashing on launch (#1016)
* Allow Ethernet on-demand on all platforms (#1012)
* Temporarily disable auto-deletion of migrated profiles (#1013)
* Add translations for the former 12 languages (#1005)
WARNING #1: you may lose some old profiles created
with the early betas, this is necessary now to avoid
bigger problems with the keychain after release.

WARNING #2: you will lose favorites and excluded
endpoints one last time, because the database had to
be moved around.

* Drop malformed keychain group
* Reword strings in "Purchased" view
* Unify paywall and eligibility (#1018)
* Reorganize Core Data containers (#1017)
16 changes: 12 additions & 4 deletions fastlane/metadata/tvOS/default/release_notes.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
* Resolve Apple TV crashing on launch (#1016)
* Allow Ethernet on-demand on all platforms (#1012)
* Temporarily disable auto-deletion of migrated profiles (#1013)
* Add translations for the former 12 languages (#1005)
WARNING #1: you may lose some old profiles created
with the early betas, this is necessary now to avoid
bigger problems with the keychain after release.

WARNING #2: you will lose favorites and excluded
endpoints one last time, because the database had to
be moved around.

* Drop malformed keychain group
* Reword strings in "Purchased" view
* Unify paywall and eligibility (#1018)
* Reorganize Core Data containers (#1017)

0 comments on commit 09d598e

Please sign in to comment.