Chameleon Applications

Chameleon Applications Commit Details

Date:2011-11-19 22:39:01 (12 years 5 months ago)
Author:Rekursor
Commit:362
Parents: 361
Message:updated binaries only 10.6 and superior are supported from now.
Changes:
D/trunk/ChameleonPrefPane/bin/OSX105
M/trunk/ChameleonPrefPane/ChameleonPrefPane.xcodeproj/project.pbxproj
M/trunk/ChameleonPrefPane/makebin
M/trunk/ChameleonPrefPane/CHANGES
M/trunk/ChameleonPrefPane/bin/version

File differences

trunk/ChameleonPrefPane/makebin
66
77
88
9
9
1010
1111
1212
#
# makebin <version>
#
(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
trunk/ChameleonPrefPane/bin/version
1
1
2.0-RC5 - r315
2.0-RC5 - r361
trunk/ChameleonPrefPane/ChameleonPrefPane.xcodeproj/project.pbxproj
77
88
99
10
1011
1112
1213
......
105106
106107
107108
109
108110
109111
110112
......
372374
373375
374376
377
375378
376379
377380
......
601604
602605
603606
607
604608
605609
606610
......
794798
795799
796800
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832801
833802
834803
......
914883
915884
916885
917
918886
919887
920888
......
924892
925893
926894
927
928895
929896
930897
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 */; };
/* 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; };
32DBCFA10370C40200C91783 /* Other Sources */ = {
isa = PBXGroup;
children = (
0102D8761478587000CFE68F /* makebin */,
01E0E9501108F9ED004EF6E8 /* TODO */,
01B0E8281108B89D00ACF21B /* version */,
32DBCFA20370C41700C91783 /* StartupPrefPane_Prefix.pch */,
B3F352351125C0290051DFA5 /* Chameleon.xib in Resources */,
B3F352361125C0290051DFA5 /* Localizable.strings in Resources */,
61A9E7B21389404D00043B27 /* extractAcpi.sh in Resources */,
0102D8771478587000CFE68F /* makebin in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* 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 = {
buildConfigurations = (
1DBD214908BA80EA00186707 /* Debug */,
1DBD214A08BA80EA00186707 /* Release */,
018B55E11106D2B5003FAB5E /* Release 10.5 */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
buildConfigurations = (
1DBD214D08BA80EA00186707 /* Debug */,
1DBD214E08BA80EA00186707 /* Release */,
018B55E01106D2B5003FAB5E /* Release 10.5 */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
trunk/ChameleonPrefPane/CHANGES
1
2
3
14
25
36
- 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

Archive Download the corresponding diff file

Revision: 362