Skip to content

Commit d45ad7f

Browse files
vveerrggclaude
andcommitted
Bump CURRENT_PROJECT_VERSION to 5.0.0 for App Store Connect
App Store Connect requires a unique build number for each upload. Previous build was 4.0.0 (v1.2.0 submission). Bumped to 5.0.0 for the v1.5.2 submission. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 41410af commit d45ad7f

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

apple/NostrKey.xcodeproj/project.pbxproj

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -834,7 +834,7 @@
834834
isa = XCBuildConfiguration;
835835
buildSettings = {
836836
CODE_SIGN_STYLE = Automatic;
837-
CURRENT_PROJECT_VERSION = 4.0.0;
837+
CURRENT_PROJECT_VERSION = 5.0.0;
838838
GENERATE_INFOPLIST_FILE = YES;
839839
INFOPLIST_FILE = "iOS (Extension)/Info.plist";
840840
INFOPLIST_KEY_CFBundleDisplayName = "nostrkey Extension";
@@ -864,7 +864,7 @@
864864
isa = XCBuildConfiguration;
865865
buildSettings = {
866866
CODE_SIGN_STYLE = Automatic;
867-
CURRENT_PROJECT_VERSION = 4.0.0;
867+
CURRENT_PROJECT_VERSION = 5.0.0;
868868
GENERATE_INFOPLIST_FILE = YES;
869869
INFOPLIST_FILE = "iOS (Extension)/Info.plist";
870870
INFOPLIST_KEY_CFBundleDisplayName = "nostrkey Extension";
@@ -898,7 +898,7 @@
898898
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
899899
ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = YES;
900900
CODE_SIGN_STYLE = Automatic;
901-
CURRENT_PROJECT_VERSION = 4.0.0;
901+
CURRENT_PROJECT_VERSION = 5.0.0;
902902
DEVELOPMENT_TEAM = H48PW6TC25;
903903
GENERATE_INFOPLIST_FILE = YES;
904904
INFOPLIST_FILE = "iOS (App)/Info.plist";
@@ -941,7 +941,7 @@
941941
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
942942
ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = YES;
943943
CODE_SIGN_STYLE = Automatic;
944-
CURRENT_PROJECT_VERSION = 4.0.0;
944+
CURRENT_PROJECT_VERSION = 5.0.0;
945945
DEVELOPMENT_TEAM = H48PW6TC25;
946946
GENERATE_INFOPLIST_FILE = YES;
947947
INFOPLIST_FILE = "iOS (App)/Info.plist";
@@ -983,7 +983,7 @@
983983
buildSettings = {
984984
CODE_SIGN_ENTITLEMENTS = "macOS (Extension)/nostrkey.entitlements";
985985
CODE_SIGN_STYLE = Automatic;
986-
CURRENT_PROJECT_VERSION = 4.0.0;
986+
CURRENT_PROJECT_VERSION = 5.0.0;
987987
DEAD_CODE_STRIPPING = YES;
988988
ENABLE_APP_SANDBOX = YES;
989989
ENABLE_HARDENED_RUNTIME = YES;
@@ -1017,7 +1017,7 @@
10171017
buildSettings = {
10181018
CODE_SIGN_ENTITLEMENTS = "macOS (Extension)/nostrkey.entitlements";
10191019
CODE_SIGN_STYLE = Automatic;
1020-
CURRENT_PROJECT_VERSION = 4.0.0;
1020+
CURRENT_PROJECT_VERSION = 5.0.0;
10211021
DEAD_CODE_STRIPPING = YES;
10221022
ENABLE_APP_SANDBOX = YES;
10231023
ENABLE_HARDENED_RUNTIME = YES;
@@ -1055,7 +1055,7 @@
10551055
CODE_SIGN_ENTITLEMENTS = "macOS (App)/nostrkey.entitlements";
10561056
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
10571057
CODE_SIGN_STYLE = Automatic;
1058-
CURRENT_PROJECT_VERSION = 4.0.0;
1058+
CURRENT_PROJECT_VERSION = 5.0.0;
10591059
DEAD_CODE_STRIPPING = YES;
10601060
ENABLE_APP_SANDBOX = YES;
10611061
ENABLE_HARDENED_RUNTIME = YES;
@@ -1104,7 +1104,7 @@
11041104
CODE_SIGN_ENTITLEMENTS = "macOS (App)/nostrkey.entitlements";
11051105
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
11061106
CODE_SIGN_STYLE = Automatic;
1107-
CURRENT_PROJECT_VERSION = 4.0.0;
1107+
CURRENT_PROJECT_VERSION = 5.0.0;
11081108
DEAD_CODE_STRIPPING = YES;
11091109
ENABLE_APP_SANDBOX = YES;
11101110
ENABLE_HARDENED_RUNTIME = YES;

0 commit comments

Comments
 (0)