Index: trunk/ChameleonPrefPane/makebin =================================================================== --- trunk/ChameleonPrefPane/makebin (revision 361) +++ trunk/ChameleonPrefPane/makebin (revision 362) @@ -6,7 +6,7 @@ # # makebin # -(cd bin/OSX105; ditto -ck --keepParent ../../build/Release\ 10.5/Chameleon.prefPane Chameleon.zip) +# (cd bin/OSX105; ditto -ck --keepParent ../../build/Release\ 10.5/Chameleon.prefPane Chameleon.zip) (cd bin/OSX106; ditto -ck --keepParent ../../build/Release/*.prefPane Chameleon.zip) if test "$1" != "" ; then echo "$1" > bin/version Index: trunk/ChameleonPrefPane/bin/version =================================================================== --- trunk/ChameleonPrefPane/bin/version (revision 361) +++ trunk/ChameleonPrefPane/bin/version (revision 362) @@ -1 +1 @@ -2.0-RC5 - r315 +2.0-RC5 - r361 Index: trunk/ChameleonPrefPane/ChameleonPrefPane.xcodeproj/project.pbxproj =================================================================== --- trunk/ChameleonPrefPane/ChameleonPrefPane.xcodeproj/project.pbxproj (revision 361) +++ trunk/ChameleonPrefPane/ChameleonPrefPane.xcodeproj/project.pbxproj (revision 362) @@ -7,6 +7,7 @@ objects = { /* Begin PBXBuildFile section */ + 0102D8771478587000CFE68F /* makebin in Resources */ = {isa = PBXBuildFile; fileRef = 0102D8761478587000CFE68F /* makebin */; }; 01466A931104062500088464 /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 01466A921104062500088464 /* Security.framework */; }; 01466C2A110408CC00088464 /* SecurityInterface.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 01466C29110408CC00088464 /* SecurityInterface.framework */; }; 01466C381104091400088464 /* SecurityFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 01466C371104091400088464 /* SecurityFoundation.framework */; }; @@ -105,6 +106,7 @@ /* End PBXBuildFile section */ /* Begin PBXFileReference section */ + 0102D8761478587000CFE68F /* makebin */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; name = makebin; path = ../../../../../../devl/OSX/voodoo/chameleonApplications/trunk/ChameleonPrefPane/makebin; sourceTree = SOURCE_ROOT; }; 011B2DE81113937D008A540F /* Chameleon.prefPane */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = Chameleon.prefPane; sourceTree = BUILT_PRODUCTS_DIR; }; 01466A921104062500088464 /* Security.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Security.framework; path = System/Library/Frameworks/Security.framework; sourceTree = SDKROOT; }; 01466C29110408CC00088464 /* SecurityInterface.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SecurityInterface.framework; path = System/Library/Frameworks/SecurityInterface.framework; sourceTree = SDKROOT; }; @@ -372,6 +374,7 @@ 32DBCFA10370C40200C91783 /* Other Sources */ = { isa = PBXGroup; children = ( + 0102D8761478587000CFE68F /* makebin */, 01E0E9501108F9ED004EF6E8 /* TODO */, 01B0E8281108B89D00ACF21B /* version */, 32DBCFA20370C41700C91783 /* StartupPrefPane_Prefix.pch */, @@ -601,6 +604,7 @@ B3F352351125C0290051DFA5 /* Chameleon.xib in Resources */, B3F352361125C0290051DFA5 /* Localizable.strings in Resources */, 61A9E7B21389404D00043B27 /* extractAcpi.sh in Resources */, + 0102D8771478587000CFE68F /* makebin in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -794,41 +798,6 @@ /* 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 = unsupported; - GCC_WARN_ABOUT_RETURN_TYPE = YES; - GCC_WARN_UNUSED_VARIABLE = YES; - ONLY_ACTIVE_ARCH = NO; - PREBINDING = NO; - SDKROOT = macosx10.5; - VALID_ARCHS = i386; - }; - name = "Release 10.5"; - }; - 018B55E11106D2B5003FAB5E /* Release 10.5 */ = { - isa = XCBuildConfiguration; - buildSettings = { - DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; - FRAMEWORK_SEARCH_PATHS = ( - "$(inherited)", - "\"$(SRCROOT)\"", - ); - GCC_ENABLE_OBJC_GC = supported; - 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 = { @@ -914,7 +883,6 @@ buildConfigurations = ( 1DBD214908BA80EA00186707 /* Debug */, 1DBD214A08BA80EA00186707 /* Release */, - 018B55E11106D2B5003FAB5E /* Release 10.5 */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -924,7 +892,6 @@ buildConfigurations = ( 1DBD214D08BA80EA00186707 /* Debug */, 1DBD214E08BA80EA00186707 /* Release */, - 018B55E01106D2B5003FAB5E /* Release 10.5 */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; Index: trunk/ChameleonPrefPane/CHANGES =================================================================== --- trunk/ChameleonPrefPane/CHANGES (revision 361) +++ trunk/ChameleonPrefPane/CHANGES (revision 362) @@ -1,3 +1,6 @@ +- OSX 10.5 officially not supported anymore, focus on SL and Lion only +- Added table view direct edition of partition name +- Added Rescue Boot Disk ISO creation utility integration in Boot Setup - Added Partition UUID (OS X standard uuid, so chamelon ntfs/fat partition uuid's are for now not compatible). - Added new Partition Extractor engine, complety rewritten in objective c. - Added About Dialog, made the displayed version numbers all rely on the info.plist file