blob: 0c0cf636f8fc66ec3cadaa4e5efe0655e39ecdf4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
<?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>CanonicalName</key>
<string>ice3.7-iphoneos</string>
<key>DefaultProperties</key>
<dict>
<key>PLATFORM_NAME</key>
<string>iphoneos</string>
<key>GCC_PREPROCESSOR_DEFINITIONS</key>
<array>
<string>ICE_STATIC_LIBS</string>
</array>
</dict>
<key>DisplayName</key>
<string>Ice 3.7 for iOS</string>
<key>IsBaseSDK</key>
<string>NO</string>
<key>Version</key>
<string>3.7b2</string>
</dict>
</plist>
|