Skip to content

Commit 581634c

Browse files
committed
Update Xcode project
1 parent 5aad046 commit 581634c

File tree

3 files changed

+118
-15
lines changed

3 files changed

+118
-15
lines changed

Xcode/Atomics.xcodeproj/project.pbxproj

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -182,16 +182,15 @@
182182
7D489ECD29CE96DA00499B21 /* gyb_utils.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = gyb_utils.py; sourceTree = "<group>"; };
183183
7D489ECE29CE96DA00499B21 /* gyb */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = gyb; sourceTree = "<group>"; };
184184
7D489ECF29CE96DA00499B21 /* generate-sources.sh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; path = "generate-sources.sh"; sourceTree = "<group>"; };
185-
7D489ED029CE96DA00499B21 /* generate-docs.sh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; path = "generate-docs.sh"; sourceTree = "<group>"; };
186185
7D489ED129CE96DA00499B21 /* LICENSE.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = LICENSE.txt; path = ../LICENSE.txt; sourceTree = "<group>"; };
187-
7D489ED329CE96DA00499B21 /* Atomics.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = Atomics.xcodeproj; sourceTree = "<group>"; };
188186
7D489ED629CE96DA00499B21 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; };
189187
7D489ED729CE96DA00499B21 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = net.daringfireball.markdown; name = README.md; path = ../README.md; sourceTree = "<group>"; };
190188
7D489ED829CE96DA00499B21 /* CONTRIBUTING.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = net.daringfireball.markdown; name = CONTRIBUTING.md; path = ../CONTRIBUTING.md; sourceTree = "<group>"; };
191189
7D489ED929CE96DA00499B21 /* CODE_OF_CONDUCT.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = net.daringfireball.markdown; name = CODE_OF_CONDUCT.md; path = ../CODE_OF_CONDUCT.md; sourceTree = "<group>"; };
192190
7D489F6F29CE986A00499B21 /* Shared.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = Shared.xcconfig; sourceTree = "<group>"; };
193191
7D489F7029CE986A00499B21 /* Atomics.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = Atomics.xcconfig; sourceTree = "<group>"; };
194192
7D489F7129CE986A00499B21 /* AtomicsTests.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = AtomicsTests.xcconfig; sourceTree = "<group>"; };
193+
BB63DC6A29D782010054E9C2 /* Atomics.xctestplan */ = {isa = PBXFileReference; lastKnownFileType = text; path = Atomics.xctestplan; sourceTree = "<group>"; };
195194
/* End PBXFileReference section */
196195

197196
/* Begin PBXFrameworksBuildPhase section */
@@ -441,7 +440,6 @@
441440
7D489ECD29CE96DA00499B21 /* gyb_utils.py */,
442441
7D489ECE29CE96DA00499B21 /* gyb */,
443442
7D489ECF29CE96DA00499B21 /* generate-sources.sh */,
444-
7D489ED029CE96DA00499B21 /* generate-docs.sh */,
445443
);
446444
name = Utilities;
447445
path = ../Utilities;
@@ -450,20 +448,15 @@
450448
7D489ED229CE96DA00499B21 /* Xcode */ = {
451449
isa = PBXGroup;
452450
children = (
451+
BB63DC6A29D782010054E9C2 /* Atomics.xctestplan */,
453452
7D489F6F29CE986A00499B21 /* Shared.xcconfig */,
454453
7D489F7029CE986A00499B21 /* Atomics.xcconfig */,
455454
7D489F7129CE986A00499B21 /* AtomicsTests.xcconfig */,
456-
7D489ED329CE96DA00499B21 /* Atomics.xcodeproj */,
457455
7D489ED629CE96DA00499B21 /* README.md */,
458456
);
459457
name = Xcode;
460458
sourceTree = "<group>";
461459
};
462-
7D489ED429CE96DA00499B21 /* Products */ = {
463-
isa = PBXGroup;
464-
name = Products;
465-
sourceTree = "<group>";
466-
};
467460
/* End PBXGroup section */
468461

