MacOSX-Framework: Make script work in Xcode 4.0 and later

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.
This commit is contained in:
Nick Zitzmann
2013-02-17 14:30:38 -07:00
parent 10c1b11f88
commit 072b1ad15a
2 changed files with 34 additions and 20 deletions

View File

@@ -12,7 +12,7 @@
<string>curl</string>
<key>CFBundleIdentifier</key>
<string>com.libcurl.libcurl</string>
<string>se.haxx.curl.libcurl</string>
<key>CFBundleVersion</key>
<string>7.12.3</string>