Index: ChameleonPrefPane/Sources/ChameleonPrefPane.mm =================================================================== --- ChameleonPrefPane/Sources/ChameleonPrefPane.mm (revision 7) +++ ChameleonPrefPane/Sources/ChameleonPrefPane.mm (revision 8) @@ -61,7 +61,6 @@ [mPartitionsTable setEnabled:[self isUnlocked]]; [mSwapHD01 setEnabled:[self isUnlocked]]; [mSwapHD02 setEnabled:[self isUnlocked]]; - [mResetButton setEnabled:[self isUnlocked]]; [mStatusText setEnabled:[self isUnlocked]]; } Index: ChameleonPrefPane/ChameleonPrefPane.xcodeproj/project.pbxproj =================================================================== --- ChameleonPrefPane/ChameleonPrefPane.xcodeproj/project.pbxproj (revision 7) +++ ChameleonPrefPane/ChameleonPrefPane.xcodeproj/project.pbxproj (revision 8) @@ -287,6 +287,36 @@ /* End PBXVariantGroup section */ /* Begin XCBuildConfiguration section */ + 018B55E01106D2B5003FAB5E /* Release 10.5 */ = { + isa = XCBuildConfiguration; + buildSettings = { + ARCHS = "$(ARCHS_STANDARD_32_BIT)"; + CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)"; + GCC_C_LANGUAGE_STANDARD = gnu99; + GCC_ENABLE_OBJC_GC = supported; + GCC_WARN_ABOUT_RETURN_TYPE = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + ONLY_ACTIVE_ARCH = NO; + PREBINDING = NO; + SDKROOT = macosx10.5; + VALID_ARCHS = "i386 x86_64"; + }; + name = "Release 10.5"; + }; + 018B55E11106D2B5003FAB5E /* Release 10.5 */ = { + isa = XCBuildConfiguration; + buildSettings = { + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + GCC_MODEL_TUNING = G5; + GCC_PRECOMPILE_PREFIX_HEADER = YES; + GCC_PREFIX_HEADER = StartupPrefPane_Prefix.pch; + INFOPLIST_FILE = Info.plist; + INSTALL_PATH = "$(HOME)/Library/PreferencePanes"; + PRODUCT_NAME = Chameleon; + WRAPPER_EXTENSION = prefPane; + }; + name = "Release 10.5"; + }; 1DBD214908BA80EA00186707 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { @@ -338,13 +368,14 @@ isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_32_64_BIT)"; + CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)"; GCC_C_LANGUAGE_STANDARD = gnu99; GCC_ENABLE_OBJC_GC = supported; GCC_WARN_ABOUT_RETURN_TYPE = YES; GCC_WARN_UNUSED_VARIABLE = YES; PREBINDING = NO; - SDKROOT = macosx10.5; - VALID_ARCHS = "i386 ppc x86_64"; + SDKROOT = macosx10.6; + VALID_ARCHS = "i386 x86_64"; }; name = Release; }; @@ -356,6 +387,7 @@ buildConfigurations = ( 1DBD214908BA80EA00186707 /* Debug */, 1DBD214A08BA80EA00186707 /* Release */, + 018B55E11106D2B5003FAB5E /* Release 10.5 */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -365,6 +397,7 @@ buildConfigurations = ( 1DBD214D08BA80EA00186707 /* Debug */, 1DBD214E08BA80EA00186707 /* Release */, + 018B55E01106D2B5003FAB5E /* Release 10.5 */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release;