mirror of
https://github.com/moparisthebest/curl
synced 2024-10-31 15:45:12 -04:00
072b1ad15a
Apple made a number of changes to Xcode 4. The SDKs were moved, the entire Developer folder was moved, and PowerPC support was removed. The script will now adapt to those changes and should be future-proofed against additional changes in case Apple moves the Developer folder ever again. Also, the minimum OS X version compiler option was removed, so that the framework can be built against the latest SDK but still run in older cats.
36 lines
783 B
Plaintext
36 lines
783 B
Plaintext
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE plist SYSTEM "file://localhost/System/Library/DTDs/PropertyList.dtd">
|
|
<plist version="0.9">
|
|
<dict>
|
|
<key>CFBundleInfoDictionaryVersion</key>
|
|
<string>6.0</string>
|
|
|
|
<key>CFBundleDevelopmentRegion</key>
|
|
<string>English</string>
|
|
|
|
<key>CFBundleExecutable</key>
|
|
<string>curl</string>
|
|
|
|
<key>CFBundleIdentifier</key>
|
|
<string>se.haxx.curl.libcurl</string>
|
|
|
|
<key>CFBundleVersion</key>
|
|
<string>7.12.3</string>
|
|
|
|
<key>CFBundleName</key>
|
|
<string>libcurl</string>
|
|
|
|
<key>CFBundlePackageType</key>
|
|
<string>FMWK</string>
|
|
|
|
<key>CFBundleSignature</key>
|
|
<string>????</string>
|
|
|
|
<key>CFBundleShortVersionString</key>
|
|
<string>libcurl 7.12.3</string>
|
|
|
|
<key>CFBundleGetInfoString</key>
|
|
<string>libcurl.plist 7.12.3</string>
|
|
</dict>
|
|
</plist>
|