Updated Mac Binary & Fixed 32-bit building bug
This commit is contained in:
BIN
xpcPlugin/XPlaneConnect/mac.xpl
Normal file → Executable file
BIN
xpcPlugin/XPlaneConnect/mac.xpl
Normal file → Executable file
Binary file not shown.
@@ -259,7 +259,7 @@
|
|||||||
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
|
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
|
||||||
CLANG_CXX_LANGUAGE_STANDARD = "c++98";
|
CLANG_CXX_LANGUAGE_STANDARD = "c++98";
|
||||||
CLANG_CXX_LIBRARY = "libc++";
|
CLANG_CXX_LIBRARY = "libc++";
|
||||||
CONFIGURATION_BUILD_DIR = ./Mac;
|
CONFIGURATION_BUILD_DIR = ./XPlaneConnect;
|
||||||
DYLIB_COMPATIBILITY_VERSION = "";
|
DYLIB_COMPATIBILITY_VERSION = "";
|
||||||
DYLIB_CURRENT_VERSION = "";
|
DYLIB_CURRENT_VERSION = "";
|
||||||
EXECUTABLE_EXTENSION = xpl;
|
EXECUTABLE_EXTENSION = xpl;
|
||||||
@@ -371,7 +371,7 @@
|
|||||||
"$(USER_LIBRARY_DIR)/Developer/Xcode/DerivedData/xplaneConnect-asdjuezcjkhojuewbyxhyhabxfwc/Build/Products/Debug",
|
"$(USER_LIBRARY_DIR)/Developer/Xcode/DerivedData/xplaneConnect-asdjuezcjkhojuewbyxhyhabxfwc/Build/Products/Debug",
|
||||||
);
|
);
|
||||||
MACH_O_TYPE = mh_bundle;
|
MACH_O_TYPE = mh_bundle;
|
||||||
ONLY_ACTIVE_ARCH = YES;
|
ONLY_ACTIVE_ARCH = NO;
|
||||||
PRODUCT_NAME = mac;
|
PRODUCT_NAME = mac;
|
||||||
SDKROOT = macosx;
|
SDKROOT = macosx;
|
||||||
STRIP_INSTALLED_PRODUCT = YES;
|
STRIP_INSTALLED_PRODUCT = YES;
|
||||||
|
|||||||
Reference in New Issue
Block a user