Index: trunk/ChameleonPrefPane/Info.plist =================================================================== --- trunk/ChameleonPrefPane/Info.plist (revision 23) +++ trunk/ChameleonPrefPane/Info.plist (revision 24) @@ -21,7 +21,7 @@ CFBundleSignature ???? CFBundleVersion - 1.0.1 + 1.0.2 NSMainNibFile Chameleon NSPrefPaneIconFile Index: trunk/ChameleonPrefPane/ChameleonPrefPane.xcodeproj/project.pbxproj =================================================================== --- trunk/ChameleonPrefPane/ChameleonPrefPane.xcodeproj/project.pbxproj (revision 23) +++ trunk/ChameleonPrefPane/ChameleonPrefPane.xcodeproj/project.pbxproj (revision 24) @@ -7,26 +7,25 @@ objects = { /* Begin PBXBuildFile section */ - 0143D924110806E000D290B4 /* version in Resources */ = {isa = PBXBuildFile; fileRef = 0143D923110806E000D290B4 /* version */; }; 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 */; }; 0196529B11066CC0009E8F2F /* README in Resources */ = {isa = PBXBuildFile; fileRef = 0196529A11066CC0009E8F2F /* README */; }; 01A40F75110550F4002A74CD /* CHANGES in Resources */ = {isa = PBXBuildFile; fileRef = 01A40F74110550F4002A74CD /* CHANGES */; }; - 01C4E1F01106D7AD00F6D89D /* ChameleonPrefPane.h in Headers */ = {isa = PBXBuildFile; fileRef = 01C4E1EA1106D7AD00F6D89D /* ChameleonPrefPane.h */; }; - 01C4E1F11106D7AD00F6D89D /* ChameleonPrefPane.mm in Sources */ = {isa = PBXBuildFile; fileRef = 01C4E1EB1106D7AD00F6D89D /* ChameleonPrefPane.mm */; }; - 01C4E1F21106D7AD00F6D89D /* process.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01C4E1EC1106D7AD00F6D89D /* process.cpp */; }; - 01C4E1F31106D7AD00F6D89D /* process.h in Headers */ = {isa = PBXBuildFile; fileRef = 01C4E1ED1106D7AD00F6D89D /* process.h */; }; - 01C4E1F41106D7AD00F6D89D /* property_list.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01C4E1EE1106D7AD00F6D89D /* property_list.cpp */; }; - 01C4E1F51106D7AD00F6D89D /* property_list.h in Headers */ = {isa = PBXBuildFile; fileRef = 01C4E1EF1106D7AD00F6D89D /* property_list.h */; }; - 01C4E1FE1106D7C400F6D89D /* Chameleon.icns in Resources */ = {isa = PBXBuildFile; fileRef = 01C4E1F71106D7C400F6D89D /* Chameleon.icns */; }; - 01C4E1FF1106D7C400F6D89D /* Chameleon.tiff in Resources */ = {isa = PBXBuildFile; fileRef = 01C4E1F81106D7C400F6D89D /* Chameleon.tiff */; }; - 01C4E2001106D7C400F6D89D /* Data.plist in Resources */ = {isa = PBXBuildFile; fileRef = 01C4E1F91106D7C400F6D89D /* Data.plist */; }; - 01CB09461107640700A56FC3 /* CDROM.png in Resources */ = {isa = PBXBuildFile; fileRef = 01CB09451107640700A56FC3 /* CDROM.png */; }; - 01CB09631107654A00A56FC3 /* Linux.png in Resources */ = {isa = PBXBuildFile; fileRef = 01CB09601107654A00A56FC3 /* Linux.png */; }; - 01CB09641107654A00A56FC3 /* MacOSX.png in Resources */ = {isa = PBXBuildFile; fileRef = 01CB09611107654A00A56FC3 /* MacOSX.png */; }; - 01CB09651107654A00A56FC3 /* Windows.png in Resources */ = {isa = PBXBuildFile; fileRef = 01CB09621107654A00A56FC3 /* Windows.png */; }; - 01CB09DA1107727D00A56FC3 /* CREDITS in Resources */ = {isa = PBXBuildFile; fileRef = 01CB09D91107727D00A56FC3 /* CREDITS */; }; + 01B0E8141108B85A00ACF21B /* ChameleonPrefPane.h in Headers */ = {isa = PBXBuildFile; fileRef = 01B0E80E1108B85A00ACF21B /* ChameleonPrefPane.h */; }; + 01B0E8151108B85A00ACF21B /* ChameleonPrefPane.mm in Sources */ = {isa = PBXBuildFile; fileRef = 01B0E80F1108B85A00ACF21B /* ChameleonPrefPane.mm */; }; + 01B0E8161108B85A00ACF21B /* process.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01B0E8101108B85A00ACF21B /* process.cpp */; }; + 01B0E8171108B85A00ACF21B /* process.h in Headers */ = {isa = PBXBuildFile; fileRef = 01B0E8111108B85A00ACF21B /* process.h */; }; + 01B0E8181108B85A00ACF21B /* property_list.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01B0E8121108B85A00ACF21B /* property_list.cpp */; }; + 01B0E8191108B85A00ACF21B /* property_list.h in Headers */ = {isa = PBXBuildFile; fileRef = 01B0E8131108B85A00ACF21B /* property_list.h */; }; + 01B0E8201108B87A00ACF21B /* CDROM.png in Resources */ = {isa = PBXBuildFile; fileRef = 01B0E81A1108B87A00ACF21B /* CDROM.png */; }; + 01B0E8211108B87A00ACF21B /* Chameleon.icns in Resources */ = {isa = PBXBuildFile; fileRef = 01B0E81B1108B87A00ACF21B /* Chameleon.icns */; }; + 01B0E8221108B87A00ACF21B /* Chameleon.tiff in Resources */ = {isa = PBXBuildFile; fileRef = 01B0E81C1108B87A00ACF21B /* Chameleon.tiff */; }; + 01B0E8231108B87A00ACF21B /* Linux.png in Resources */ = {isa = PBXBuildFile; fileRef = 01B0E81D1108B87A00ACF21B /* Linux.png */; }; + 01B0E8241108B87A00ACF21B /* MacOSX.png in Resources */ = {isa = PBXBuildFile; fileRef = 01B0E81E1108B87A00ACF21B /* MacOSX.png */; }; + 01B0E8251108B87A00ACF21B /* Windows.png in Resources */ = {isa = PBXBuildFile; fileRef = 01B0E81F1108B87A00ACF21B /* Windows.png */; }; + 01B0E8271108B89100ACF21B /* CREDITS in Resources */ = {isa = PBXBuildFile; fileRef = 01B0E8261108B89100ACF21B /* CREDITS */; }; + 01B0E8291108B89D00ACF21B /* version in Resources */ = {isa = PBXBuildFile; fileRef = 01B0E8281108B89D00ACF21B /* version */; }; 8D202CEA0486D31800D8A456 /* StartupPrefPane_Prefix.pch in Headers */ = {isa = PBXBuildFile; fileRef = 32DBCFA20370C41700C91783 /* StartupPrefPane_Prefix.pch */; }; 8D202CED0486D31800D8A456 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 089C167DFE841241C02AAC07 /* InfoPlist.strings */; }; 8D202CEF0486D31800D8A456 /* Chameleon.xib in Resources */ = {isa = PBXBuildFile; fileRef = F506C042013D9D8C01CA16C8 /* Chameleon.xib */; }; @@ -35,26 +34,25 @@ /* End PBXBuildFile section */ /* Begin PBXFileReference section */ - 0143D923110806E000D290B4 /* version */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = version; path = ../../../../../devl/OSX/chameleonApplications/trunk/ChameleonPrefPane/bin/version; sourceTree = SOURCE_ROOT; }; 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; }; 01466C371104091400088464 /* SecurityFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SecurityFoundation.framework; path = System/Library/Frameworks/SecurityFoundation.framework; sourceTree = SDKROOT; }; 0196529A11066CC0009E8F2F /* README */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README; sourceTree = ""; }; 01A40F74110550F4002A74CD /* CHANGES */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = CHANGES; sourceTree = ""; }; - 01C4E1EA1106D7AD00F6D89D /* ChameleonPrefPane.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ChameleonPrefPane.h; path = ../../../../../devl/OSX/chameleonApplications/trunk/ChameleonPrefPane/Sources/ChameleonPrefPane.h; sourceTree = SOURCE_ROOT; }; - 01C4E1EB1106D7AD00F6D89D /* ChameleonPrefPane.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; name = ChameleonPrefPane.mm; path = ../../../../../devl/OSX/chameleonApplications/trunk/ChameleonPrefPane/Sources/ChameleonPrefPane.mm; sourceTree = SOURCE_ROOT; }; - 01C4E1EC1106D7AD00F6D89D /* process.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = process.cpp; path = ../../../../../devl/OSX/chameleonApplications/trunk/ChameleonPrefPane/Sources/process.cpp; sourceTree = SOURCE_ROOT; }; - 01C4E1ED1106D7AD00F6D89D /* process.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = process.h; path = ../../../../../devl/OSX/chameleonApplications/trunk/ChameleonPrefPane/Sources/process.h; sourceTree = SOURCE_ROOT; }; - 01C4E1EE1106D7AD00F6D89D /* property_list.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = property_list.cpp; path = ../../../../../devl/OSX/chameleonApplications/trunk/ChameleonPrefPane/Sources/property_list.cpp; sourceTree = SOURCE_ROOT; }; - 01C4E1EF1106D7AD00F6D89D /* property_list.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = property_list.h; path = ../../../../../devl/OSX/chameleonApplications/trunk/ChameleonPrefPane/Sources/property_list.h; sourceTree = SOURCE_ROOT; }; - 01C4E1F71106D7C400F6D89D /* Chameleon.icns */ = {isa = PBXFileReference; lastKnownFileType = image.icns; name = Chameleon.icns; path = ../../../../../devl/OSX/chameleonApplications/trunk/ChameleonPrefPane/Resources/Chameleon.icns; sourceTree = SOURCE_ROOT; }; - 01C4E1F81106D7C400F6D89D /* Chameleon.tiff */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; name = Chameleon.tiff; path = ../../../../../devl/OSX/chameleonApplications/trunk/ChameleonPrefPane/Resources/Chameleon.tiff; sourceTree = SOURCE_ROOT; }; - 01C4E1F91106D7C400F6D89D /* Data.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Data.plist; path = ../../../../../devl/OSX/chameleonApplications/trunk/ChameleonPrefPane/Resources/Data.plist; sourceTree = SOURCE_ROOT; }; - 01CB09451107640700A56FC3 /* CDROM.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = CDROM.png; path = ../../../../../devl/OSX/chameleonApplications/trunk/ChameleonPrefPane/Resources/CDROM.png; sourceTree = SOURCE_ROOT; }; - 01CB09601107654A00A56FC3 /* Linux.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = Linux.png; path = ../../../../../devl/OSX/chameleonApplications/trunk/ChameleonPrefPane/Resources/Linux.png; sourceTree = SOURCE_ROOT; }; - 01CB09611107654A00A56FC3 /* MacOSX.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = MacOSX.png; path = ../../../../../devl/OSX/chameleonApplications/trunk/ChameleonPrefPane/Resources/MacOSX.png; sourceTree = SOURCE_ROOT; }; - 01CB09621107654A00A56FC3 /* Windows.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = Windows.png; path = ../../../../../devl/OSX/chameleonApplications/trunk/ChameleonPrefPane/Resources/Windows.png; sourceTree = SOURCE_ROOT; }; - 01CB09D91107727D00A56FC3 /* CREDITS */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = CREDITS; path = ../../../../../devl/OSX/chameleonApplications/trunk/ChameleonPrefPane/CREDITS; sourceTree = SOURCE_ROOT; }; + 01B0E80E1108B85A00ACF21B /* ChameleonPrefPane.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ChameleonPrefPane.h; path = Sources/ChameleonPrefPane.h; sourceTree = ""; }; + 01B0E80F1108B85A00ACF21B /* ChameleonPrefPane.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; name = ChameleonPrefPane.mm; path = Sources/ChameleonPrefPane.mm; sourceTree = ""; }; + 01B0E8101108B85A00ACF21B /* process.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = process.cpp; path = Sources/process.cpp; sourceTree = ""; }; + 01B0E8111108B85A00ACF21B /* process.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = process.h; path = Sources/process.h; sourceTree = ""; }; + 01B0E8121108B85A00ACF21B /* property_list.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = property_list.cpp; path = Sources/property_list.cpp; sourceTree = ""; }; + 01B0E8131108B85A00ACF21B /* property_list.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = property_list.h; path = Sources/property_list.h; sourceTree = ""; }; + 01B0E81A1108B87A00ACF21B /* CDROM.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = CDROM.png; path = Resources/CDROM.png; sourceTree = ""; }; + 01B0E81B1108B87A00ACF21B /* Chameleon.icns */ = {isa = PBXFileReference; lastKnownFileType = image.icns; name = Chameleon.icns; path = Resources/Chameleon.icns; sourceTree = ""; }; + 01B0E81C1108B87A00ACF21B /* Chameleon.tiff */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; name = Chameleon.tiff; path = Resources/Chameleon.tiff; sourceTree = ""; }; + 01B0E81D1108B87A00ACF21B /* Linux.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = Linux.png; path = Resources/Linux.png; sourceTree = ""; }; + 01B0E81E1108B87A00ACF21B /* MacOSX.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = MacOSX.png; path = Resources/MacOSX.png; sourceTree = ""; }; + 01B0E81F1108B87A00ACF21B /* Windows.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = Windows.png; path = Resources/Windows.png; sourceTree = ""; }; + 01B0E8261108B89100ACF21B /* CREDITS */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = CREDITS; sourceTree = ""; }; + 01B0E8281108B89D00ACF21B /* version */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = version; path = bin/version; sourceTree = ""; }; 089C1672FE841209C02AAC07 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = /System/Library/Frameworks/Foundation.framework; sourceTree = ""; }; 089C167EFE841241C02AAC07 /* English */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = English; path = English.lproj/InfoPlist.strings; sourceTree = ""; }; 089C167FFE841241C02AAC07 /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = /System/Library/Frameworks/AppKit.framework; sourceTree = ""; }; @@ -106,13 +104,12 @@ 089C167CFE841241C02AAC07 /* Resources */ = { isa = PBXGroup; children = ( - 01CB09601107654A00A56FC3 /* Linux.png */, - 01CB09611107654A00A56FC3 /* MacOSX.png */, - 01CB09621107654A00A56FC3 /* Windows.png */, - 01CB09451107640700A56FC3 /* CDROM.png */, - 01C4E1F71106D7C400F6D89D /* Chameleon.icns */, - 01C4E1F81106D7C400F6D89D /* Chameleon.tiff */, - 01C4E1F91106D7C400F6D89D /* Data.plist */, + 01B0E81A1108B87A00ACF21B /* CDROM.png */, + 01B0E81B1108B87A00ACF21B /* Chameleon.icns */, + 01B0E81C1108B87A00ACF21B /* Chameleon.tiff */, + 01B0E81D1108B87A00ACF21B /* Linux.png */, + 01B0E81E1108B87A00ACF21B /* MacOSX.png */, + 01B0E81F1108B87A00ACF21B /* Windows.png */, 8D202CF70486D31800D8A456 /* Info.plist */, 089C167DFE841241C02AAC07 /* InfoPlist.strings */, F506C042013D9D8C01CA16C8 /* Chameleon.xib */, @@ -123,12 +120,12 @@ 08FB77AFFE84173DC02AAC07 /* Classes */ = { isa = PBXGroup; children = ( - 01C4E1EA1106D7AD00F6D89D /* ChameleonPrefPane.h */, - 01C4E1EB1106D7AD00F6D89D /* ChameleonPrefPane.mm */, - 01C4E1ED1106D7AD00F6D89D /* process.h */, - 01C4E1EC1106D7AD00F6D89D /* process.cpp */, - 01C4E1EE1106D7AD00F6D89D /* property_list.cpp */, - 01C4E1EF1106D7AD00F6D89D /* property_list.h */, + 01B0E80E1108B85A00ACF21B /* ChameleonPrefPane.h */, + 01B0E80F1108B85A00ACF21B /* ChameleonPrefPane.mm */, + 01B0E8101108B85A00ACF21B /* process.cpp */, + 01B0E8111108B85A00ACF21B /* process.h */, + 01B0E8121108B85A00ACF21B /* property_list.cpp */, + 01B0E8131108B85A00ACF21B /* property_list.h */, ); name = Classes; sourceTree = ""; @@ -165,8 +162,8 @@ 32DBCFA10370C40200C91783 /* Other Sources */ = { isa = PBXGroup; children = ( - 0143D923110806E000D290B4 /* version */, - 01CB09D91107727D00A56FC3 /* CREDITS */, + 01B0E8281108B89D00ACF21B /* version */, + 01B0E8261108B89100ACF21B /* CREDITS */, 32DBCFA20370C41700C91783 /* StartupPrefPane_Prefix.pch */, 01A40F74110550F4002A74CD /* CHANGES */, 0196529A11066CC0009E8F2F /* README */, @@ -182,9 +179,9 @@ buildActionMask = 2147483647; files = ( 8D202CEA0486D31800D8A456 /* StartupPrefPane_Prefix.pch in Headers */, - 01C4E1F01106D7AD00F6D89D /* ChameleonPrefPane.h in Headers */, - 01C4E1F31106D7AD00F6D89D /* process.h in Headers */, - 01C4E1F51106D7AD00F6D89D /* property_list.h in Headers */, + 01B0E8141108B85A00ACF21B /* ChameleonPrefPane.h in Headers */, + 01B0E8171108B85A00ACF21B /* process.h in Headers */, + 01B0E8191108B85A00ACF21B /* property_list.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -238,15 +235,14 @@ 8D202CEF0486D31800D8A456 /* Chameleon.xib in Resources */, 01A40F75110550F4002A74CD /* CHANGES in Resources */, 0196529B11066CC0009E8F2F /* README in Resources */, - 01C4E1FE1106D7C400F6D89D /* Chameleon.icns in Resources */, - 01C4E1FF1106D7C400F6D89D /* Chameleon.tiff in Resources */, - 01C4E2001106D7C400F6D89D /* Data.plist in Resources */, - 01CB09461107640700A56FC3 /* CDROM.png in Resources */, - 01CB09631107654A00A56FC3 /* Linux.png in Resources */, - 01CB09641107654A00A56FC3 /* MacOSX.png in Resources */, - 01CB09651107654A00A56FC3 /* Windows.png in Resources */, - 01CB09DA1107727D00A56FC3 /* CREDITS in Resources */, - 0143D924110806E000D290B4 /* version in Resources */, + 01B0E8201108B87A00ACF21B /* CDROM.png in Resources */, + 01B0E8211108B87A00ACF21B /* Chameleon.icns in Resources */, + 01B0E8221108B87A00ACF21B /* Chameleon.tiff in Resources */, + 01B0E8231108B87A00ACF21B /* Linux.png in Resources */, + 01B0E8241108B87A00ACF21B /* MacOSX.png in Resources */, + 01B0E8251108B87A00ACF21B /* Windows.png in Resources */, + 01B0E8271108B89100ACF21B /* CREDITS in Resources */, + 01B0E8291108B89D00ACF21B /* version in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -267,9 +263,9 @@ isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 01C4E1F11106D7AD00F6D89D /* ChameleonPrefPane.mm in Sources */, - 01C4E1F21106D7AD00F6D89D /* process.cpp in Sources */, - 01C4E1F41106D7AD00F6D89D /* property_list.cpp in Sources */, + 01B0E8151108B85A00ACF21B /* ChameleonPrefPane.mm in Sources */, + 01B0E8161108B85A00ACF21B /* process.cpp in Sources */, + 01B0E8181108B85A00ACF21B /* property_list.cpp in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; Index: trunk/ChameleonPrefPane/bin/OSX105/Chameleon.prefPane.zip =================================================================== Cannot display: file marked as a binary type. svn:mime-type = application/octet-stream Index: trunk/ChameleonPrefPane/bin/OSX106/Chameleon.prefPane.zip =================================================================== Cannot display: file marked as a binary type. svn:mime-type = application/octet-stream Index: trunk/ChameleonPrefPane/bin/version =================================================================== --- trunk/ChameleonPrefPane/bin/version (revision 23) +++ trunk/ChameleonPrefPane/bin/version (revision 24) @@ -1 +1 @@ -1.0.1 +1.0.2 Index: trunk/ChameleonPrefPane/English.lproj/Chameleon.xib =================================================================== --- trunk/ChameleonPrefPane/English.lproj/Chameleon.xib (revision 23) +++ trunk/ChameleonPrefPane/English.lproj/Chameleon.xib (revision 24) @@ -85,7 +85,7 @@ 72482368 138544128 - V1.0.1, by Rekursor + V1.0.2, by Rekursor LucidaGrande 11 @@ -1481,6 +1481,7 @@ 173.IBPluginDependency 174.IBPluginDependency 175.IBPluginDependency + 176.IBAttributePlaceholdersKey 176.IBPluginDependency 179.IBPluginDependency 180.IBAttributePlaceholdersKey @@ -1498,6 +1499,7 @@ 200.IBAttributePlaceholdersKey 200.IBPluginDependency 201.IBPluginDependency + 203.IBAttributePlaceholdersKey 203.IBPluginDependency 204.IBPluginDependency 6.IBPluginDependency @@ -1521,7 +1523,7 @@ ToolTip - Restarts the sytem + Shuts down the sytem com.apple.InterfaceBuilder.CocoaPlugin @@ -1546,6 +1548,14 @@ com.apple.InterfaceBuilder.CocoaPlugin com.apple.InterfaceBuilder.CocoaPlugin com.apple.InterfaceBuilder.CocoaPlugin + + ToolTip + + ToolTip + + Swap disk numbers 0 and 1, if diskutil list does not reflect the initial boot configuration. + + com.apple.InterfaceBuilder.CocoaPlugin com.apple.InterfaceBuilder.CocoaPlugin @@ -1573,7 +1583,7 @@ ToolTip - Restarts the sytem + Restart the sytem com.apple.InterfaceBuilder.CocoaPlugin @@ -1583,7 +1593,7 @@ ToolTip - Restarts the sytem + Put the sytem in Sleep mode com.apple.InterfaceBuilder.CocoaPlugin @@ -1593,11 +1603,19 @@ ToolTip - Swap disks indexes 0<->2, use this option if your disk sequence in osx does not match the chameleon boot disk sequence + Use the freezed partitions list in located in the preference file for locking and manual handling purpose com.apple.InterfaceBuilder.CocoaPlugin com.apple.InterfaceBuilder.CocoaPlugin + + ToolTip + + ToolTip + + Use this feature to initially inject the current dynamically listed partitions. Then you can change manually the partition disk numbers and labels in the preference file + + com.apple.InterfaceBuilder.CocoaPlugin com.apple.InterfaceBuilder.CocoaPlugin com.apple.InterfaceBuilder.CocoaPlugin @@ -1635,25 +1653,6 @@ YES - FirstResponder - NSObject - - IBUserSource - - - - - NSPreferencePane - NSObject - - IBUserSource - - - - - - YES - ChameleonPrefPane NSPreferencePane @@ -1717,11 +1716,572 @@ - IBDocumentRelativeSource - ../Sources/ChameleonPrefPane.h + IBProjectSource + Sources/ChameleonPrefPane.h + + FirstResponder + NSObject + + IBUserSource + + + + + NSPreferencePane + NSObject + + IBUserSource + + + + + YES + + NSActionCell + NSCell + + IBFrameworkSource + AppKit.framework/Headers/NSActionCell.h + + + + NSApplication + NSResponder + + IBFrameworkSource + AppKit.framework/Headers/NSApplication.h + + + + NSApplication + + IBFrameworkSource + AppKit.framework/Headers/NSApplicationScripting.h + + + + NSApplication + + IBFrameworkSource + AppKit.framework/Headers/NSColorPanel.h + + + + NSApplication + + IBFrameworkSource + AppKit.framework/Headers/NSHelpManager.h + + + + NSApplication + + IBFrameworkSource + AppKit.framework/Headers/NSPageLayout.h + + + + NSApplication + + IBFrameworkSource + AppKit.framework/Headers/NSUserInterfaceItemSearching.h + + + + NSBox + NSView + + IBFrameworkSource + AppKit.framework/Headers/NSBox.h + + + + NSButton + NSControl + + IBFrameworkSource + AppKit.framework/Headers/NSButton.h + + + + NSButtonCell + NSActionCell + + IBFrameworkSource + AppKit.framework/Headers/NSButtonCell.h + + + + NSCell + NSObject + + IBFrameworkSource + AppKit.framework/Headers/NSCell.h + + + + NSControl + NSView + + IBFrameworkSource + AppKit.framework/Headers/NSControl.h + + + + NSFormatter + NSObject + + IBFrameworkSource + Foundation.framework/Headers/NSFormatter.h + + + + NSImageCell + NSCell + + IBFrameworkSource + AppKit.framework/Headers/NSImageCell.h + + + + NSMenu + NSObject + + IBFrameworkSource + AppKit.framework/Headers/NSMenu.h + + + + NSObject + + IBFrameworkSource + AppKit.framework/Headers/NSAccessibility.h + + + + NSObject + + + + NSObject + + + + NSObject + + + + NSObject + + + + NSObject + + IBFrameworkSource + AppKit.framework/Headers/NSDictionaryController.h + + + + NSObject + + IBFrameworkSource + AppKit.framework/Headers/NSDragging.h + + + + NSObject + + IBFrameworkSource + AppKit.framework/Headers/NSFontManager.h + + + + NSObject + + IBFrameworkSource + AppKit.framework/Headers/NSFontPanel.h + + + + NSObject + + IBFrameworkSource + AppKit.framework/Headers/NSKeyValueBinding.h + + + + NSObject + + + + NSObject + + IBFrameworkSource + AppKit.framework/Headers/NSNibLoading.h + + + + NSObject + + IBFrameworkSource + AppKit.framework/Headers/NSOutlineView.h + + + + NSObject + + IBFrameworkSource + AppKit.framework/Headers/NSPasteboard.h + + + + NSObject + + IBFrameworkSource + AppKit.framework/Headers/NSSavePanel.h + + + + NSObject + + IBFrameworkSource + AppKit.framework/Headers/NSTableView.h + + + + NSObject + + IBFrameworkSource + AppKit.framework/Headers/NSToolbarItem.h + + + + NSObject + + IBFrameworkSource + AppKit.framework/Headers/NSView.h + + + + NSObject + + IBFrameworkSource + Foundation.framework/Headers/NSArchiver.h + + + + NSObject + + IBFrameworkSource + Foundation.framework/Headers/NSClassDescription.h + + + + NSObject + + IBFrameworkSource + Foundation.framework/Headers/NSError.h + + + + NSObject + + IBFrameworkSource + Foundation.framework/Headers/NSFileManager.h + + + + NSObject + + IBFrameworkSource + Foundation.framework/Headers/NSKeyValueCoding.h + + + + NSObject + + IBFrameworkSource + Foundation.framework/Headers/NSKeyValueObserving.h + + + + NSObject + + IBFrameworkSource + Foundation.framework/Headers/NSKeyedArchiver.h + + + + NSObject + + IBFrameworkSource + Foundation.framework/Headers/NSObject.h + + + + NSObject + + IBFrameworkSource + Foundation.framework/Headers/NSObjectScripting.h + + + + NSObject + + IBFrameworkSource + Foundation.framework/Headers/NSPortCoder.h + + + + NSObject + + IBFrameworkSource + Foundation.framework/Headers/NSRunLoop.h + + + + NSObject + + IBFrameworkSource + Foundation.framework/Headers/NSScriptClassDescription.h + + + + NSObject + + IBFrameworkSource + Foundation.framework/Headers/NSScriptKeyValueCoding.h + + + + NSObject + + IBFrameworkSource + Foundation.framework/Headers/NSScriptObjectSpecifiers.h + + + + NSObject + + IBFrameworkSource + Foundation.framework/Headers/NSScriptWhoseTests.h + + + + NSObject + + IBFrameworkSource + Foundation.framework/Headers/NSThread.h + + + + NSObject + + IBFrameworkSource + Foundation.framework/Headers/NSURL.h + + + + NSObject + + IBFrameworkSource + Foundation.framework/Headers/NSURLConnection.h + + + + NSObject + + IBFrameworkSource + Foundation.framework/Headers/NSURLDownload.h + + + + NSObject + + IBFrameworkSource + SecurityInterface.framework/Headers/SFAuthorizationView.h + + + + NSObject + + IBFrameworkSource + SecurityInterface.framework/Headers/SFCertificatePanel.h + + + + NSObject + + IBFrameworkSource + SecurityInterface.framework/Headers/SFChooseIdentityPanel.h + + + + NSPreferencePane + NSObject + + YES + + YES + _firstKeyView + _initialKeyView + _lastKeyView + _window + + + YES + NSView + NSView + NSView + NSWindow + + + + IBFrameworkSource + PreferencePanes.framework/Headers/NSPreferencePane.h + + + + NSResponder + + IBFrameworkSource + AppKit.framework/Headers/NSInterfaceStyle.h + + + + NSResponder + NSObject + + IBFrameworkSource + AppKit.framework/Headers/NSResponder.h + + + + NSScrollView + NSView + + IBFrameworkSource + AppKit.framework/Headers/NSScrollView.h + + + + NSScroller + NSControl + + IBFrameworkSource + AppKit.framework/Headers/NSScroller.h + + + + NSTabView + NSView + + IBFrameworkSource + AppKit.framework/Headers/NSTabView.h + + + + NSTabViewItem + NSObject + + IBFrameworkSource + AppKit.framework/Headers/NSTabViewItem.h + + + + NSTableColumn + NSObject + + IBFrameworkSource + AppKit.framework/Headers/NSTableColumn.h + + + + NSTableHeaderView + NSView + + IBFrameworkSource + AppKit.framework/Headers/NSTableHeaderView.h + + + + NSTableView + NSControl + + + + NSTextField + NSControl + + IBFrameworkSource + AppKit.framework/Headers/NSTextField.h + + + + NSTextFieldCell + NSActionCell + + IBFrameworkSource + AppKit.framework/Headers/NSTextFieldCell.h + + + + NSView + + IBFrameworkSource + AppKit.framework/Headers/NSClipView.h + + + + NSView + + IBFrameworkSource + AppKit.framework/Headers/NSMenuItem.h + + + + NSView + + IBFrameworkSource + AppKit.framework/Headers/NSRulerView.h + + + + NSView + NSResponder + + + + NSWindow + + IBFrameworkSource + AppKit.framework/Headers/NSDrawer.h + + + + NSWindow + NSResponder + + IBFrameworkSource + AppKit.framework/Headers/NSWindow.h + + + + NSWindow + + IBFrameworkSource + AppKit.framework/Headers/NSWindowScripting.h + + + + SFAuthorizationView + NSView + + + 0