Skip to content

Commit e47cc4c

Browse files
ci: downgrade Xcode format from 77 to 63
1 parent 6383dea commit e47cc4c

File tree

2 files changed

+25
-21
lines changed

2 files changed

+25
-21
lines changed

packages/examples/recursive/ios/MultInstance-Recursive.xcodeproj/project.pbxproj

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
archiveVersion = 1;
44
classes = {
55
};
6-
objectVersion = 77;
6+
objectVersion = 63;
77
objects = {
88

99
/* Begin PBXBuildFile section */
@@ -122,7 +122,7 @@
122122
dependencies = (
123123
);
124124
name = "MultInstance-Recursive";
125-
productName = MultInstance-Recursive;
125+
productName = "MultInstance-Recursive";
126126
productReference = 13B07F961A680F5B00A75B9A /* MultInstance-Recursive.app */;
127127
productType = "com.apple.product-type.application";
128128
};
@@ -140,14 +140,14 @@
140140
};
141141
};
142142
buildConfigurationList = 83CBB9FA1A601CBA00E9B192 /* Build configuration list for PBXProject "MultInstance-Recursive" */;
143+
compatibilityVersion = "Xcode 15.3";
143144
developmentRegion = en;
144145
hasScannedForEncodings = 0;
145146
knownRegions = (
146147
en,
147148
Base,
148149
);
149150
mainGroup = 83CBB9F61A601CBA00E9B192;
150-
preferredProjectObjectVersion = 77;
151151
productRefGroup = 83CBBA001A601CBA00E9B192 /* Products */;
152152
projectDirPath = "";
153153
projectRoot = "";
@@ -195,10 +195,14 @@
195195
inputFileListPaths = (
196196
"${PODS_ROOT}/Target Support Files/Pods-MultInstance-Recursive/Pods-MultInstance-Recursive-frameworks-${CONFIGURATION}-input-files.xcfilelist",
197197
);
198+
inputPaths = (
199+
);
198200
name = "[CP] Embed Pods Frameworks";
199201
outputFileListPaths = (
200202
"${PODS_ROOT}/Target Support Files/Pods-MultInstance-Recursive/Pods-MultInstance-Recursive-frameworks-${CONFIGURATION}-output-files.xcfilelist",
201203
);
204+
outputPaths = (
205+
);
202206
runOnlyForDeploymentPostprocessing = 0;
203207
shellPath = /bin/sh;
204208
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-MultInstance-Recursive/Pods-MultInstance-Recursive-frameworks.sh\"\n";
@@ -234,10 +238,14 @@
234238
inputFileListPaths = (
235239
"${PODS_ROOT}/Target Support Files/Pods-MultInstance-Recursive/Pods-MultInstance-Recursive-resources-${CONFIGURATION}-input-files.xcfilelist",
236240
);
241+
inputPaths = (
242+
);
237243
name = "[CP] Copy Pods Resources";
238244
outputFileListPaths = (
239245
"${PODS_ROOT}/Target Support Files/Pods-MultInstance-Recursive/Pods-MultInstance-Recursive-resources-${CONFIGURATION}-output-files.xcfilelist",
240246
);
247+
outputPaths = (
248+
);
241249
runOnlyForDeploymentPostprocessing = 0;
242250
shellPath = /bin/sh;
243251
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-MultInstance-Recursive/Pods-MultInstance-Recursive-resources.sh\"\n";
@@ -383,10 +391,7 @@
383391
"-DFOLLY_CFG_NO_COROUTINES=1",
384392
"-DFOLLY_HAVE_CLOCK_GETTIME=1",
385393
);
386-
OTHER_LDFLAGS = (
387-
"$(inherited)",
388-
" ",
389-
);
394+
OTHER_LDFLAGS = "$(inherited) ";
390395
REACT_NATIVE_PATH = "${PODS_ROOT}/../../../../../node_modules/react-native";
391396
SDKROOT = iphoneos;
392397
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) DEBUG";
@@ -456,10 +461,7 @@
456461
"-DFOLLY_CFG_NO_COROUTINES=1",
457462
"-DFOLLY_HAVE_CLOCK_GETTIME=1",
458463
);
459-
OTHER_LDFLAGS = (
460-
"$(inherited)",
461-
" ",
462-
);
464+
OTHER_LDFLAGS = "$(inherited) ";
463465
REACT_NATIVE_PATH = "${PODS_ROOT}/../../../../../node_modules/react-native";
464466
SDKROOT = iphoneos;
465467
USE_HERMES = true;

