Skip to content

Commit 3cfc1ae

Browse files
committed
Set Xcode project compatibility version to "Xcode 16.0" (77)
This works around an issue in CocoaPods, where `xcodeproj` can't work with version 70. See CocoaPods/CocoaPods#12671 Version 70 was set when adding the first synchronized folder in 0efd180
1 parent b42be11 commit 3cfc1ae

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

Simplenote.xcodeproj/project.pbxproj

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

99
/* Begin PBXAggregateTarget section */
@@ -1347,7 +1347,13 @@
13471347
/* End PBXFileReference section */
13481348

13491349
/* Begin PBXFileSystemSynchronizedRootGroup section */
1350-
3FA8C2862DFBAF7900E1F4A3 /* WordPressRatings */ = {isa = PBXFileSystemSynchronizedRootGroup; explicitFileTypes = {}; explicitFolders = (); path = WordPressRatings; sourceTree = "<group>"; };
1350+
3FA8C2862DFBAF7900E1F4A3 /* WordPressRatings */ = {
1351+
isa = PBXFileSystemSynchronizedRootGroup;
1352+
exceptions = (
1353+
);
1354+
path = WordPressRatings;
1355+
sourceTree = "<group>";
1356+
};
13511357
/* End PBXFileSystemSynchronizedRootGroup section */
13521358

13531359
/* Begin PBXFrameworksBuildPhase section */
@@ -3059,7 +3065,6 @@
30593065
};
30603066
};
30613067
buildConfigurationList = E29ADD3317848E8500E55842 /* Build configuration list for PBXProject "Simplenote" */;
3062-
compatibilityVersion = "Xcode 11.0";
30633068
developmentRegion = en;
30643069
hasScannedForEncodings = 0;
30653070
knownRegions = (
@@ -3096,6 +3101,7 @@
30963101
3FA8817C2DFAADD200E1F4A3 /* XCRemoteSwiftPackageReference "ZIPFoundation" */,
30973102
3FA88CEF2DFABAA100E1F4A3 /* XCRemoteSwiftPackageReference "Gridicons-iOS" */,
30983103
);
3104+
preferredProjectObjectVersion = 77;
30993105
productRefGroup = E29ADD3917848E8500E55842 /* Products */;
31003106
projectDirPath = "";
31013107
projectRoot = "";
@@ -3244,14 +3250,10 @@
32443250
inputFileListPaths = (
32453251
"${PODS_ROOT}/Target Support Files/Pods-Automattic-Simplenote/Pods-Automattic-Simplenote-frameworks-${CONFIGURATION}-input-files.xcfilelist",
32463252
);
3247-
inputPaths = (
3248-
);
32493253
name = "[CP] Embed Pods Frameworks";
32503254
outputFileListPaths = (
32513255
"${PODS_ROOT}/Target Support Files/Pods-Automattic-Simplenote/Pods-Automattic-Simplenote-frameworks-${CONFIGURATION}-output-files.xcfilelist",
32523256
);
3253-
outputPaths = (
3254-
);
32553257
runOnlyForDeploymentPostprocessing = 0;
32563258
shellPath = /bin/sh;
32573259
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Automattic-Simplenote/Pods-Automattic-Simplenote-frameworks.sh\"\n";

0 commit comments

Comments
 (0)