From 072b1ad15a5cfa34ba4519247c4bb44c056b800a Mon Sep 17 00:00:00 2001 From: Nick Zitzmann Date: Sun, 17 Feb 2013 14:30:38 -0700 Subject: 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. --- lib/libcurl.plist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/libcurl.plist b/lib/libcurl.plist index 91eab569c..622f66cfb 100644 --- a/lib/libcurl.plist +++ b/lib/libcurl.plist @@ -12,7 +12,7 @@ curl CFBundleIdentifier - com.libcurl.libcurl + se.haxx.curl.libcurl CFBundleVersion 7.12.3 -- cgit v1.2.3