Skip to content

Commit 02d0d97

Browse files
committed
[Xcode] Formally update .xcodeproj to Xcode 15
Also, remove an orphaned package manifest link.
1 parent 084814f commit 02d0d97

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

Xcode/Atomics.xcodeproj/project.pbxproj

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

99
/* Begin PBXBuildFile section */
@@ -198,7 +198,6 @@
198198
7DA9B46E2ABBD93D00F14CE3 /* PointerConformances.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PointerConformances.swift; sourceTree = "<group>"; };
199199
7DA9B46F2ABBD93D00F14CE3 /* AtomicBool.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AtomicBool.swift; sourceTree = "<group>"; };
200200
7DF2275B2ABCBF4B00EC2AFE /* [email protected] */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = "[email protected]"; path = "../[email protected]"; sourceTree = "<group>"; };
201-
7DF2275C2ABCBF4B00EC2AFE /* [email protected] */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = "[email protected]"; path = "../[email protected]"; sourceTree = "<group>"; };
202201
7DF2275D2ABCBF4B00EC2AFE /* [email protected] */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = "[email protected]"; path = "../[email protected]"; sourceTree = "<group>"; };
203202
BB63DC6A29D782010054E9C2 /* Atomics.xctestplan */ = {isa = PBXFileReference; lastKnownFileType = text; path = Atomics.xctestplan; sourceTree = "<group>"; };
204203
/* End PBXFileReference section */
@@ -226,7 +225,6 @@
226225
isa = PBXGroup;
227226
children = (
228227
7D489EC529CE96DA00499B21 /* Package.swift */,
229-
7DF2275C2ABCBF4B00EC2AFE /* [email protected] */,
230228
7DF2275B2ABCBF4B00EC2AFE /* [email protected] */,
231229
7DF2275D2ABCBF4B00EC2AFE /* [email protected] */,
232230
7D489EC629CE96DA00499B21 /* CMakeLists.txt */,
@@ -241,6 +239,7 @@
241239
7D489E4029CE969D00499B21 /* Products */,
242240
);
243241
sourceTree = "<group>";
242+
tabWidth = 8;
244243
};
245244
7D489E4029CE969D00499B21 /* Products */ = {
246245
isa = PBXGroup;
@@ -591,7 +590,7 @@
591590
};
592591
};
593592
buildConfigurationList = 7D489E3929CE969D00499B21 /* Build configuration list for PBXProject "Atomics" */;
594-
compatibilityVersion = "Xcode 14.0";
593+
compatibilityVersion = "Xcode 15.0";
595594
developmentRegion = en;
596595
hasScannedForEncodings = 0;
597596
knownRegions = (

0 commit comments

Comments
 (0)