66 lines
3 KiB
Diff
66 lines
3 KiB
Diff
diff -u libffi-3.2.1/libffi.xcodeproj/project.pbxproj libffi-3.2.1-orig/libffi.xcodeproj/project.pbxproj
|
|
--- libffi-3.2.1/libffi.xcodeproj/project.pbxproj 2015-10-26 20:02:36.000000000 -0400
|
|
+++ libffi-3.2.1-orig/libffi.xcodeproj/project.pbxproj 2015-10-26 19:41:01.000000000 -0400
|
|
@@ -54,7 +54,7 @@
|
|
|
|
/* Begin PBXFileReference section */
|
|
DB13B1661849DF1E0010F42D /* libffi.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libffi.a; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
- DB13B1911849DF510010F42D /* libffi.a */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; path = libffi.a; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
+ DB13B1911849DF510010F42D /* ffi.dylib */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; path = ffi.dylib; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
DBFA713E187F1D8600A76262 /* ffi.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ffi.h; sourceTree = "<group>"; };
|
|
DBFA713F187F1D8600A76262 /* ffi_common.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ffi_common.h; sourceTree = "<group>"; };
|
|
DBFA7140187F1D8600A76262 /* fficonfig.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = fficonfig.h; sourceTree = "<group>"; };
|
|
@@ -112,7 +112,7 @@
|
|
isa = PBXGroup;
|
|
children = (
|
|
DB13B1661849DF1E0010F42D /* libffi.a */,
|
|
- DB13B1911849DF510010F42D /* libffi.a */,
|
|
+ DB13B1911849DF510010F42D /* ffi.dylib */,
|
|
);
|
|
name = Products;
|
|
sourceTree = "<group>";
|
|
@@ -312,7 +312,7 @@
|
|
);
|
|
name = "libffi-Mac";
|
|
productName = ffi;
|
|
- productReference = DB13B1911849DF510010F42D /* libffi.a */;
|
|
+ productReference = DB13B1911849DF510010F42D /* ffi.dylib */;
|
|
productType = "com.apple.product-type.library.dynamic";
|
|
};
|
|
/* End PBXNativeTarget section */
|
|
@@ -535,7 +535,6 @@
|
|
COPY_PHASE_STRIP = NO;
|
|
DYLIB_COMPATIBILITY_VERSION = 1;
|
|
DYLIB_CURRENT_VERSION = 1;
|
|
- EXECUTABLE_EXTENSION = a;
|
|
GCC_C_LANGUAGE_STANDARD = gnu99;
|
|
GCC_DYNAMIC_NO_PIC = NO;
|
|
GCC_ENABLE_OBJC_EXCEPTIONS = YES;
|
|
@@ -559,7 +558,7 @@
|
|
MACOSX_DEPLOYMENT_TARGET = 10.6;
|
|
ONLY_ACTIVE_ARCH = YES;
|
|
OTHER_LDFLAGS = "-Wl,-no_compact_unwind";
|
|
- PRODUCT_NAME = libffi;
|
|
+ PRODUCT_NAME = ffi;
|
|
SDKROOT = macosx;
|
|
};
|
|
name = Debug;
|
|
@@ -584,7 +583,6 @@
|
|
DYLIB_COMPATIBILITY_VERSION = 1;
|
|
DYLIB_CURRENT_VERSION = 1;
|
|
ENABLE_NS_ASSERTIONS = NO;
|
|
- EXECUTABLE_EXTENSION = a;
|
|
GCC_C_LANGUAGE_STANDARD = gnu99;
|
|
GCC_ENABLE_OBJC_EXCEPTIONS = YES;
|
|
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
|
|
@@ -600,7 +598,7 @@
|
|
MACH_O_TYPE = staticlib;
|
|
MACOSX_DEPLOYMENT_TARGET = 10.6;
|
|
OTHER_LDFLAGS = "-Wl,-no_compact_unwind";
|
|
- PRODUCT_NAME = libffi;
|
|
+ PRODUCT_NAME = ffi;
|
|
SDKROOT = macosx;
|
|
};
|
|
name = Release;
|
|
Only in libffi-3.2.1/libffi.xcodeproj: project.xcworkspace
|
|
Only in libffi-3.2.1/libffi.xcodeproj: xcuserdata
|