Skip to content

Commit 8f69e64

Browse files
committed
chore: bump build number to 5.5.0 for App Store resubmission
Fix for Guideline 2.4.5(i) rejection — removed network.server entitlement. Marketing version remains 1.5.9.
1 parent 5e3b45f commit 8f69e64

1 file changed

Lines changed: 21 additions & 22 deletions

File tree

dev/apple/NostrKey.xcodeproj/project.pbxproj

Lines changed: 21 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -181,10 +181,6 @@
181181
941B042E2978CDF900CA291E /* Icon-32.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Icon-32.png"; sourceTree = "<group>"; };
182182
941B042F2978CDF900CA291E /* Icon-16.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Icon-16.png"; sourceTree = "<group>"; };
183183
941B04302978CDF900CA291E /* Icon-64.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Icon-64.png"; sourceTree = "<group>"; };
184-
B1000001000000000000000A /* SharedStorage.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SharedStorage.swift; sourceTree = "<group>"; };
185-
B1000002000000000000000A /* SharedKeychain.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SharedKeychain.swift; sourceTree = "<group>"; };
186-
B1000005000000000000000A /* nostrkey.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = nostrkey.entitlements; sourceTree = "<group>"; };
187-
B1000006000000000000000A /* nostrkey.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = nostrkey.entitlements; sourceTree = "<group>"; };
188184
944A6E02299F2FBB0032C2E3 /* experimental */ = {isa = PBXFileReference; lastKnownFileType = folder; path = experimental; sourceTree = "<group>"; };
189185
944A6E12299F39D30032C2E3 /* permission */ = {isa = PBXFileReference; lastKnownFileType = folder; path = permission; sourceTree = "<group>"; };
190186
944A6E38299F46270032C2E3 /* MainView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MainView.swift; sourceTree = "<group>"; };
@@ -204,6 +200,10 @@
204200
A10000050000000000000013 /* security */ = {isa = PBXFileReference; lastKnownFileType = folder; path = security; sourceTree = "<group>"; };
205201
A10000060000000000000014 /* vault */ = {isa = PBXFileReference; lastKnownFileType = folder; path = vault; sourceTree = "<group>"; };
206202
A10000070000000000000015 /* nostr-keys */ = {isa = PBXFileReference; lastKnownFileType = folder; path = "nostr-keys"; sourceTree = "<group>"; };
203+
B1000001000000000000000A /* SharedStorage.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SharedStorage.swift; sourceTree = "<group>"; };
204+
B1000002000000000000000A /* SharedKeychain.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SharedKeychain.swift; sourceTree = "<group>"; };
205+
B1000005000000000000000A /* nostrkey.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = nostrkey.entitlements; sourceTree = "<group>"; };
206+
B1000006000000000000000A /* nostrkey.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = nostrkey.entitlements; sourceTree = "<group>"; };
207207
/* End PBXFileReference section */
208208