469462
/* Begin PBXHeadersBuildPhase section */
@@ -544,12 +537,6 @@
544537
mainGroup = 7D489E3529CE969D00499B21;
545538
productRefGroup = 7D489E4029CE969D00499B21 /* Products */;
546539
projectDirPath = "";
547-
projectReferences = (
548-
{
549-
ProductGroup = 7D489ED429CE96DA00499B21 /* Products */;
550-
ProjectRef = 7D489ED329CE96DA00499B21 /* Atomics.xcodeproj */;
551-
},
552-
);
553540
projectRoot = "";
554541
targets = (
555542
7D489E3E29CE969D00499B21 /* Atomics */,
Lines changed: 84 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,84 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<Scheme
3+
LastUpgradeVersion = "1420"
4+
version = "1.7">
5+
<BuildAction
6+
parallelizeBuildables = "YES"
7+
buildImplicitDependencies = "YES">
8+
<BuildActionEntries>
9+
<BuildActionEntry
10+
buildForTesting = "YES"
11+
buildForRunning = "YES"
12+
buildForProfiling = "YES"
13+
buildForArchiving = "YES"
14+
buildForAnalyzing = "YES">
15+
<BuildableReference
16+
BuildableIdentifier = "primary"
17+
BlueprintIdentifier = "7D489E3E29CE969D00499B21"
18+
BuildableName = "Atomics.framework"
19+
BlueprintName = "Atomics"
20+
ReferencedContainer = "container:Atomics.xcodeproj">
21+
</BuildableReference>
22+
</BuildActionEntry>
23+
</BuildActionEntries>
24+
</BuildAction>
25+
<TestAction
26+
buildConfiguration = "Debug"
27+
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
28+
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
29+
shouldUseLaunchSchemeArgsEnv = "YES">
30+
<TestPlans>
31+
<TestPlanReference
32+
reference = "container:Atomics.xctestplan"
33+
default = "YES">
34+
</TestPlanReference>
35+
</TestPlans>
36+
<Testables>
37+
<TestableReference
38+
skipped = "NO"
39+
parallelizable = "YES">
40+
<BuildableReference
41+
BuildableIdentifier = "primary"
42+
BlueprintIdentifier = "7D489E4629CE969D00499B21"
43+
BuildableName = "AtomicsTests.xctest"
44+
BlueprintName = "AtomicsTests"
45+
ReferencedContainer = "container:Atomics.xcodeproj">
46+
</BuildableReference>
47+
</TestableReference>
48+
</Testables>
49+
</TestAction>
50+
<LaunchAction
51+
buildConfiguration = "Debug"
52+
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
53+
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
54+
launchStyle = "0"
55+
useCustomWorkingDirectory = "NO"
56+
ignoresPersistentStateOnLaunch = "NO"
57+
debugDocumentVersioning = "YES"
58+
debugServiceExtension = "internal"
59+
allowLocationSimulation = "YES">
60+
</LaunchAction>
61+
<ProfileAction
62+
buildConfiguration = "Release"
63+
shouldUseLaunchSchemeArgsEnv = "YES"
64+
savedToolIdentifier = ""
65+
useCustomWorkingDirectory = "NO"
66+
debugDocumentVersioning = "YES">
67+
<MacroExpansion>
68+
<BuildableReference
69+
BuildableIdentifier = "primary"
70+
BlueprintIdentifier = "7D489E3E29CE969D00499B21"
71+
BuildableName = "Atomics.framework"
72+
BlueprintName = "Atomics"
73+
ReferencedContainer = "container:Atomics.xcodeproj">
74+
</BuildableReference>
75+
</MacroExpansion>
76+
</ProfileAction>
77+
<AnalyzeAction
78+
buildConfiguration = "Debug">
79+
</AnalyzeAction>
80+
<ArchiveAction
81+
buildConfiguration = "Release"
82+
revealArchiveInOrganizer = "YES">
83+
</ArchiveAction>
84+
</Scheme>

Xcode/Atomics.xctestplan

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
{
2+
"configurations" : [
3+
{
4+
"id" : "CF37E70B-D810-4CF2-AB41-571BAFF72572",
5+
"name" : "Default",
6+
"options" : {
7+
8+
}
9+
},
10+
{
11+
"id" : "33436295-E24E-439B-9B8E-4602E0A6C8BB",
12+
"name" : "TSan",
13+
"options" : {
14+
"threadSanitizerEnabled" : true
15+
}
16+
}
17+
],
18+
"defaultOptions" : {
19+
"codeCoverage" : false
20+
},
21+
"testTargets" : [
22+
{
23+
"parallelizable" : true,
24+
"target" : {
25+
"containerPath" : "container:Atomics.xcodeproj",
26+
"identifier" : "7D489E4629CE969D00499B21",
27+
"name" : "AtomicsTests"
28+
}
29+
}
30+
],
31+
"version" : 1
32+
}

0 commit comments

Comments
 (0)