Skip to content

Commit 804b5aa

Browse files
Use Xcode 16.3
1 parent 0b5a3b7 commit 804b5aa

File tree

2 files changed

+43
-52
lines changed

2 files changed

+43
-52
lines changed

.xcode-version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
16.2
1+
16.3

Fyreplace.xcodeproj/project.pbxproj

+42-51
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
archiveVersion = 1;
44
classes = {
55
};
6-
objectVersion = 77;
6+
objectVersion = 90;
77
objects = {
88

99
/* Begin PBXBuildFile section */
@@ -188,27 +188,21 @@
188188
/* Begin PBXFrameworksBuildPhase section */
189189
4D54C9252BF2608A001DE071 /* Frameworks */ = {
190190
isa = PBXFrameworksBuildPhase;
191-
buildActionMask = 2147483647;
192191
files = (
193192
4D13AF622C482F1C00845FDB /* OpenAPIRuntime in Frameworks */,
194193
4D13AF652C482F4500845FDB /* OpenAPIURLSession in Frameworks */,
195194
4D0DDC262C188869006CD503 /* SentrySwiftUI in Frameworks */,
196195
);
197-
runOnlyForDeploymentPostprocessing = 0;
198196
};
199197
4D54C9362BF26090001DE071 /* Frameworks */ = {
200198
isa = PBXFrameworksBuildPhase;
201-
buildActionMask = 2147483647;
202199
files = (
203200
);
204-
runOnlyForDeploymentPostprocessing = 0;
205201
};
206202
4D54C9402BF26090001DE071 /* Frameworks */ = {
207203
isa = PBXFrameworksBuildPhase;
208-
buildActionMask = 2147483647;
209204
files = (
210205
);
211-
runOnlyForDeploymentPostprocessing = 0;
212206
};
213207
/* End PBXFrameworksBuildPhase section */
214208

@@ -575,7 +569,7 @@
575569
4D13AF602C482F1C00845FDB /* XCRemoteSwiftPackageReference "swift-openapi-runtime" */,
576570
4D13AF632C482F4500845FDB /* XCRemoteSwiftPackageReference "swift-openapi-urlsession" */,
577571
);
578-
preferredProjectObjectVersion = 77;
572+
preferredProjectObjectVersion = 90;
579573
productRefGroup = 4D54C9292BF2608A001DE071 /* Products */;
580574
projectDirPath = "";
581575
projectRoot = "";
@@ -590,7 +584,6 @@
590584
/* Begin PBXResourcesBuildPhase section */
591585
4D54C9262BF2608A001DE071 /* Resources */ = {
592586
isa = PBXResourcesBuildPhase;
593-
buildActionMask = 2147483647;
594587
files = (
595588
4D13AF752C492F4500845FDB /* Config.sh in Resources */,
596589
4D7F9CC22C259C30007B1CC3 /* PrivacyInfo.xcprivacy in Resources */,
@@ -601,51 +594,58 @@
601594
4D13AF692C482FE400845FDB /* openapi.yaml in Resources */,
602595
4D13AF6B2C48301600845FDB /* openapi-generator-config.yaml in Resources */,
603596
);
604-
runOnlyForDeploymentPostprocessing = 0;
605597
};
606598
4D54C9372BF26090001DE071 /* Resources */ = {
607599
isa = PBXResourcesBuildPhase;
608-
buildActionMask = 2147483647;
609600
files = (
610601
);
611-
runOnlyForDeploymentPostprocessing = 0;
612602
};
613603
4D54C9412BF26090001DE071 /* Resources */ = {
614604
isa = PBXResourcesBuildPhase;
615-
buildActionMask = 2147483647;
616605
files = (
617606
);
618-
runOnlyForDeploymentPostprocessing = 0;
619607
};
620608
/* End PBXResourcesBuildPhase section */
621609

