Skip to content

Commit 8f3dc1b

Browse files
committed
Add KoholintIsland xcode project.
1 parent b83bd71 commit 8f3dc1b

File tree

7 files changed

+1325
-95
lines changed

7 files changed

+1325
-95
lines changed

.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ playground.xcworkspace
4242
Packages/
4343
Package.pins
4444
#Package.resolved
45-
*.xcodeproj
4645
#
4746
# Xcode automatically generates this directory with a .xcworkspacedata file and xcuserdata
4847
# hence it is not needed unless you have added a package configuration file to your project

ui/.gitignore

-94
This file was deleted.

ui/KoholintIsland.xcodeproj/project.pbxproj

+1,086
Large diffs are not rendered by default.

ui/KoholintIsland.xcodeproj/project.xcworkspace/contents.xcworkspacedata

+7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
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>IDEDidComputeMac32BitWarning</key>
6+
<true/>
7+
</dict>
8+
</plist>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<Scheme
3+
LastUpgradeVersion = "1230"
4+
version = "1.3">
5+
<BuildAction
6+
parallelizeBuildables = "YES"
7+
buildImplicitDependencies = "YES">
8+
</BuildAction>
9+
<TestAction
10+
buildConfiguration = "Debug"
11+
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
12+
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
13+
shouldUseLaunchSchemeArgsEnv = "YES">
14+
<Testables>
15+
<TestableReference
16+
skipped = "NO">
17+
<BuildableReference
18+
BuildableIdentifier = "primary"
19+
BlueprintIdentifier = "665D4F732575F75700C3A03B"
20+
BuildableName = "KoholintIslandUITests.xctest"
21+
BlueprintName = "KoholintIslandUITests"
22+
ReferencedContainer = "container:KoholintIsland.xcodeproj">
23+
</BuildableReference>
24+
</TestableReference>
25+
</Testables>
26+
</TestAction>
27+
<LaunchAction
28+
buildConfiguration = "Debug"
29+
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
30+
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
31+
launchStyle = "0"
32+
useCustomWorkingDirectory = "NO"
33+
ignoresPersistentStateOnLaunch = "NO"
34+
debugDocumentVersioning = "YES"
35+
debugServiceExtension = "internal"
36+
allowLocationSimulation = "YES">
37+
</LaunchAction>
38+
<ProfileAction
39+
buildConfiguration = "Release"
40+
shouldUseLaunchSchemeArgsEnv = "YES"
41+
savedToolIdentifier = ""
42+
useCustomWorkingDirectory = "NO"
43+
debugDocumentVersioning = "YES">
44+
</ProfileAction>
45+
<AnalyzeAction
46+
buildConfiguration = "Debug">
47+
</AnalyzeAction>
48+
<ArchiveAction
49+
buildConfiguration = "Release"
50+
revealArchiveInOrganizer = "YES">
51+
</ArchiveAction>
52+
</Scheme>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,172 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<Scheme
3+
LastUpgradeVersion = "1230"
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 = "665D4F542575F75400C3A03B"
18+
BuildableName = "KoholintIsland.app"
19+
BlueprintName = "KoholintIsland"
20+
ReferencedContainer = "container:KoholintIsland.xcodeproj">
21+
</BuildableReference>
22+
</BuildActionEntry>
23+
<BuildActionEntry
24+
buildForTesting = "YES"
25+
buildForRunning = "NO"
26+
buildForProfiling = "NO"
27+
buildForArchiving = "NO"
28+
buildForAnalyzing = "YES">
29+
<BuildableReference
30+
BuildableIdentifier = "primary"
31+
BlueprintIdentifier = "CPUTests"
32+
BuildableName = "CPUTests"
33+
BlueprintName = "CPUTests"
34+
ReferencedContainer = "container:../lib">
35+
</BuildableReference>
36+
</BuildActionEntry>
37+
<BuildActionEntry
38+
buildForTesting = "YES"
39+
buildForRunning = "NO"
40+
buildForProfiling = "NO"
41+
buildForArchiving = "NO"
42+
buildForAnalyzing = "YES">
43+
<BuildableReference
44+
BuildableIdentifier = "primary"
45+
BlueprintIdentifier = "LR35902Tests"
46+
BuildableName = "LR35902Tests"
47+
BlueprintName = "LR35902Tests"
48+
ReferencedContainer = "container:../lib">
49+
</BuildableReference>
50+
</BuildActionEntry>
51+
<BuildActionEntry
52+
buildForTesting = "YES"
53+
buildForRunning = "NO"
54+
buildForProfiling = "NO"
55+
buildForArchiving = "NO"
56+
buildForAnalyzing = "YES">
57+
<BuildableReference
58+
BuildableIdentifier = "primary"
59+
BlueprintIdentifier = "RGBDSTests"
60+
BuildableName = "RGBDSTests"
61+
BlueprintName = "RGBDSTests"
62+
ReferencedContainer = "container:../lib">
63+
</BuildableReference>
64+
</BuildActionEntry>
65+
</BuildActionEntries>
66+
</BuildAction>
67+
<TestAction
68+
buildConfiguration = "Debug"
69+
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
70+
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
71+
shouldUseLaunchSchemeArgsEnv = "YES">
72+
<TestPlans>
73+
<TestPlanReference
74+
reference = "container:../gbdisui.xctestplan"
75+
default = "YES">
76+
</TestPlanReference>
77+
<TestPlanReference
78+
reference = "container:../lib/Tests/MooneyeTests/gbdisui copy.xctestplan">
79+
</TestPlanReference>
80+
</TestPlans>
81+
<Testables>
82+
<TestableReference
83+
skipped = "NO"
84+
testExecutionOrdering = "random">
85+
<BuildableReference
86+
BuildableIdentifier = "primary"
87+
BlueprintIdentifier = "CPUTests"
88+
BuildableName = "CPUTests"
89+
BlueprintName = "CPUTests"
90+
ReferencedContainer = "container:../lib">
91+
</BuildableReference>
92+
</TestableReference>
93+
<TestableReference
94+
skipped = "NO"
95+
testExecutionOrdering = "random">
96+
<BuildableReference
97+
BuildableIdentifier = "primary"
98+
BlueprintIdentifier = "LR35902Tests"
99+
BuildableName = "LR35902Tests"
100+
BlueprintName = "LR35902Tests"
101+
ReferencedContainer = "container:../lib">
102+
</BuildableReference>
103+
</TestableReference>
104+
<TestableReference
105+
skipped = "NO"
106+
testExecutionOrdering = "random">
107+
<BuildableReference
108+
BuildableIdentifier = "primary"
109+
BlueprintIdentifier = "RGBDSTests"
110+
BuildableName = "RGBDSTests"
111+
BlueprintName = "RGBDSTests"
112+
ReferencedContainer = "container:../lib">
113+
</BuildableReference>
114+
</TestableReference>
115+
<TestableReference
116+
skipped = "NO">
117+
<BuildableReference
118+
BuildableIdentifier = "primary"
119+
BlueprintIdentifier = "665D4F682575F75700C3A03B"
120+
BuildableName = "KoholintIslandTests.xctest"
121+
BlueprintName = "KoholintIslandTests"
122+
ReferencedContainer = "container:KoholintIsland.xcodeproj">
123+
</BuildableReference>
124+
</TestableReference>
125+
</Testables>
126+
</TestAction>
127+
<LaunchAction
128+
buildConfiguration = "Debug"
129+
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
130+
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
131+
launchStyle = "0"
132+
useCustomWorkingDirectory = "NO"
133+
ignoresPersistentStateOnLaunch = "NO"
134+
debugDocumentVersioning = "YES"
135+
debugServiceExtension = "internal"
136+
allowLocationSimulation = "YES">
137+
<BuildableProductRunnable
138+
runnableDebuggingMode = "0">
139+
<BuildableReference
140+
BuildableIdentifier = "primary"
141+
BlueprintIdentifier = "665D4F542575F75400C3A03B"
142+
BuildableName = "KoholintIsland.app"
143+
BlueprintName = "KoholintIsland"
144+
ReferencedContainer = "container:KoholintIsland.xcodeproj">
145+
</BuildableReference>
146+
</BuildableProductRunnable>
147+
</LaunchAction>
148+
<ProfileAction
149+
buildConfiguration = "Release"
150+
shouldUseLaunchSchemeArgsEnv = "YES"
151+
savedToolIdentifier = ""
152+
useCustomWorkingDirectory = "NO"
153+
debugDocumentVersioning = "YES">
154+
<BuildableProductRunnable
155+
runnableDebuggingMode = "0">
156+
<BuildableReference
157+
BuildableIdentifier = "primary"
158+
BlueprintIdentifier = "665D4F542575F75400C3A03B"
159+
BuildableName = "KoholintIsland.app"
160+
BlueprintName = "KoholintIsland"
161+
ReferencedContainer = "container:KoholintIsland.xcodeproj">
162+
</BuildableReference>
163+
</BuildableProductRunnable>
164+
</ProfileAction>
165+
<AnalyzeAction
166+
buildConfiguration = "Debug">
167+
</AnalyzeAction>
168+
<ArchiveAction
169+
buildConfiguration = "Release"
170+
revealArchiveInOrganizer = "YES">
171+
</ArchiveAction>
172+
</Scheme>

0 commit comments

Comments
 (0)