Skip to content

Commit b9383ed

Browse files
committed
fix: sync extension CFBundleVersion to 5.7.0 to match parent app
Xcode Cloud validation failed because the extension targets were still at 5.6.0 while the app targets were at 5.7.0.
1 parent b32384a commit b9383ed

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

dev/apple/NostrKey.xcodeproj/project.pbxproj

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -798,7 +798,7 @@
798798
buildSettings = {
799799
CODE_SIGN_ENTITLEMENTS = "iOS (Extension)/nostrkey.entitlements";
800800
CODE_SIGN_STYLE = Automatic;
801-
CURRENT_PROJECT_VERSION = 5.6.0;
801+
CURRENT_PROJECT_VERSION = 5.7.0;
802802
GENERATE_INFOPLIST_FILE = YES;
803803
INFOPLIST_FILE = "iOS (Extension)/Info.plist";
804804
INFOPLIST_KEY_CFBundleDisplayName = "nostrkey Extension";
@@ -829,7 +829,7 @@
829829
buildSettings = {
830830
CODE_SIGN_ENTITLEMENTS = "iOS (Extension)/nostrkey.entitlements";
831831
CODE_SIGN_STYLE = Automatic;
832-
CURRENT_PROJECT_VERSION = 5.6.0;
832+
CURRENT_PROJECT_VERSION = 5.7.0;
833833
GENERATE_INFOPLIST_FILE = YES;
834834
INFOPLIST_FILE = "iOS (Extension)/Info.plist";
835835
INFOPLIST_KEY_CFBundleDisplayName = "nostrkey Extension";
@@ -864,7 +864,7 @@
864864
ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = YES;
865865
CODE_SIGN_ENTITLEMENTS = "iOS (App)/nostrkey.entitlements";
866866
CODE_SIGN_STYLE = Automatic;
867-
CURRENT_PROJECT_VERSION = 5.6.0;
867+
CURRENT_PROJECT_VERSION = 5.7.0;
868868
DEVELOPMENT_TEAM = H48PW6TC25;
869869
GENERATE_INFOPLIST_FILE = YES;
870870
INFOPLIST_FILE = "iOS (App)/Info.plist";
@@ -908,7 +908,7 @@
908908
ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = YES;
909909
CODE_SIGN_ENTITLEMENTS = "iOS (App)/nostrkey.entitlements";
910910
CODE_SIGN_STYLE = Automatic;
911-
CURRENT_PROJECT_VERSION = 5.6.0;
911+
CURRENT_PROJECT_VERSION = 5.7.0;
912912
DEVELOPMENT_TEAM = H48PW6TC25;
913913
GENERATE_INFOPLIST_FILE = YES;
914914
INFOPLIST_FILE = "iOS (App)/Info.plist";
@@ -950,7 +950,7 @@
950950
buildSettings = {
951951
CODE_SIGN_ENTITLEMENTS = "macOS (Extension)/nostrkey.entitlements";
952952
CODE_SIGN_STYLE = Automatic;
953-
CURRENT_PROJECT_VERSION = 5.6.0;
953+
CURRENT_PROJECT_VERSION = 5.7.0;
954954
DEAD_CODE_STRIPPING = YES;
955955
ENABLE_APP_SANDBOX = YES;
956956
ENABLE_HARDENED_RUNTIME = YES;
@@ -984,7 +984,7 @@
984984
buildSettings = {
985985
CODE_SIGN_ENTITLEMENTS = "macOS (Extension)/nostrkey.entitlements";
986986
CODE_SIGN_STYLE = Automatic;
987-
CURRENT_PROJECT_VERSION = 5.6.0;
987+
CURRENT_PROJECT_VERSION = 5.7.0;
988988
DEAD_CODE_STRIPPING = YES;
989989
ENABLE_APP_SANDBOX = YES;
990990
ENABLE_HARDENED_RUNTIME = YES;
@@ -1022,7 +1022,7 @@
10221022
CODE_SIGN_ENTITLEMENTS = "macOS (App)/nostrkey.entitlements";
10231023
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
10241024
CODE_SIGN_STYLE = Automatic;
1025-
CURRENT_PROJECT_VERSION = 5.6.0;
1025+
CURRENT_PROJECT_VERSION = 5.7.0;
10261026
DEAD_CODE_STRIPPING = YES;
10271027
ENABLE_APP_SANDBOX = YES;
10281028
ENABLE_HARDENED_RUNTIME = YES;
@@ -1071,7 +1071,7 @@
10711071
CODE_SIGN_ENTITLEMENTS = "macOS (App)/nostrkey.entitlements";
10721072
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
10731073
CODE_SIGN_STYLE = Automatic;
1074-
CURRENT_PROJECT_VERSION = 5.6.0;
1074+
CURRENT_PROJECT_VERSION = 5.7.0;
10751075
DEAD_CODE_STRIPPING = YES;
10761076
ENABLE_APP_SANDBOX = YES;
10771077
ENABLE_HARDENED_RUNTIME = YES;

0 commit comments

Comments
 (0)