mirror of
https://github.com/curl/curl.git
synced 2026-08-25 22:13:33 +03:00
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:
parent
10c1b11f88
commit
072b1ad15a
2 changed files with 34 additions and 20 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue