Skip to content

Commit 5fbc88a

Browse files
committed
Add for using vscode
1 parent 49d60e1 commit 5fbc88a

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.vscode/xcodebuild-tools.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"workspace": "${workspaceRoot}/socpowerbuddy_swift.xcodeproj/project.xcworkspace",
3+
"scheme": "socpowerbuddy_swift",
4+
"debugConfigurations": [
5+
{
6+
"name": "test",
7+
"cwd": "${workspaceRoot}",
8+
"program": "${buildPath}/socpowerbuddy_swift",
9+
"args": [
10+
11+
]
12+
}
13+
]
14+
}

0 commit comments

Comments
 (0)