diff options
Diffstat (limited to 'macosx/plugins/DFCdrom')
| -rw-r--r-- | macosx/plugins/DFCdrom/DFCdrom.xcodeproj/project.pbxproj | 16 | ||||
| -rw-r--r-- | macosx/plugins/DFCdrom/Info.plist | 4 |
2 files changed, 6 insertions, 14 deletions
diff --git a/macosx/plugins/DFCdrom/DFCdrom.xcodeproj/project.pbxproj b/macosx/plugins/DFCdrom/DFCdrom.xcodeproj/project.pbxproj index 5c470735..6cc10d50 100644 --- a/macosx/plugins/DFCdrom/DFCdrom.xcodeproj/project.pbxproj +++ b/macosx/plugins/DFCdrom/DFCdrom.xcodeproj/project.pbxproj @@ -319,11 +319,7 @@ 7107359F0FDEED75004AD098 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { - ARCHS = ( - i386, - x86_64, - ); - GCC_MODEL_TUNING = ""; + ARCHS = "$(ARCHS_STANDARD_32_64_BIT)"; GCC_OPTIMIZATION_LEVEL = 0; GCC_PREPROCESSOR_DEFINITIONS = "_MACOSX=1"; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; @@ -344,11 +340,7 @@ 710735A00FDEED75004AD098 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { - ARCHS = ( - i386, - x86_64, - ); - GCC_MODEL_TUNING = ""; + ARCHS = "$(ARCHS_STANDARD_32_64_BIT)"; GCC_PREPROCESSOR_DEFINITIONS = "_MACOSX=1"; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; HEADER_SEARCH_PATHS = ( @@ -373,7 +365,7 @@ 7107359B0FDEED75004AD098 /* Release */, ); defaultConfigurationIsVisible = 0; - defaultConfigurationName = Debug; + defaultConfigurationName = Release; }; 7107359E0FDEED75004AD098 /* Build configuration list for PBXProject "DFCdrom" */ = { isa = XCConfigurationList; @@ -382,7 +374,7 @@ 710735A00FDEED75004AD098 /* Release */, ); defaultConfigurationIsVisible = 0; - defaultConfigurationName = Debug; + defaultConfigurationName = Release; }; /* End XCConfigurationList section */ }; diff --git a/macosx/plugins/DFCdrom/Info.plist b/macosx/plugins/DFCdrom/Info.plist index 6556485a..f220550e 100644 --- a/macosx/plugins/DFCdrom/Info.plist +++ b/macosx/plugins/DFCdrom/Info.plist @@ -1,11 +1,11 @@ <?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> +<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>CFBundleDevelopmentRegion</key> <string>English</string> <key>CFBundleExecutable</key> - <string>DFCdrom</string> + <string>${EXECUTABLE_NAME}</string> <key>CFBundleIconFile</key> <string></string> <key>CFBundleIdentifier</key> |