209209
/* Begin PBXFrameworksBuildPhase section */
@@ -465,7 +465,7 @@
465465
attributes = {
466466
BuildIndependentTargetsInParallel = 1;
467467
LastSwiftUpdateCheck = 1420;
468-
LastUpgradeCheck = 2620;
468+
LastUpgradeCheck = 2630;
469469
ORGANIZATIONNAME = "Humanjava Enterprises";
470470
TargetAttributes = {
471471
941B03AE296FA90400CA291E = {
@@ -673,7 +673,6 @@
673673
};
674674
/* End PBXTargetDependency section */
675675

676-
677676
/* Begin XCBuildConfiguration section */
678677
941B03FC296FA90400CA291E /* Debug */ = {
679678
isa = XCBuildConfiguration;
@@ -799,7 +798,7 @@
799798
buildSettings = {
800799
CODE_SIGN_ENTITLEMENTS = "iOS (Extension)/nostrkey.entitlements";
801800
CODE_SIGN_STYLE = Automatic;
802-
CURRENT_PROJECT_VERSION = 5.4.0;
801+
CURRENT_PROJECT_VERSION = 5.5.0;
803802
GENERATE_INFOPLIST_FILE = YES;
804803
INFOPLIST_FILE = "iOS (Extension)/Info.plist";
805804
INFOPLIST_KEY_CFBundleDisplayName = "nostrkey Extension";
@@ -810,7 +809,7 @@
810809
"@executable_path/Frameworks",
811810
"@executable_path/../../Frameworks",
812811
);
813-
MARKETING_VERSION = 1.5.8;
812+
MARKETING_VERSION = 1.5.9;
814813
OTHER_LDFLAGS = (
815814
"-framework",
816815
SafariServices,
@@ -830,7 +829,7 @@
830829
buildSettings = {
831830
CODE_SIGN_ENTITLEMENTS = "iOS (Extension)/nostrkey.entitlements";
832831
CODE_SIGN_STYLE = Automatic;
833-
CURRENT_PROJECT_VERSION = 5.4.0;
832+
CURRENT_PROJECT_VERSION = 5.5.0;
834833
GENERATE_INFOPLIST_FILE = YES;
835834
INFOPLIST_FILE = "iOS (Extension)/Info.plist";
836835
INFOPLIST_KEY_CFBundleDisplayName = "nostrkey Extension";
@@ -841,7 +840,7 @@
841840
"@executable_path/Frameworks",
842841
"@executable_path/../../Frameworks",
843842
);
844-
MARKETING_VERSION = 1.5.8;
843+
MARKETING_VERSION = 1.5.9;
845844
OTHER_LDFLAGS = (
846845
"-framework",
847846
SafariServices,
@@ -865,7 +864,7 @@
865864
ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = YES;
866865
CODE_SIGN_ENTITLEMENTS = "iOS (App)/nostrkey.entitlements";
867866
CODE_SIGN_STYLE = Automatic;
868-
CURRENT_PROJECT_VERSION = 5.4.0;
867+
CURRENT_PROJECT_VERSION = 5.5.0;
869868
DEVELOPMENT_TEAM = H48PW6TC25;
870869
GENERATE_INFOPLIST_FILE = YES;
871870
INFOPLIST_FILE = "iOS (App)/Info.plist";
@@ -882,7 +881,7 @@
882881
"$(inherited)",
883882
"@executable_path/Frameworks",
884883
);
885-
MARKETING_VERSION = 1.5.8;
884+
MARKETING_VERSION = 1.5.9;
886885
OTHER_LDFLAGS = (
887886
"-framework",
888887
SafariServices,
@@ -909,7 +908,7 @@
909908
ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = YES;
910909
CODE_SIGN_ENTITLEMENTS = "iOS (App)/nostrkey.entitlements";
911910
CODE_SIGN_STYLE = Automatic;
912-
CURRENT_PROJECT_VERSION = 5.4.0;
911+
CURRENT_PROJECT_VERSION = 5.5.0;
913912
DEVELOPMENT_TEAM = H48PW6TC25;
914913
GENERATE_INFOPLIST_FILE = YES;
915914
INFOPLIST_FILE = "iOS (App)/Info.plist";
@@ -926,7 +925,7 @@
926925
"$(inherited)",
927926
"@executable_path/Frameworks",
928927
);
929-
MARKETING_VERSION = 1.5.8;
928+
MARKETING_VERSION = 1.5.9;
930929
OTHER_LDFLAGS = (
931930
"-framework",
932931
SafariServices,
@@ -951,7 +950,7 @@
951950
buildSettings = {
952951
CODE_SIGN_ENTITLEMENTS = "macOS (Extension)/nostrkey.entitlements";
953952
CODE_SIGN_STYLE = Automatic;
954-
CURRENT_PROJECT_VERSION = 5.4.0;
953+
CURRENT_PROJECT_VERSION = 5.5.0;
955954
DEAD_CODE_STRIPPING = YES;
956955
ENABLE_APP_SANDBOX = YES;
957956
ENABLE_HARDENED_RUNTIME = YES;
@@ -966,7 +965,7 @@
966965
"@executable_path/../../../../Frameworks",
967966
);
968967
MACOSX_DEPLOYMENT_TARGET = 11.0;
969-
MARKETING_VERSION = 1.5.8;
968+
MARKETING_VERSION = 1.5.9;
970969
OTHER_LDFLAGS = (
971970
"-framework",
972971
SafariServices,
@@ -985,7 +984,7 @@
985984
buildSettings = {
986985
CODE_SIGN_ENTITLEMENTS = "macOS (Extension)/nostrkey.entitlements";
987986
CODE_SIGN_STYLE = Automatic;
988-
CURRENT_PROJECT_VERSION = 5.4.0;
987+
CURRENT_PROJECT_VERSION = 5.5.0;
989988
DEAD_CODE_STRIPPING = YES;
990989
ENABLE_APP_SANDBOX = YES;
991990
ENABLE_HARDENED_RUNTIME = YES;
@@ -1000,7 +999,7 @@
1000999
"@executable_path/../../../../Frameworks",
10011000
);
10021001
MACOSX_DEPLOYMENT_TARGET = 11.0;
1003-
MARKETING_VERSION = 1.5.8;
1002+
MARKETING_VERSION = 1.5.9;
10041003
OTHER_LDFLAGS = (
10051004
"-framework",
10061005
SafariServices,
@@ -1023,7 +1022,7 @@
10231022
CODE_SIGN_ENTITLEMENTS = "macOS (App)/nostrkey.entitlements";
10241023
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
10251024
CODE_SIGN_STYLE = Automatic;
1026-
CURRENT_PROJECT_VERSION = 5.4.0;
1025+
CURRENT_PROJECT_VERSION = 5.5.0;
10271026
DEAD_CODE_STRIPPING = YES;
10281027
ENABLE_APP_SANDBOX = YES;
10291028
ENABLE_HARDENED_RUNTIME = YES;
@@ -1048,7 +1047,7 @@
10481047
"@executable_path/../Frameworks",
10491048
);
10501049
MACOSX_DEPLOYMENT_TARGET = 13.5;
1051-
MARKETING_VERSION = 1.5.8;
1050+
MARKETING_VERSION = 1.5.9;
10521051
OTHER_LDFLAGS = (
10531052
"-framework",
10541053
SafariServices,
@@ -1072,7 +1071,7 @@
10721071
CODE_SIGN_ENTITLEMENTS = "macOS (App)/nostrkey.entitlements";
10731072
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
10741073
CODE_SIGN_STYLE = Automatic;
1075-
CURRENT_PROJECT_VERSION = 5.4.0;
1074+
CURRENT_PROJECT_VERSION = 5.5.0;
10761075
DEAD_CODE_STRIPPING = YES;
10771076
ENABLE_APP_SANDBOX = YES;
10781077
ENABLE_HARDENED_RUNTIME = YES;
@@ -1097,7 +1096,7 @@
10971096
"@executable_path/../Frameworks",
10981097
);
10991098
MACOSX_DEPLOYMENT_TARGET = 13.5;
1100-
MARKETING_VERSION = 1.5.8;
1099+
MARKETING_VERSION = 1.5.9;
11011100
OTHER_LDFLAGS = (
11021101
"-framework",
11031102
SafariServices,

0 commit comments

Comments
 (0)