Skip to content

Commit 5eaa973

Browse files
author
Stephen Cobbe
committed
Added scheme data.
1 parent 9e7543c commit 5eaa973

File tree

3 files changed

+109
-3
lines changed

3 files changed

+109
-3
lines changed

.gitignore

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ DerivedData/
1212
!default.mode2v3
1313
*.perspectivev3
1414
!default.perspectivev3
15-
xcuserdata/
1615

1716
## Other
1817
*.moved-aside
@@ -30,11 +29,16 @@ xcuserdata/
3029

3130
# CocoaPods
3231
TestObjectiveDropbox_OSX/Pods/
32+
TestObjectiveDropbox_OSX/TestObjectiveDropbox_OSX.xcodeproj/xcuserdata/
33+
3334
TestObjectiveDropbox_iOS/Pods/
35+
TestObjectiveDropbox_iOS/TestObjectiveDropbox_iOS.xcodeproj/xcuserdata/
36+
3437
Examples/DBRoulette/DBRoulette/Pods/
38+
Examples/DBRoulette/DBRoulette/DBRoulette.xcodeproj/xcuserdata/
3539

3640
# Carthage
3741
Carthage/Build
38-
/Examples/DBRoulette_Carthage/Carthage/
39-
42+
Examples/DBRoulette_Carthage/Carthage/
43+
Examples/DBRoulette_Carthage/DBRoulette_Carthage.xcodeproj/xcuserdata/
4044

Lines changed: 80 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,80 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<Scheme
3+
LastUpgradeVersion = "0730"
4+
version = "1.3">
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 = "F26B75741D7F6AF700714F70"
18+
BuildableName = "ObjectiveDropboxOfficial.framework"
19+
BlueprintName = "ObjectiveDropboxOfficial"
20+
ReferencedContainer = "container:ObjectiveDropboxOfficial.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+
<Testables>
31+
</Testables>
32+
<AdditionalOptions>
33+
</AdditionalOptions>
34+
</TestAction>
35+
<LaunchAction
36+
buildConfiguration = "Debug"
37+
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
38+
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
39+
launchStyle = "0"
40+
useCustomWorkingDirectory = "NO"
41+
ignoresPersistentStateOnLaunch = "NO"
42+
debugDocumentVersioning = "YES"
43+
debugServiceExtension = "internal"
44+
allowLocationSimulation = "YES">
45+
<MacroExpansion>
46+
<BuildableReference
47+
BuildableIdentifier = "primary"
48+
BlueprintIdentifier = "F26B75741D7F6AF700714F70"
49+
BuildableName = "ObjectiveDropboxOfficial.framework"
50+
BlueprintName = "ObjectiveDropboxOfficial"
51+
ReferencedContainer = "container:ObjectiveDropboxOfficial.xcodeproj">
52+
</BuildableReference>
53+
</MacroExpansion>
54+
<AdditionalOptions>
55+
</AdditionalOptions>
56+
</LaunchAction>
57+
<ProfileAction
58+
buildConfiguration = "Release"
59+
shouldUseLaunchSchemeArgsEnv = "YES"
60+
savedToolIdentifier = ""
61+
useCustomWorkingDirectory = "NO"
62+
debugDocumentVersioning = "YES">
63+
<MacroExpansion>
64+
<BuildableReference
65+
BuildableIdentifier = "primary"
66+
BlueprintIdentifier = "F26B75741D7F6AF700714F70"
67+
BuildableName = "ObjectiveDropboxOfficial.framework"
68+
BlueprintName = "ObjectiveDropboxOfficial"
69+
ReferencedContainer = "container:ObjectiveDropboxOfficial.xcodeproj">
70+
</BuildableReference>
71+
</MacroExpansion>
72+
</ProfileAction>
73+
<AnalyzeAction
74+
buildConfiguration = "Debug">
75+
</AnalyzeAction>
76+
<ArchiveAction
77+
buildConfiguration = "Release"
78+
revealArchiveInOrganizer = "YES">
79+
</ArchiveAction>
80+
</Scheme>
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>SchemeUserState</key>
6+
<dict>
7+
<key>ObjectiveDropboxOfficial.xcscheme</key>
8+
<dict>
9+
<key>orderHint</key>
10+
<integer>0</integer>
11+
</dict>
12+
</dict>
13+
<key>SuppressBuildableAutocreation</key>
14+
<dict>
15+
<key>F26B75741D7F6AF700714F70</key>
16+
<dict>
17+
<key>primary</key>
18+
<true/>
19+
</dict>
20+
</dict>
21+
</dict>
22+
</plist>

0 commit comments

Comments
 (0)