Index: trunk/ChameleonPrefPane/Info.plist =================================================================== --- trunk/ChameleonPrefPane/Info.plist (revision 103) +++ trunk/ChameleonPrefPane/Info.plist (revision 104) @@ -23,7 +23,7 @@ CFBundleSignature ???? CFBundleVersion - 2.0.0 RC2 + 2.0.0 RC3 NSMainNibFile Chameleon NSPrefPaneIconFile Index: trunk/ChameleonPrefPane/bin/OSX105/Chameleon.zip =================================================================== Cannot display: file marked as a binary type. svn:mime-type = application/octet-stream Index: trunk/ChameleonPrefPane/bin/OSX106/Chameleon.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 103) +++ trunk/ChameleonPrefPane/bin/version (revision 104) @@ -1 +1 @@ -2.0-RC2 +2.0-RC3 Index: branches/diebuche/ChameleonPrefPane/ChameleonPrefPane.xcodeproj/project.pbxproj =================================================================== --- branches/diebuche/ChameleonPrefPane/ChameleonPrefPane.xcodeproj/project.pbxproj (revision 103) +++ branches/diebuche/ChameleonPrefPane/ChameleonPrefPane.xcodeproj/project.pbxproj (revision 104) @@ -190,6 +190,30 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXGroup section */ + 014E0CB51117BACA0075A619 /* Images */ = { + isa = PBXGroup; + children = ( + 01B0E81A1108B87A00ACF21B /* CDROM.png */, + 01B0E81C1108B87A00ACF21B /* Chameleon.tiff */, + 01B0E81D1108B87A00ACF21B /* Linux.png */, + B3981E4311132AEC009E2520 /* background.png */, + B32BC79F11171A4B0095E458 /* chamsmall.png */, + 01B0E81E1108B87A00ACF21B /* MacOSX.png */, + B3981E4111132AE0009E2520 /* cham.png */, + B3F8879511148E790022CA5D /* footer.png */, + B3981F47111332FB009E2520 /* name.png */, + 01B0E81F1108B87A00ACF21B /* Windows.png */, + B3A0F5CF11172B1500B42162 /* syringe.png */, + B3A0F5D61117326100B42162 /* disk.png */, + B3A0F5E41117355100B42162 /* plug.png */, + B3A0F65211173C7500B42162 /* flag.png */, + B3A0F59C111729BE00B42162 /* chip.png */, + B3A0F5F01117369F00B42162 /* advanced.png */, + B3A0F64E11173B7300B42162 /* wrench.png */, + ); + name = Images; + sourceTree = ""; + }; 01E314A9110FF91C0058F210 /* Controllers */ = { isa = PBXGroup; children = ( @@ -219,12 +243,10 @@ 01E314AA110FF9430058F210 /* GUI */ = { isa = PBXGroup; children = ( - B3981F2E11132ED5009E2520 /* RoundedBox */, + B3981F2E11132ED5009E2520 /* Custom */, 01E314A9110FF91C0058F210 /* Controllers */, 01B0E80E1108B85A00ACF21B /* ChameleonPrefPane.h */, 01B0E80F1108B85A00ACF21B /* ChameleonPrefPane.mm */, - B3981D3F1113292A009E2520 /* CustomTableView.h */, - 01A25D1B111108C80024EA7E /* CustomTableView.mm */, ); name = GUI; sourceTree = ""; @@ -271,28 +293,12 @@ 089C167CFE841241C02AAC07 /* Resources */ = { isa = PBXGroup; children = ( + 014E0CB51117BACA0075A619 /* Images */, 01A25D68111109FF0024EA7E /* cdBootCreator.sh */, 01A25D69111109FF0024EA7E /* getDevProp.sh */, 01A25D6A111109FF0024EA7E /* gfxutil */, 01B0E8261108B89100ACF21B /* CREDITS */, - 01B0E81A1108B87A00ACF21B /* CDROM.png */, 01B0E81B1108B87A00ACF21B /* Chameleon.icns */, - B3A0F59C111729BE00B42162 /* chip.png */, - 01B0E81C1108B87A00ACF21B /* Chameleon.tiff */, - 01B0E81D1108B87A00ACF21B /* Linux.png */, - B3981E4311132AEC009E2520 /* background.png */, - B32BC79F11171A4B0095E458 /* chamsmall.png */, - 01B0E81E1108B87A00ACF21B /* MacOSX.png */, - B3981E4111132AE0009E2520 /* cham.png */, - B3F8879511148E790022CA5D /* footer.png */, - B3981F47111332FB009E2520 /* name.png */, - 01B0E81F1108B87A00ACF21B /* Windows.png */, - B3A0F5CF11172B1500B42162 /* syringe.png */, - B3A0F5D61117326100B42162 /* disk.png */, - B3A0F5E41117355100B42162 /* plug.png */, - B3A0F65211173C7500B42162 /* flag.png */, - B3A0F5F01117369F00B42162 /* advanced.png */, - B3A0F64E11173B7300B42162 /* wrench.png */, 8D202CF70486D31800D8A456 /* Info.plist */, 089C167EFE841241C02AAC07 /* InfoPlist.strings */, B3A0F5F611173A0200B42162 /* Localizable.strings */, @@ -353,13 +359,15 @@ name = "Other Sources"; sourceTree = ""; }; - B3981F2E11132ED5009E2520 /* RoundedBox */ = { + B3981F2E11132ED5009E2520 /* Custom */ = { isa = PBXGroup; children = ( + B3981D3F1113292A009E2520 /* CustomTableView.h */, + 01A25D1B111108C80024EA7E /* CustomTableView.mm */, B398220A111349F5009E2520 /* RoundedBox.h */, B398220B111349F5009E2520 /* RoundedBox.m */, ); - name = RoundedBox; + name = Custom; sourceTree = ""; }; /* End PBXGroup section */