Skip to content

Commit b601256

Browse files
authored
Merge pull request #120 from lorentey/update-xcodeproj
Update Xcode project
2 parents 490b14e + ee599de commit b601256

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

Xcode/Atomics.xcodeproj/project.pbxproj

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@
5555
7DA9B4762ABBD93D00F14CE3 /* UnsafeAtomic.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7DA9B4572ABBD93D00F14CE3 /* UnsafeAtomic.swift */; };
5656
7DA9B4772ABBD93D00F14CE3 /* IntegerOperations.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7DA9B4592ABBD93D00F14CE3 /* IntegerOperations.swift */; };
5757
7DA9B47A2ABBD93D00F14CE3 /* Primitives.native.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7DA9B45E2ABBD93D00F14CE3 /* Primitives.native.swift */; };
58-
7DA9B47B2ABBD93D00F14CE3 /* Primitives.shims.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7DA9B45F2ABBD93D00F14CE3 /* Primitives.shims.swift */; };
5958
7DA9B47C2ABBD93D00F14CE3 /* AtomicInteger.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7DA9B4612ABBD93D00F14CE3 /* AtomicInteger.swift */; };
6059
7DA9B47D2ABBD93D00F14CE3 /* AtomicValue.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7DA9B4622ABBD93D00F14CE3 /* AtomicValue.swift */; };
6160
7DA9B47E2ABBD93D00F14CE3 /* AtomicReference.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7DA9B4632ABBD93D00F14CE3 /* AtomicReference.swift */; };
@@ -180,10 +179,8 @@
180179
7DA9B4562ABBD93D00F14CE3 /* AtomicMemoryOrderings.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AtomicMemoryOrderings.swift; sourceTree = "<group>"; };
181180
7DA9B4572ABBD93D00F14CE3 /* UnsafeAtomic.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = UnsafeAtomic.swift; sourceTree = "<group>"; };
182181
7DA9B4592ABBD93D00F14CE3 /* IntegerOperations.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = IntegerOperations.swift; sourceTree = "<group>"; };
183-
7DA9B45B2ABBD93D00F14CE3 /* Primitives.shims.swift.gyb */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Primitives.shims.swift.gyb; sourceTree = "<group>"; };
184182
7DA9B45C2ABBD93D00F14CE3 /* Primitives.native.swift.gyb */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Primitives.native.swift.gyb; sourceTree = "<group>"; };
185183
7DA9B45E2ABBD93D00F14CE3 /* Primitives.native.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Primitives.native.swift; sourceTree = "<group>"; };
186-
7DA9B45F2ABBD93D00F14CE3 /* Primitives.shims.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Primitives.shims.swift; sourceTree = "<group>"; };
187184
7DA9B4612ABBD93D00F14CE3 /* AtomicInteger.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AtomicInteger.swift; sourceTree = "<group>"; };
188185
7DA9B4622ABBD93D00F14CE3 /* AtomicValue.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AtomicValue.swift; sourceTree = "<group>"; };
189186
7DA9B4632ABBD93D00F14CE3 /* AtomicReference.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AtomicReference.swift; sourceTree = "<group>"; };
@@ -197,8 +194,6 @@
197194
7DA9B46D2ABBD93D00F14CE3 /* IntegerConformances.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = IntegerConformances.swift; sourceTree = "<group>"; };
198195
7DA9B46E2ABBD93D00F14CE3 /* PointerConformances.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PointerConformances.swift; sourceTree = "<group>"; };
199196
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-
7DF2275D2ABCBF4B00EC2AFE /* [email protected] */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = "[email protected]"; path = "../[email protected]"; sourceTree = "<group>"; };
202197
BB63DC6A29D782010054E9C2 /* Atomics.xctestplan */ = {isa = PBXFileReference; lastKnownFileType = text; path = Atomics.xctestplan; sourceTree = "<group>"; };
203198
/* End PBXFileReference section */
204199

@@ -225,8 +220,6 @@
225220
isa = PBXGroup;
226221
children = (
227222
7D489EC529CE96DA00499B21 /* Package.swift */,
228-
7DF2275B2ABCBF4B00EC2AFE /* [email protected] */,
229-
7DF2275D2ABCBF4B00EC2AFE /* [email protected] */,
230223
7D489EC629CE96DA00499B21 /* CMakeLists.txt */,
231224
7D489ED929CE96DA00499B21 /* CODE_OF_CONDUCT.md */,
232225
7D489ED829CE96DA00499B21 /* CONTRIBUTING.md */,
@@ -470,7 +463,6 @@
470463
isa = PBXGroup;
471464
children = (
472465
7DA9B45C2ABBD93D00F14CE3 /* Primitives.native.swift.gyb */,
473-
7DA9B45B2ABBD93D00F14CE3 /* Primitives.shims.swift.gyb */,
474466
7DA9B45D2ABBD93D00F14CE3 /* autogenerated */,
475467
);
476468
path = Primitives;
@@ -480,7 +472,6 @@
480472
isa = PBXGroup;
481473
children = (
482474
7DA9B45E2ABBD93D00F14CE3 /* Primitives.native.swift */,
483-
7DA9B45F2ABBD93D00F14CE3 /* Primitives.shims.swift */,
484475
);
485476
path = autogenerated;
486477
sourceTree = "<group>";
@@ -634,7 +625,6 @@
634625
7DA9B4752ABBD93D00F14CE3 /* AtomicMemoryOrderings.swift in Sources */,
635626
7DA9B47C2ABBD93D00F14CE3 /* AtomicInteger.swift in Sources */,
636627
7DA9B4882ABBD93D00F14CE3 /* AtomicBool.swift in Sources */,
637-
7DA9B47B2ABBD93D00F14CE3 /* Primitives.shims.swift in Sources */,
638628
7DA9B4862ABBD93D00F14CE3 /* IntegerConformances.swift in Sources */,
639629
7DA9B4742ABBD93D00F14CE3 /* ManagedAtomicLazyReference.swift in Sources */,
640630
7DA9B4812ABBD93D00F14CE3 /* RawRepresentable.swift in Sources */,

0 commit comments

Comments
 (0)