Skip to content

Commit ee72c8e

Browse files
committed
Added Xcode 7.1 compatibility UUID, shared scheme for debugging purposes (#19)
1 parent 5b46c69 commit ee72c8e

File tree

2 files changed

+87
-0
lines changed

2 files changed

+87
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,86 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<Scheme
3+
LastUpgradeVersion = "0700"
4+
version = "2.0">
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 = "18990B1E18D25239007A8756"
18+
BuildableName = "SCXcodeSwitchExpander.xcplugin"
19+
BlueprintName = "SCXcodeSwitchExpander"
20+
ReferencedContainer = "container:SCXcodeSwitchExpander.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 = "NO"
43+
debugXPCServices = "NO"
44+
debugServiceExtension = "internal"
45+
allowLocationSimulation = "NO"
46+
viewDebuggingEnabled = "No">
47+
<PathRunnable
48+
runnableDebuggingMode = "0"
49+
FilePath = "/Applications/Xcode.app">
50+
</PathRunnable>
51+
<MacroExpansion>
52+
<BuildableReference
53+
BuildableIdentifier = "primary"
54+
BlueprintIdentifier = "18990B1E18D25239007A8756"
55+
BuildableName = "SCXcodeSwitchExpander.xcplugin"
56+
BlueprintName = "SCXcodeSwitchExpander"
57+
ReferencedContainer = "container:SCXcodeSwitchExpander.xcodeproj">
58+
</BuildableReference>
59+
</MacroExpansion>
60+
<AdditionalOptions>
61+
</AdditionalOptions>
62+
</LaunchAction>
63+
<ProfileAction
64+
buildConfiguration = "Release"
65+
shouldUseLaunchSchemeArgsEnv = "YES"
66+
savedToolIdentifier = ""
67+
useCustomWorkingDirectory = "NO"
68+
debugDocumentVersioning = "YES">
69+
<MacroExpansion>
70+
<BuildableReference
71+
BuildableIdentifier = "primary"
72+
BlueprintIdentifier = "18990B1E18D25239007A8756"
73+
BuildableName = "SCXcodeSwitchExpander.xcplugin"
74+
BlueprintName = "SCXcodeSwitchExpander"
75+
ReferencedContainer = "container:SCXcodeSwitchExpander.xcodeproj">
76+
</BuildableReference>
77+
</MacroExpansion>
78+
</ProfileAction>
79+
<AnalyzeAction
80+
buildConfiguration = "Debug">
81+
</AnalyzeAction>
82+
<ArchiveAction
83+
buildConfiguration = "Release"
84+
revealArchiveInOrganizer = "YES">
85+
</ArchiveAction>
86+
</Scheme>

SCXcodeSwitchExpander/SCXcodeSwitchExpander-Info.plist

+1
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
<string>AABB7188-E14E-4433-AD3B-5CD791EAD9A3</string>
4242
<string>0420B86A-AA43-4792-9ED0-6FE0F2B16A13</string>
4343
<string>CC0D0F4F-05B3-431A-8F33-F84AFCB2C651</string>
44+
<string>7265231C-39B4-402C-89E1-16167C4CC990</string>
4445
</array>
4546
<key>NSHumanReadableCopyright</key>
4647
<string>Copyright © 2014 Stefan Ceriu. All rights reserved.</string>

0 commit comments

Comments
 (0)