-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit e7be407
Showing
995 changed files
with
105,482 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
.DS_Store | ||
build/* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
/* AppController */ | ||
|
||
#import <Cocoa/Cocoa.h> | ||
|
||
#import "SS_PrefsController/SS_PrefsController.h" | ||
|
||
@interface AppController : NSObject | ||
{ | ||
SS_PrefsController *prefs; | ||
IBOutlet NSTextField *msg; | ||
} | ||
|
||
- (IBAction)showPrefs:(id)sender; | ||
- (NSString *)state; // Return state of 'someOption' as 'checked' or 'unchecked' | ||
@end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
#import "AppController.h" | ||
|
||
@implementation AppController | ||
|
||
- (void)dealloc | ||
{ | ||
[prefs release]; | ||
[super dealloc]; | ||
} | ||
|
||
- (IBAction)showPrefs:(id)sender | ||
{ | ||
if (!prefs) { | ||
// Determine path to the sample preference panes | ||
NSString *pathToPanes = [[NSString stringWithFormat:@"%@/Contents/Preference Panes/", [[NSBundle mainBundle] bundlePath]] | ||
stringByStandardizingPath]; | ||
|
||
prefs = [[SS_PrefsController alloc] initWithPanesSearchPath:pathToPanes]; | ||
|
||
// Set which panes are included, and their order. | ||
[prefs setPanesOrder:[NSArray arrayWithObjects:@"General", @"Updates", @"A Non-Existent Preference Pane", nil]]; | ||
|
||
} | ||
|
||
// Show the preferences window. | ||
[prefs showPreferencesWindow]; | ||
} | ||
|
||
- (NSString *)state | ||
{ | ||
NSNumber *state = [[[NSUserDefaultsController sharedUserDefaultsController] values] valueForKey:@"someOption"]; | ||
if(state) { | ||
return ([state intValue] == NSOnState) ? @"checked" : @"unchecked"; | ||
} | ||
return nil; | ||
} | ||
|
||
@end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | ||
<html xmlns="http://www.w3.org/1999/xhtml"> | ||
<head> | ||
<style type="text/css"> | ||
|
||
body { | ||
font-family: "Lucida Grande"; | ||
width: 500px; | ||
|
||
} | ||
|
||
</style> | ||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> | ||
<title>Untitled Document</title> | ||
</head> | ||
|
||
<body> | ||
<center> | ||
<br /> | ||
<p> | ||
Thanks to the following developers:<br /> | ||
Alex Coomans, Lead<br /> | ||
pcwiz, Coding Assistance</p> | ||
|
||
<p>Uses Preferences Controller code by Matt Gemmell <<a href="http://mattgemmell.com">http://mattgemmell.com</a>></p> | ||
|
||
|
||
<a href="http://sparkle.andymatuschak.org/"><img src="UpdatesBySparkle.png" border="none"/></a> | ||
</center> | ||
|
||
|
||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
K 25 | ||
svn:wc:ra_dav:version-url | ||
V 47 | ||
/svn/servebox/!svn/ver/2/tags/1.0/English.lproj | ||
END | ||
InfoPlist.strings | ||
K 25 | ||
svn:wc:ra_dav:version-url | ||
V 65 | ||
/svn/servebox/!svn/ver/2/tags/1.0/English.lproj/InfoPlist.strings | ||
END |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,72 @@ | ||
9 | ||
|
||
dir | ||
2 | ||
http://skyhighmac@svn.assembla.com/svn/servebox/tags/1.0/English.lproj | ||
http://skyhighmac@svn.assembla.com/svn/servebox | ||
|
||
|
||
|
||
2008-10-29T03:17:16.941194Z | ||
2 | ||
skyhighmac | ||
|
||
|
||
svn:special svn:externals svn:needs-lock | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
0 | ||
|
||
InfoPlist.strings | ||
file | ||
|
||
|
||
|
||
|
||
2008-06-10T00:12:19.000000Z | ||
efff287862dcf924cd37bbb9dcd9e676 | ||
2008-10-29T03:17:16.941194Z | ||
2 | ||
skyhighmac | ||
has-props | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
210 | ||
|
||
MainMenu.nib | ||
dir | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
9 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
K 13 | ||
svn:mime-type | ||
V 24 | ||
application/octet-stream | ||
END |
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
K 25 | ||
svn:wc:ra_dav:version-url | ||
V 60 | ||
/svn/servebox/!svn/ver/2/tags/1.0/English.lproj/MainMenu.nib | ||
END | ||
keyedobjects.nib | ||
K 25 | ||
svn:wc:ra_dav:version-url | ||
V 77 | ||
/svn/servebox/!svn/ver/2/tags/1.0/English.lproj/MainMenu.nib/keyedobjects.nib | ||
END | ||
designable.nib | ||
K 25 | ||
svn:wc:ra_dav:version-url | ||
V 75 | ||
/svn/servebox/!svn/ver/2/tags/1.0/English.lproj/MainMenu.nib/designable.nib | ||
END |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,103 @@ | ||
9 | ||
|
||
dir | ||
2 | ||
http://skyhighmac@svn.assembla.com/svn/servebox/tags/1.0/English.lproj/MainMenu.nib | ||
http://skyhighmac@svn.assembla.com/svn/servebox | ||
|
||
|
||
|
||
2008-10-29T03:17:16.941194Z | ||
2 | ||
skyhighmac | ||
|
||
|
||
svn:special svn:externals svn:needs-lock | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
0 | ||
|
||
keyedobjects.nib | ||
file | ||
|
||
|
||
|
||
|
||
2008-09-11T01:48:42.000000Z | ||
55c64f6703d96a54c5c7be14a5576570 | ||
2008-10-29T03:17:16.941194Z | ||
2 | ||
skyhighmac | ||
has-props | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
266471 | ||
|
||
designable.nib | ||
file | ||
|
||
|
||
|
||
|
||
2008-09-11T01:48:42.000000Z | ||
3a716108fa20474b9d407702ba0ed793 | ||
2008-10-29T03:17:16.941194Z | ||
2 | ||
skyhighmac | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
1070154 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
9 |
5 changes: 5 additions & 0 deletions
5
English.lproj/MainMenu.nib/.svn/prop-base/keyedobjects.nib.svn-base
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
K 13 | ||
svn:mime-type | ||
V 24 | ||
application/octet-stream | ||
END |
Oops, something went wrong.