622610
/* Begin PBXShellScriptBuildPhase section */
623611
4D0DDC272C188A1B006CD503 /* Upload Sources To Sentry */ = {
624612
isa = PBXShellScriptBuildPhase;
625613
alwaysOutOfDate = 1;
626-
buildActionMask = 2147483647;
627-
files = (
628-
);
629-
inputFileListPaths = (
630-
);
631614
inputPaths = (
632615
"${DWARF_DSYM_FOLDER_PATH}/${DWARF_DSYM_FILE_NAME}/Contents/Resources/DWARF/${TARGET_NAME}",
633616
);
634617
name = "Upload Sources To Sentry";
635-
outputFileListPaths = (
636-
);
637-
outputPaths = (
638-
);
639-
runOnlyForDeploymentPostprocessing = 0;
640618
shellPath = /bin/sh;
641-
shellScript = "if [ \"$CONFIGURATION\" = \"Debug\" ]\nthen\n exit 0\nfi\n\nif which sentry-cli >/dev/null\nthen\n ERROR=$(sentry-cli debug-files upload \\\n --org $SENTRY_ORG \\\n --project $SENTRY_PROJECT \\\n --auth-token $SENTRY_AUTH_TOKEN \\\n --include-sources \"$DWARF_DSYM_FOLDER_PATH\" \\\n --force-foreground 2>&1 >/dev/null)\n\n if [ ! $? -eq 0 ]\n then\n echo \"error: sentry-cli - $ERROR\"\n exit 1\n fi\nfi\n";
619+
shellScript = (
620+
"if [ \"$CONFIGURATION\" = \"Debug\" ]",
621+
"then",
622+
" exit 0",
623+
"fi",
624+
"",
625+
"if which sentry-cli >/dev/null",
626+
"then",
627+
" ERROR=$(sentry-cli debug-files upload \\",
628+
" --org $SENTRY_ORG \\",
629+
" --project $SENTRY_PROJECT \\",
630+
" --auth-token $SENTRY_AUTH_TOKEN \\",
631+
" --include-sources \"$DWARF_DSYM_FOLDER_PATH\" \\",
632+
" --force-foreground 2>&1 >/dev/null)",
633+
"",
634+
" if [ ! $? -eq 0 ]",
635+
" then",
636+
" echo \"error: sentry-cli - $ERROR\"",
637+
" exit 1",
638+
" fi",
639+
"fi",
640+
"",
641+
"",
642+
);
642643
};
643644
/* End PBXShellScriptBuildPhase section */
644645

645646
/* Begin PBXSourcesBuildPhase section */
646647
4D54C9242BF2608A001DE071 /* Sources */ = {
647648
isa = PBXSourcesBuildPhase;
648-
buildActionMask = 2147483647;
649649
files = (
650650
4D40ACB42CC3ECBC00B26FDF /* OpenAPI.swift in Sources */,
651651
4DA04EE22CAEEAD800B70D73 /* Foundation.swift in Sources */,
@@ -698,11 +698,9 @@
698698
4D30DA612C98706C00499450 /* Placeholders.swift in Sources */,
699699
4D54C92C2BF2608A001DE071 /* FyreplaceApp.swift in Sources */,
700700
);
701-
runOnlyForDeploymentPostprocessing = 0;
702701
};
703702
4D54C9352BF26090001DE071 /* Sources */ = {
704703
isa = PBXSourcesBuildPhase;
705-
buildActionMask = 2147483647;
706704
files = (
707705
4D351AEB2CA6BD45002EEB8F /* SettingsScreenTests.swift in Sources */,
708706
4D351AED2CA6BE2D002EEB8F /* FakeScreenBase.swift in Sources */,
@@ -711,15 +709,12 @@
711709
4DFB90702C5908DE00D4DABF /* LoginScreenTests.swift in Sources */,
712710
4DFB90762C59173C00D4DABF /* RegisterScreenTests.swift in Sources */,
713711
);
714-
runOnlyForDeploymentPostprocessing = 0;
715712
};
716713
4D54C93F2BF26090001DE071 /* Sources */ = {
717714
isa = PBXSourcesBuildPhase;
718-
buildActionMask = 2147483647;
719715
files = (
720716
4DA7BFB72C5FD479005CC4FF /* PerformanceTests.swift in Sources */,
721717
);
722-
runOnlyForDeploymentPostprocessing = 0;
723718
};
724719
/* End PBXSourcesBuildPhase section */
725720

@@ -741,7 +736,7 @@
741736
/* End PBXTargetDependency section */
742737

