Changeset 225
- Timestamp:
- 01/04/07 10:55:17 (2 years ago)
- Files:
-
- trunk/CPFPerianPrefPaneController.m (modified) (1 diff)
- trunk/Perian.xcodeproj/project.pbxproj (modified) (1 diff)
- trunk/PerianPane-Info.plist (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/CPFPerianPrefPaneController.m
r222 r225 2 2 3 3 @implementation CPFPerianPrefPaneController 4 5 - (id)initWithBundle:(NSBundle *)bundle 6 { 7 if ( ( self = [super initWithBundle:bundle] ) != nil ) { 8 } 9 10 return self; 11 } 12 13 - (void)mainViewDidLoad 14 { 15 /* Read prefs here and display */ 16 } 17 18 - (void)didUnselect 19 { 20 /* Write prefs here */ 21 } 4 22 5 23 - (IBAction)installUninstall:(id)sender trunk/Perian.xcodeproj/project.pbxproj
r224 r225 1576 1576 isa = XCBuildConfiguration; 1577 1577 buildSettings = { 1578 ARCHS = ( 1579 ppc, 1580 i386, 1581 ); 1578 1582 COPY_PHASE_STRIP = YES; 1579 1583 GCC_ENABLE_FIX_AND_CONTINUE = NO; trunk/PerianPane-Info.plist
r222 r225 22 22 <key>CFBundleIconFile</key> 23 23 <string>Perian_icon</string> 24 <key>NSPrefPaneIconFile</key> 25 <string>Perian_icon</string> 24 26 <key>CFBundleIdentifier</key> 25 27 <string>org.perian.PerianPane</string> … … 32 34 <key>CFBundleVersion</key> 33 35 <string>1.0</string> 36 <key>CFBundleName</key> 37 <string>Perian</string> 34 38 <key>NSMainNibFile</key> 35 39 <string>PerianPrefPane</string>
