Skip to content

Commit f10f031

Browse files
committed
Add back-compat manifests to Xcode/Atomics.xcodeproj
1 parent a9219a8 commit f10f031

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Xcode/Atomics.xcodeproj/project.pbxproj

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,9 @@
197197
7DA9B46D2ABBD93D00F14CE3 /* IntegerConformances.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = IntegerConformances.swift; sourceTree = "<group>"; };
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>"; };
200+
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>"; };
202+
7DF2275D2ABCBF4B00EC2AFE /* [email protected] */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = "[email protected]"; path = "../[email protected]"; sourceTree = "<group>"; };
200203
BB63DC6A29D782010054E9C2 /* Atomics.xctestplan */ = {isa = PBXFileReference; lastKnownFileType = text; path = Atomics.xctestplan; sourceTree = "<group>"; };
201204
/* End PBXFileReference section */
202205

@@ -223,6 +226,9 @@
223226
isa = PBXGroup;
224227
children = (
225228
7D489EC529CE96DA00499B21 /* Package.swift */,
229+
7DF2275C2ABCBF4B00EC2AFE /* [email protected] */,
230+
7DF2275B2ABCBF4B00EC2AFE /* [email protected] */,
231+
7DF2275D2ABCBF4B00EC2AFE /* [email protected] */,
226232
7D489EC629CE96DA00499B21 /* CMakeLists.txt */,
227233
7D489ED929CE96DA00499B21 /* CODE_OF_CONDUCT.md */,
228234
7D489ED829CE96DA00499B21 /* CONTRIBUTING.md */,

0 commit comments

Comments
 (0)