743738
/* Begin XCBuildConfiguration section */
744-
4D54C94B2BF26090001DE071 /* Debug */ = {
739+
4D54C94B2BF26090001DE071 /* Debug configuration for PBXProject "Fyreplace" */ = {
745740
isa = XCBuildConfiguration;
746741
baseConfigurationReference = 4D54C9612BF28458001DE071 /* Config.xcconfig */;
747742
buildSettings = {
@@ -814,7 +809,7 @@
814809
};
815810
name = Debug;
816811
};
817-
4D54C94C2BF26090001DE071 /* Release */ = {
812+
4D54C94C2BF26090001DE071 /* Release configuration for PBXProject "Fyreplace" */ = {
818813
isa = XCBuildConfiguration;
819814
baseConfigurationReference = 4D54C9612BF28458001DE071 /* Config.xcconfig */;
820815
buildSettings = {
@@ -879,7 +874,7 @@
879874
};
880875
name = Release;
881876
};
882-
4D54C94E2BF26090001DE071 /* Debug */ = {
877+
4D54C94E2BF26090001DE071 /* Debug configuration for PBXNativeTarget "Fyreplace" */ = {
883878
isa = XCBuildConfiguration;
884879
buildSettings = {
885880
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
@@ -915,7 +910,7 @@
915910
};
916911
name = Debug;
917912
};
918-
4D54C94F2BF26090001DE071 /* Release */ = {
913+
4D54C94F2BF26090001DE071 /* Release configuration for PBXNativeTarget "Fyreplace" */ = {
919914
isa = XCBuildConfiguration;
920915
baseConfigurationReference = 4D13AF732C492E8E00845FDB /* Config.release.xcconfig */;
921916
buildSettings = {
@@ -951,7 +946,7 @@
951946
};
952947
name = Release;
953948
};
954-
4D54C9512BF26090001DE071 /* Debug */ = {
949+
4D54C9512BF26090001DE071 /* Debug configuration for PBXNativeTarget "FyreplaceTests" */ = {
955950
isa = XCBuildConfiguration;
956951
buildSettings = {
957952
BUNDLE_LOADER = "$(TEST_HOST)";
@@ -967,7 +962,7 @@
967962
};
968963
name = Debug;
969964
};
970-
4D54C9522BF26090001DE071 /* Release */ = {
965+
4D54C9522BF26090001DE071 /* Release configuration for PBXNativeTarget "FyreplaceTests" */ = {
971966
isa = XCBuildConfiguration;
972967
buildSettings = {
973968
BUNDLE_LOADER = "$(TEST_HOST)";
@@ -983,7 +978,7 @@
983978
};
984979
name = Release;
985980
};
986-
4D54C9542BF26090001DE071 /* Debug */ = {
981+
4D54C9542BF26090001DE071 /* Debug configuration for PBXNativeTarget "FyreplaceUITests" */ = {
987982
isa = XCBuildConfiguration;
988983
buildSettings = {
989984
DEAD_CODE_STRIPPING = YES;
@@ -998,7 +993,7 @@
998993
};
999994
name = Debug;
1000995
};
1001-
4D54C9552BF26090001DE071 /* Release */ = {
996+
4D54C9552BF26090001DE071 /* Release configuration for PBXNativeTarget "FyreplaceUITests" */ = {
1002997
isa = XCBuildConfiguration;
1003998
buildSettings = {
1004999
DEAD_CODE_STRIPPING = YES;
@@ -1019,37 +1014,33 @@
10191014
4D54C9232BF2608A001DE071 /* Build configuration list for PBXProject "Fyreplace" */ = {
10201015
isa = XCConfigurationList;
10211016
buildConfigurations = (
1022-
4D54C94B2BF26090001DE071 /* Debug */,
1023-
4D54C94C2BF26090001DE071 /* Release */,
1017+
4D54C94B2BF26090001DE071 /* Debug configuration for PBXProject "Fyreplace" */,
1018+
4D54C94C2BF26090001DE071 /* Release configuration for PBXProject "Fyreplace" */,
10241019
);
1025-
defaultConfigurationIsVisible = 0;
10261020
defaultConfigurationName = Release;
10271021
};
10281022
4D54C94D2BF26090001DE071 /* Build configuration list for PBXNativeTarget "Fyreplace" */ = {
10291023
isa = XCConfigurationList;
10301024
buildConfigurations = (
1031-
4D54C94E2BF26090001DE071 /* Debug */,
1032-
4D54C94F2BF26090001DE071 /* Release */,
1025+
4D54C94E2BF26090001DE071 /* Debug configuration for PBXNativeTarget "Fyreplace" */,
1026+
4D54C94F2BF26090001DE071 /* Release configuration for PBXNativeTarget "Fyreplace" */,
10331027
);
1034-
defaultConfigurationIsVisible = 0;
10351028
defaultConfigurationName = Release;
10361029
};
10371030
4D54C9502BF26090001DE071 /* Build configuration list for PBXNativeTarget "FyreplaceTests" */ = {
10381031
isa = XCConfigurationList;
10391032
buildConfigurations = (
1040-
4D54C9512BF26090001DE071 /* Debug */,
1041-
4D54C9522BF26090001DE071 /* Release */,
1033+
4D54C9512BF26090001DE071 /* Debug configuration for PBXNativeTarget "FyreplaceTests" */,
1034+
4D54C9522BF26090001DE071 /* Release configuration for PBXNativeTarget "FyreplaceTests" */,
10421035
);
1043-
defaultConfigurationIsVisible = 0;
10441036
defaultConfigurationName = Release;
10451037
};
10461038
4D54C9532BF26090001DE071 /* Build configuration list for PBXNativeTarget "FyreplaceUITests" */ = {
10471039
isa = XCConfigurationList;
10481040
buildConfigurations = (
1049-
4D54C9542BF26090001DE071 /* Debug */,
1050-
4D54C9552BF26090001DE071 /* Release */,
1041+
4D54C9542BF26090001DE071 /* Debug configuration for PBXNativeTarget "FyreplaceUITests" */,
1042+
4D54C9552BF26090001DE071 /* Release configuration for PBXNativeTarget "FyreplaceUITests" */,
10511043
);
1052-
defaultConfigurationIsVisible = 0;
10531044
defaultConfigurationName = Release;
10541045
};
10551046
/* End XCConfigurationList section */

0 commit comments

Comments
 (0)