-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvChewing-OSX-Legacy.code-workspace
More file actions
59 lines (59 loc) · 2.53 KB
/
Copy pathvChewing-OSX-Legacy.code-workspace
File metadata and controls
59 lines (59 loc) · 2.53 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"folders": [
{
"path": "."
}
],
"settings": {
"sweetpad.swift.toolchainPath": "/Applications/Xcode-15.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain",
"sweetpad.swift.sdkPath": "/Applications/Xcode-15.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk",
"sweetpad.swift.target": "x86_64-apple-macosx10.9",
"sweetpad.swift.additionalSwiftcFlags": [
"-sdk",
"/Applications/Xcode-15.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk",
"-target",
"x86_64-apple-macosx10.9"
],
"sweetpad.environment": {
"DEVELOPER_DIR": "/Applications/Xcode-15.app/Contents/Developer",
"SDKROOT": "/Applications/Xcode-15.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk",
"MACOSX_DEPLOYMENT_TARGET": "10.9",
"SWIFT_TOOLCHAIN": "/Applications/Xcode-15.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain",
"TOOLCHAINS": "com.apple.dt.toolchain.XcodeDefault",
"PATH": "/Applications/Xcode-15.app/Contents/Developer/usr/bin:${env:PATH}",
"XCODEBUILD": "/Applications/Xcode-15.app/Contents/Developer/usr/bin/xcodebuild"
},
"swift.SDK": "/Applications/Xcode-15.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk",
"swift.runtimePath": "/Applications/Xcode-15.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/",
"makefile.configureOnOpen": false,
"swift.buildArguments": [
"build",
"-Xswiftc",
"-sdk",
"-Xswiftc",
"/Applications/Xcode-15.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk",
"-Xswiftc",
"-target",
"-Xswiftc",
"x86_64-apple-macosx10.9"
],
"swift.additionalCompilerFlags": [
"-sdk",
"/Applications/Xcode-15.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk",
"-target",
"x86_64-apple-macosx10.9"
],
"terminal.integrated.env.osx": {
"DEVELOPER_DIR": "/Applications/Xcode-15.app/Contents/Developer",
"SDKROOT": "/Applications/Xcode-15.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk",
"MACOSX_DEPLOYMENT_TARGET": "10.9",
"SWIFT_TOOLCHAIN": "/Applications/Xcode-15.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain",
"TOOLCHAINS": "com.apple.dt.toolchain.XcodeDefault"
},
"sweetpad.build.args": [
"-sdk",
"/Applications/Xcode-15.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk",
"TOOLCHAINS=/Applications/Xcode-15.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain"
]
}
}