packages/examples/side-by-side/ios/MultiInstancePOC.xcodeproj/project.pbxproj

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
archiveVersion = 1;
44
classes = {
55
};
6-
objectVersion = 77;
6+
objectVersion = 63;
77
objects = {
88

99
/* Begin PBXBuildFile section */
@@ -136,14 +136,14 @@
136136
};
137137
};
138138
buildConfigurationList = 83CBB9FA1A601CBA00E9B192 /* Build configuration list for PBXProject "MultiInstancePOC" */;
139+
compatibilityVersion = "Xcode 15.3";
139140
developmentRegion = en;
140141
hasScannedForEncodings = 0;
141142
knownRegions = (
142143
en,
143144
Base,
144145
);
145146
mainGroup = 83CBB9F61A601CBA00E9B192;
146-
preferredProjectObjectVersion = 77;
147147
productRefGroup = 83CBBA001A601CBA00E9B192 /* Products */;
148148
projectDirPath = "";
149149
projectRoot = "";
@@ -191,10 +191,14 @@
191191
inputFileListPaths = (
192192
"${PODS_ROOT}/Target Support Files/Pods-MultiInstancePOC/Pods-MultiInstancePOC-frameworks-${CONFIGURATION}-input-files.xcfilelist",
193193
);
194+
inputPaths = (
195+
);
194196
name = "[CP] Embed Pods Frameworks";
195197
outputFileListPaths = (
196198
"${PODS_ROOT}/Target Support Files/Pods-MultiInstancePOC/Pods-MultiInstancePOC-frameworks-${CONFIGURATION}-output-files.xcfilelist",
197199
);
200+
outputPaths = (
201+
);
198202
runOnlyForDeploymentPostprocessing = 0;
199203
shellPath = /bin/sh;
200204
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-MultiInstancePOC/Pods-MultiInstancePOC-frameworks.sh\"\n";
@@ -230,10 +234,14 @@
230234
inputFileListPaths = (
231235
"${PODS_ROOT}/Target Support Files/Pods-MultiInstancePOC/Pods-MultiInstancePOC-resources-${CONFIGURATION}-input-files.xcfilelist",
232236
);
237+
inputPaths = (
238+
);
233239
name = "[CP] Copy Pods Resources";
234240
outputFileListPaths = (
235241
"${PODS_ROOT}/Target Support Files/Pods-MultiInstancePOC/Pods-MultiInstancePOC-resources-${CONFIGURATION}-output-files.xcfilelist",
236242
);
243+
outputPaths = (
244+
);
237245
runOnlyForDeploymentPostprocessing = 0;
238246
shellPath = /bin/sh;
239247
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-MultiInstancePOC/Pods-MultiInstancePOC-resources.sh\"\n";
@@ -379,10 +387,7 @@
379387
"-DFOLLY_CFG_NO_COROUTINES=1",
380388
"-DFOLLY_HAVE_CLOCK_GETTIME=1",
381389
);
382-
OTHER_LDFLAGS = (
383-
"$(inherited)",
384-
" ",
385-
);
390+
OTHER_LDFLAGS = "$(inherited) ";
386391
REACT_NATIVE_PATH = "${PODS_ROOT}/../../../../../node_modules/react-native";
387392
SDKROOT = iphoneos;
388393
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) DEBUG";
@@ -452,10 +457,7 @@
452457
"-DFOLLY_CFG_NO_COROUTINES=1",
453458
"-DFOLLY_HAVE_CLOCK_GETTIME=1",
454459
);
455-
OTHER_LDFLAGS = (
456-
"$(inherited)",
457-
" ",
458-
);
460+
OTHER_LDFLAGS = "$(inherited) ";
459461
REACT_NATIVE_PATH = "${PODS_ROOT}/../../../../../node_modules/react-native";
460462
SDKROOT = iphoneos;
461463
USE_HERMES = true;

0 commit comments

Comments
 (0)