We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f48f67 commit d8f2b0fCopy full SHA for d8f2b0f
2 files changed
.gitignore
@@ -89,4 +89,6 @@ fastlane/test_output
89
90
iOSInjectionProject/
91
.DS_Store
92
-IceCubesApp.xcconfig
+IceCubesApp.xcconfig
93
+*.resolved
94
+buildServer.json
.vscode/launch.json
@@ -0,0 +1,14 @@
1
+{
2
+ // Use IntelliSense to learn about possible attributes.
3
+ // Hover to view descriptions of existing attributes.
4
+ // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
5
+ "version": "0.2.0",
6
+ "configurations": [
7
+ {
8
+ "type": "sweetpad-lldb",
9
+ "request": "launch",
10
+ "name": "Attach to running app (SweetPad)",
11
+ "preLaunchTask": "sweetpad: launch"
12
+ }
13
+ ]
14
+}
0 commit comments