diff --git a/Contents/Language Modules/Rust.bblm/Contents/Info.plist b/Contents/Language Modules/Rust.bblm/Contents/Info.plist index 6c3dbff..41bba4a 100644 --- a/Contents/Language Modules/Rust.bblm/Contents/Info.plist +++ b/Contents/Language Modules/Rust.bblm/Contents/Info.plist @@ -3,7 +3,7 @@ BuildMachineOSBuild - 14E46 + 15B42 CFBundleDevelopmentRegion English CFBundleExecutable @@ -16,6 +16,10 @@ BNDL CFBundleSignature BBLM + CFBundleSupportedPlatforms + + MacOSX + CFBundleVersion 8.0 CSResourcesFileMapped @@ -23,17 +27,17 @@ DTCompiler com.apple.compilers.llvm.clang.1_0 DTPlatformBuild - 6E35b + 7B91b DTPlatformVersion GM DTSDKBuild - 14D125 + 15A278 DTSDKName - macosx10.10 + macosx10.11 DTXcode - 0640 + 0710 DTXcodeBuild - 6E35b + 7B91b com.barebones.bblminfo diff --git a/Contents/Language Modules/Rust.bblm/Contents/MacOS/Rust b/Contents/Language Modules/Rust.bblm/Contents/MacOS/Rust index 3c38c81..69bec4e 100755 Binary files a/Contents/Language Modules/Rust.bblm/Contents/MacOS/Rust and b/Contents/Language Modules/Rust.bblm/Contents/MacOS/Rust differ diff --git a/Rust.xcodeproj/project.pbxproj b/Rust.xcodeproj/project.pbxproj index c5a32c7..6588e9e 100644 --- a/Rust.xcodeproj/project.pbxproj +++ b/Rust.xcodeproj/project.pbxproj @@ -96,6 +96,7 @@ INFOPLIST_FILE = Info.plist; INSTALL_MODE_FLAG = "ug+w,o-w,a+rX"; MACOSX_DEPLOYMENT_TARGET = 10.10; + ONLY_ACTIVE_ARCH = YES; OTHER_CFLAGS = ""; PRODUCT_NAME = Rust; SCAN_ALL_SOURCE_FILES_FOR_INCLUDES = YES; @@ -113,6 +114,7 @@ INFOPLIST_FILE = Info.plist; INSTALL_MODE_FLAG = "ug+w,o-w,a+rX"; MACOSX_DEPLOYMENT_TARGET = 10.10; + ONLY_ACTIVE_ARCH = YES; OTHER_CFLAGS = ""; PRODUCT_NAME = Rust; SCAN_ALL_SOURCE_FILES_FOR_INCLUDES = YES;