forked from phracker/MacOSX-SDKs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
SDKSettings.plist
42 lines (42 loc) · 1.22 KB
/
SDKSettings.plist
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
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>name</key>
<string>macosx10.8</string>
<key>CanonicalName</key>
<string>macosx10.8</string>
<key>CustomProperties</key>
<dict>
<key>KERNEL_EXTENSION_HEADER_SEARCH_PATHS</key>
<string>$(KERNEL_FRAMEWORK)/PrivateHeaders $(KERNEL_FRAMEWORK_HEADERS)</string>
</dict>
<key>DefaultProperties</key>
<dict>
<key>MACOSX_DEPLOYMENT_TARGET</key>
<string>10.8</string>
<key>PLATFORM_NAME</key>
<string>macosx</string>
</dict>
<key>DisplayName</key>
<string>OS X 10.8</string>
<key>DocSetFeedName</key>
<string>Apple Mac OS X 10.8</string>
<key>DocSetFeedURL</key>
<string>http://developer.apple.com/rss/com.apple.adc.documentation.AppleSnowLeopard.atom</string>
<key>MaximumDeploymentTarget</key>
<string>10.8</string>
<key>MinimalDisplayName</key>
<string>10.8</string>
<key>MinimumSupportedToolsVersion</key>
<string>3.2</string>
<key>SupportedBuildToolComponents</key>
<array>
<string>com.apple.compilers.gcc.headers.4_2</string>
</array>
<key>Version</key>
<string>10.8</string>
<key>isBaseSDK</key>
<string>YES</string>
</dict>
</plist>