Skip to content

Commit 1dd66e5

Browse files
Tested in AppCode
1 parent 8908cf9 commit 1dd66e5

File tree

4 files changed

+39
-2
lines changed

4 files changed

+39
-2
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
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+
</plist>
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<Scheme
3+
version = "1.3">
4+
<BuildAction>
5+
<BuildActionEntries>
6+
<BuildActionEntry
7+
buildForRunning = "YES">
8+
<BuildableReference
9+
BuildableIdentifier = "primary"
10+
BlueprintIdentifier = "536F642D251C720700089B68"
11+
BuildableName = "Battle Cards.app"
12+
BlueprintName = "Battle Cards"
13+
ReferencedContainer = "container:Battle Cards.xcodeproj">
14+
</BuildableReference>
15+
</BuildActionEntry>
16+
</BuildActionEntries>
17+
</BuildAction>
18+
<LaunchAction
19+
useCustomWorkingDirectory = "NO"
20+
buildConfiguration = "Debug"
21+
allowLocationSimulation = "YES">
22+
<BuildableProductRunnable>
23+
<BuildableReference
24+
BuildableIdentifier = "primary"
25+
BlueprintIdentifier = "536F642D251C720700089B68"
26+
BuildableName = "Battle Cards.app"
27+
BlueprintName = "Battle Cards"
28+
ReferencedContainer = "container:Battle Cards.xcodeproj">
29+
</BuildableReference>
30+
</BuildableProductRunnable>
31+
</LaunchAction>
32+
</Scheme>

Battle Cards/Battle Cards.xcodeproj/xcuserdata/paladynamovincent.xcuserdatad/xcschemes/xcschememanagement.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<dict>
55
<key>SchemeUserState</key>
66
<dict>
7-
<key>Battle Cards.xcscheme_^#shared#^_</key>
7+
<key>Battle Cards.xcscheme</key>
88
<dict>
99
<key>orderHint</key>
1010
<integer>0</integer>

Battle Cards/Battle Cards/ContentView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ struct ContentView: View {
4747
// Table UI
4848
setBattleTable()
4949
.onDrop(of: ["public.text"], isTargeted: nil) { providers, location in
50-
self.drop(providers: providers)
50+
drop(providers: providers)
5151
}
5252

5353
// Player Hand UX

0 commit comments

Comments
 (0)