Skip to content

Commit e561ad9

Browse files
committed
chore: proj conf
1 parent 5ea874f commit e561ad9

File tree

5 files changed

+180
-33
lines changed

5 files changed

+180
-33
lines changed

Mos.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved

Lines changed: 22 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 135 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,135 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<Scheme
3+
LastUpgradeVersion = "1340"
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 = "22142D9F1E25344E00E4BFBF"
18+
BuildableName = "Mos.app"
19+
BlueprintName = "Mos"
20+
ReferencedContainer = "container:Mos.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+
enableAddressSanitizer = "YES"
31+
enableASanStackUseAfterReturn = "YES">
32+
<MacroExpansion>
33+
<BuildableReference
34+
BuildableIdentifier = "primary"
35+
BlueprintIdentifier = "22142D9F1E25344E00E4BFBF"
36+
BuildableName = "Mos.app"
37+
BlueprintName = "Mos"
38+
ReferencedContainer = "container:Mos.xcodeproj">
39+
</BuildableReference>
40+
</MacroExpansion>
41+
<AdditionalOptions>
42+
<AdditionalOption
43+
key = "NSZombieEnabled"
44+
value = "YES"
45+
isEnabled = "YES">
46+
</AdditionalOption>
47+
<AdditionalOption
48+
key = "MallocScribble"
49+
value = ""
50+
isEnabled = "YES">
51+
</AdditionalOption>
52+
</AdditionalOptions>
53+
<Testables>
54+
</Testables>
55+
</TestAction>
56+
<LaunchAction
57+
buildConfiguration = "Debug"
58+
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
59+
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
60+
enableASanStackUseAfterReturn = "YES"
61+
launchStyle = "0"
62+
useCustomWorkingDirectory = "NO"
63+
ignoresPersistentStateOnLaunch = "NO"
64+
debugDocumentVersioning = "YES"
65+
debugServiceExtension = "internal"
66+
enableGPUValidationMode = "1"
67+
allowLocationSimulation = "YES">
68+
<BuildableProductRunnable
69+
runnableDebuggingMode = "0">
70+
<BuildableReference
71+
BuildableIdentifier = "primary"
72+
BlueprintIdentifier = "22142D9F1E25344E00E4BFBF"
73+
BuildableName = "Mos.app"
74+
BlueprintName = "Mos"
75+
ReferencedContainer = "container:Mos.xcodeproj">
76+
</BuildableReference>
77+
</BuildableProductRunnable>
78+
<AdditionalOptions>
79+
<AdditionalOption
80+
key = "MallocStackLogging"
81+
value = ""
82+
isEnabled = "YES">
83+
</AdditionalOption>
84+
<AdditionalOption
85+
key = "DYLD_INSERT_LIBRARIES"
86+
value = "/usr/lib/libgmalloc.dylib"
87+
isEnabled = "YES">
88+
</AdditionalOption>
89+
<AdditionalOption
90+
key = "PrefersMallocStackLoggingLite"
91+
value = ""
92+
isEnabled = "YES">
93+
</AdditionalOption>
94+
<AdditionalOption
95+
key = "NSZombieEnabled"
96+
value = "YES"
97+
isEnabled = "YES">
98+
</AdditionalOption>
99+
<AdditionalOption
100+
key = "MallocGuardEdges"
101+
value = ""
102+
isEnabled = "YES">
103+
</AdditionalOption>
104+
<AdditionalOption
105+
key = "MallocScribble"
106+
value = ""
107+
isEnabled = "YES">
108+
</AdditionalOption>
109+
</AdditionalOptions>
110+
</LaunchAction>
111+
<ProfileAction
112+
buildConfiguration = "Release"
113+
shouldUseLaunchSchemeArgsEnv = "YES"
114+
savedToolIdentifier = ""
115+
useCustomWorkingDirectory = "NO"
116+
debugDocumentVersioning = "YES">
117+
<BuildableProductRunnable
118+
runnableDebuggingMode = "0">
119+
<BuildableReference
120+
BuildableIdentifier = "primary"
121+
BlueprintIdentifier = "22142D9F1E25344E00E4BFBF"
122+
BuildableName = "Mos.app"
123+
BlueprintName = "Mos"
124+
ReferencedContainer = "container:Mos.xcodeproj">
125+
</BuildableReference>
126+
</BuildableProductRunnable>
127+
</ProfileAction>
128+
<AnalyzeAction
129+
buildConfiguration = "Debug">
130+
</AnalyzeAction>
131+
<ArchiveAction
132+
buildConfiguration = "Release"
133+
revealArchiveInOrganizer = "YES">
134+
</ArchiveAction>
135+
</Scheme>

Mos.xcodeproj/xcuserdata/Caldis.xcuserdatad/xcschemes/Mos.xcscheme renamed to Mos.xcodeproj/xcshareddata/xcschemes/Profile.xcscheme

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "1340"
3+
LastUpgradeVersion = "1300"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"
@@ -27,22 +27,13 @@
2727
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
2828
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
2929
shouldUseLaunchSchemeArgsEnv = "YES">
30-
<MacroExpansion>
31-
<BuildableReference
32-
BuildableIdentifier = "primary"
33-
BlueprintIdentifier = "22142D9F1E25344E00E4BFBF"
34-
BuildableName = "Mos.app"
35-
BlueprintName = "Mos"
36-
ReferencedContainer = "container:Mos.xcodeproj">
37-
</BuildableReference>
38-
</MacroExpansion>
3930
<Testables>
4031
</Testables>
4132
</TestAction>
4233
<LaunchAction
4334
buildConfiguration = "Debug"
44-
selectedDebuggerIdentifier = ""
45-
selectedLauncherIdentifier = "Xcode.IDEFoundation.Launcher.PosixSpawn"
35+
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
36+
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
4637
launchStyle = "0"
4738
useCustomWorkingDirectory = "NO"
4839
ignoresPersistentStateOnLaunch = "NO"

Mos.xcodeproj/xcuserdata/Caldis.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,18 @@
33
uuid = "32EA6F78-F020-42D7-AE40-730D164E821A"
44
type = "1"
55
version = "2.0">
6+
<Breakpoints>
7+
<BreakpointProxy
8+
BreakpointExtensionID = "Xcode.Breakpoint.ExceptionBreakpoint">
9+
<BreakpointContent
10+
uuid = "737FF52F-5223-411B-8F37-5CE0D46FACB4"
11+
shouldBeEnabled = "Yes"
12+
ignoreCount = "0"
13+
continueAfterRunningActions = "No"
14+
breakpointStackSelectionBehavior = "1"
15+
scope = "1"
16+
stopOnStyle = "0">
17+
</BreakpointContent>
18+
</BreakpointProxy>
19+
</Breakpoints>
620
</Bucket>

Mos.xcodeproj/xcuserdata/Caldis.xcuserdatad/xcschemes/xcschememanagement.plist

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<dict>
55
<key>SchemeUserState</key>
66
<dict>
7-
<key>Mos.xcscheme</key>
7+
<key>Debug.xcscheme_^#shared#^_</key>
88
<dict>
99
<key>orderHint</key>
1010
<integer>0</integer>
@@ -51,6 +51,11 @@
5151
<key>orderHint</key>
5252
<integer>1</integer>
5353
</dict>
54+
<key>Profile.xcscheme_^#shared#^_</key>
55+
<dict>
56+
<key>orderHint</key>
57+
<integer>4</integer>
58+
</dict>
5459
</dict>
5560
<key>SuppressBuildableAutocreation</key>
5661
<dict>

0 commit comments

Comments
 (0)