public
Fork of Caged/gitnub
Description: A Gitk-like application written in RubyCocoa that looks like it belongs on a Mac. See the wiki for downloads and screenshots.
Homepage: http://alternateidea.com
Clone URL: git://github.com/kballard/gitnub.git
Search Repo:
Move nub to nub.sh.  Fix conflicts with kevin's branch
Caged (author)
Fri Mar 21 15:09:13 -0700 2008
commit  37c28f30f047da557551c379fdca95f0b8dcde94
tree    095de9316d77f24750bec4bec7dbe0c031d71cde
parent  a1d6f9d106e2d04dc0c61671f690c46f4366ca6a parent  a0d92807728b5d3d337a71644f0cf8db136a2487
...
1
2
3
4
5
6
...
1
2
 
3
4
5
0
@@ -1,6 +1,5 @@
0
 pkg/*
0
 build/*
0
-nub/build/*
0
 .svn
0
 .DS_Store
0
 *.pbxuser
...
7
8
9
 
10
11
12
...
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
...
61
62
63
 
64
65
66
67
68
69
70
...
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
 
162
163
164
...
254
255
256
257
258
259
260
261
262
263
264
265
...
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
...
300
301
302
 
303
304
305
...
7
8
9
10
11
12
13
...
37
38
39
 
 
 
 
 
 
 
 
 
 
40
41
42
43
...
52
53
54
55
56
57
 
58
59
60
61
...
138
139
140
 
 
 
 
 
 
 
 
141
142
143
 
144
145
146
147
...
237
238
239
 
 
 
 
 
 
240
241
242
...
244
245
246
 
 
 
 
 
 
 
 
 
 
247
248
249
...
267
268
269
270
271
272
273
0
@@ -7,6 +7,7 @@
0
   objects = {
0
 
0
 /* Begin PBXBuildFile section */
0
+ 0ABA3B1B0D89E53E004B6667 /* nub in Resources */ = {isa = PBXBuildFile; fileRef = 0ABA3B1A0D89E53E004B6667 /* nub */; };
0
     283254680D8B792500D99366 /* lib in Resources */ = {isa = PBXBuildFile; fileRef = 283254650D8B792500D99366 /* lib */; };
0
     285BB47C0D8306C60027980C /* mime-types in Resources */ = {isa = PBXBuildFile; fileRef = 285BB4690D8306C60027980C /* mime-types */; };
0
     285BB5320D849C890027980C /* TexturedWindow.rb in Resources */ = {isa = PBXBuildFile; fileRef = 285BB52F0D849C890027980C /* TexturedWindow.rb */; };
0
@@ -36,16 +37,6 @@
0
     DA8995E30D890D8A00CF2CDA /* Sparkle.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DA8995E20D890D8A00CF2CDA /* Sparkle.framework */; };
0
 /* End PBXBuildFile section */
0
 
0
-/* Begin PBXContainerItemProxy section */
0
- 284B714B0D7CDE340075DA6C /* PBXContainerItemProxy */ = {
0
- isa = PBXContainerItemProxy;
0
- containerPortal = 284B71470D7CDE340075DA6C /* nub.xcodeproj */;
0
- proxyType = 2;
0
- remoteGlobalIDString = 8DD76FA10486AA7600D96B5E;
0
- remoteInfo = nub;
0
- };
0
-/* End PBXContainerItemProxy section */
0
-
0
 /* Begin PBXCopyFilesBuildPhase section */
0
     DA405D4F0D890F2900841A60 /* CopyFiles */ = {
0
       isa = PBXCopyFilesBuildPhase;
0
0
@@ -61,9 +52,9 @@
0
 
0
 /* Begin PBXFileReference section */
0
     089C165DFE840E0CC02AAC07 /* English */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = English; path = English.lproj/InfoPlist.strings; sourceTree = "<group>"; };
0
+ 0ABA3B1A0D89E53E004B6667 /* nub */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; path = nub; sourceTree = "<group>"; };
0
     1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = /System/Library/Frameworks/Cocoa.framework; sourceTree = "<absolute>"; };
0
     283254650D8B792500D99366 /* lib */ = {isa = PBXFileReference; lastKnownFileType = folder; path = lib; sourceTree = "<group>"; };
0
- 284B71470D7CDE340075DA6C /* nub.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = nub.xcodeproj; path = nub/nub.xcodeproj; sourceTree = "<group>"; };
0
     285BB4690D8306C60027980C /* mime-types */ = {isa = PBXFileReference; lastKnownFileType = folder; path = "mime-types"; sourceTree = "<group>"; };
0
     285BB52F0D849C890027980C /* TexturedWindow.rb */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.ruby; path = TexturedWindow.rb; sourceTree = "<group>"; };
0
     285BB5380D849DD20027980C /* added.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = added.png; sourceTree = "<group>"; };
0
0
@@ -147,18 +138,10 @@
0
       name = Products;
0
       sourceTree = "<group>";
0
     };
0
- 284B71480D7CDE340075DA6C /* Products */ = {
0
- isa = PBXGroup;
0
- children = (
0
- 284B714C0D7CDE340075DA6C /* nub */,
0
- );
0
- name = Products;
0
- sourceTree = "<group>";
0
- };
0
     29B97314FDCFA39411CA2CEA /* GitNub */ = {
0
       isa = PBXGroup;
0
       children = (
0
- 284B71470D7CDE340075DA6C /* nub.xcodeproj */,
0
+ 0ABA3B1A0D89E53E004B6667 /* nub */,
0
         080E96DDFE201D6D7F000001 /* Classes */,
0
         29B97315FDCFA39411CA2CEA /* Other Sources */,
0
         29B97317FDCFA39411CA2CEA /* Resources */,
0
@@ -254,12 +237,6 @@
0
       hasScannedForEncodings = 0;
0
       mainGroup = 29B97314FDCFA39411CA2CEA /* GitNub */;
0
       projectDirPath = "";
0
- projectReferences = (
0
- {
0
- ProductGroup = 284B71480D7CDE340075DA6C /* Products */;
0
- ProjectRef = 284B71470D7CDE340075DA6C /* nub.xcodeproj */;
0
- },
0
- );
0
       projectRoot = "";
0
       targets = (
0
         4DDCA7030ACC9A6100E082CE /* GitNub */,
0
@@ -267,16 +244,6 @@
0
     };
0
 /* End PBXProject section */
0
 
0
-/* Begin PBXReferenceProxy section */
0
- 284B714C0D7CDE340075DA6C /* nub */ = {
0
- isa = PBXReferenceProxy;
0
- fileType = "compiled.mach-o.executable";
0
- path = nub;
0
- remoteRef = 284B714B0D7CDE340075DA6C /* PBXContainerItemProxy */;
0
- sourceTree = BUILT_PRODUCTS_DIR;
0
- };
0
-/* End PBXReferenceProxy section */
0
-
0
 /* Begin PBXResourcesBuildPhase section */
0
     4DDCA7050ACC9A6100E082CE /* Resources */ = {
0
       isa = PBXResourcesBuildPhase;
0
@@ -300,6 +267,7 @@
0
         285BB54A0D849EA60027980C /* InfoWindowController.rb in Resources */,
0
         288CB41A0D8789DD0092B5CC /* MainMenu.xib in Resources */,
0
         288CB41D0D878A1C0092B5CC /* Info.xib in Resources */,
0
+ 0ABA3B1B0D89E53E004B6667 /* nub in Resources */,
0
         283254680D8B792500D99366 /* lib in Resources */,
0
       );
0
       runOnlyForDeploymentPostprocessing = 0;
...
7
8
9
10
 
11
12
13
...
20
21
22
23
24
 
25
...
7
8
9
 
10
11
12
13
...
20
21
22
 
 
23
24
0
@@ -7,7 +7,7 @@
0
 
0
 ### Quick Install
0
 1. Move GitNub.app to /Applications
0
-2. Move (or symlink) nub to /usr/local/bin
0
+2. Move (or symlink) nub shell file to /usr/local/bin
0
 
0
 
0
 
0
@@ -20,7 +20,6 @@
0
     
0
 ### Building from Source
0
 1. Open project in Xcode - press Build
0
-2. Doubleclick the nub subproject and repeat step 1.
0
-3. Move the build/Release/GitNub.app and nub/build/Release/nub to the proper locations
0
+3. Move the build/Release/GitNub.app and `nub` to the proper locations
0
    specified in the Quick Install directions.
0
nub
...
 
 
...
1
2
0
@@ -1 +1,3 @@
0
+#!/bin/sh
0
+open -b com.alternateidea.rubycocoa.GitNubApp .
...
1
...
 
0
@@ -1,2 +1 @@
0
-Bud1%  @€ @€ @€ @ E%DSDB`€ @€ @€ @
...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
...
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
0
@@ -1,80 +1 @@
0
-.\"Modified from man(1) of FreeBSD, the NetBSD mdoc.template, and mdoc.samples.
0
-.\"See Also:
0
-.\"man mdoc.samples for a complete listing of options
0
-.\"man mdoc for the short list of editing options
0
-.\"/usr/share/misc/mdoc.template
0
-.Dd 3/3/08 \" DATE
0
-.Dt nub 1 \" Program name and manual section number
0
-.Os Darwin
0
-.Sh NAME \" Section Header - required - don't modify
0
-.Nm nub,
0
-.\" The following lines are read in generating the apropos(man -k) database. Use only key
0
-.\" words here as the database is built based on the words here and in the .ND line.
0
-.Nm Other_name_for_same_program(),
0
-.Nm Yet another name for the same program.
0
-.\" Use .Nm macro to designate other names for the documented program.
0
-.Nd This line parsed for whatis database.
0
-.Sh SYNOPSIS \" Section Header - required - don't modify
0
-.Nm
0
-.Op Fl abcd \" [-abcd]
0
-.Op Fl a Ar path \" [-a path]
0
-.Op Ar file \" [file]
0
-.Op Ar \" [file ...]
0
-.Ar arg0 \" Underlined argument - use .Ar anywhere to underline
0
-arg2 ... \" Arguments
0
-.Sh DESCRIPTION \" Section Header - required - don't modify
0
-Use the .Nm macro to refer to your program throughout the man page like such:
0
-.Nm
0
-Underlining is accomplished with the .Ar macro like this:
0
-.Ar underlined text .
0
-.Pp \" Inserts a space
0
-A list of items with descriptions:
0
-.Bl -tag -width -indent \" Begins a tagged list
0
-.It item a \" Each item preceded by .It macro
0
-Description of item a
0
-.It item b
0
-Description of item b
0
-.El \" Ends the list
0
-.Pp
0
-A list of flags and their descriptions:
0
-.Bl -tag -width -indent \" Differs from above in tag removed
0
-.It Fl a \"-a flag as a list item
0
-Description of -a flag
0
-.It Fl b
0
-Description of -b flag
0
-.El \" Ends the list
0
-.Pp
0
-.\" .Sh ENVIRONMENT \" May not be needed
0
-.\" .Bl -tag -width "ENV_VAR_1" -indent \" ENV_VAR_1 is width of the string ENV_VAR_1
0
-.\" .It Ev ENV_VAR_1
0
-.\" Description of ENV_VAR_1
0
-.\" .It Ev ENV_VAR_2
0
-.\" Description of ENV_VAR_2
0
-.\" .El
0
-.Sh FILES \" File used or created by the topic of the man page
0
-.Bl -tag -width "/Users/joeuser/Library/really_long_file_name" -compact
0
-.It Pa /usr/share/file_name
0
-FILE_1 description
0
-.It Pa /Users/joeuser/Library/really_long_file_name
0
-FILE_2 description
0
-.El \" Ends the list
0
-.\" .Sh DIAGNOSTICS \" May not be needed
0
-.\" .Bl -diag
0
-.\" .It Diagnostic Tag
0
-.\" Diagnostic informtion here.
0
-.\" .It Diagnostic Tag
0
-.\" Diagnostic informtion here.
0
-.\" .El
0
-.Sh SEE ALSO
0
-.\" List links in ascending order by section, alphabetically within a section.
0
-.\" Please do not reference files that do not exist without filing a bug report
0
-.Xr a 1 ,
0
-.Xr b 1 ,
0
-.Xr c 1 ,
0
-.Xr a 2 ,
0
-.Xr b 2 ,
0
-.Xr a 3 ,
0
-.Xr b 3
0
-.\" .Sh BUGS \" Document known, unremedied bugs
0
-.\" .Sh HISTORY \" Document history if command behaves in a unique manner
...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
...
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
0
@@ -1,18 +1 @@
0
-#import <Cocoa/Cocoa.h>
0
-
0
-int main (int argc, const char * argv[]) {
0
- char buf[PATH_MAX];
0
- NSAutoreleasePool * pool = [[NSAutoreleasePool alloc] init];
0
-
0
- // NSArray *myArgs = [[NSProcessInfo processInfo] arguments];
0
- // NSLog(@"%@", myArgs);
0
-
0
- NSString *path=[[NSString alloc] initWithCString:getcwd(buf, sizeof(buf))];
0
-
0
- [[NSWorkspace sharedWorkspace] openFile:path withApplication:@"GitNub"];
0
-
0
- [path release];
0
- [pool drain];
0
- return 0;
0
-}
...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
...
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
0
@@ -1,223 +1 @@
0
-// !$*UTF8*$!
0
-{
0
- archiveVersion = 1;
0
- classes = {
0
- };
0
- objectVersion = 44;
0
- objects = {
0
-
0
-/* Begin PBXBuildFile section */
0
- 8DD76F9A0486AA7600D96B5E /* nub.m in Sources */ = {isa = PBXBuildFile; fileRef = 08FB7796FE84155DC02AAC07 /* nub.m */; settings = {ATTRIBUTES = (); }; };
0
- 8DD76F9C0486AA7600D96B5E /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 08FB779EFE84155DC02AAC07 /* Foundation.framework */; };
0
- 8DD76F9F0486AA7600D96B5E /* nub.1 in CopyFiles */ = {isa = PBXBuildFile; fileRef = C6859EA3029092ED04C91782 /* nub.1 */; };
0
- DA2B05160D8897590018BF34 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DA2B05150D8897590018BF34 /* Cocoa.framework */; };
0
-/* End PBXBuildFile section */
0
-
0
-/* Begin PBXCopyFilesBuildPhase section */
0
- 8DD76F9E0486AA7600D96B5E /* CopyFiles */ = {
0
- isa = PBXCopyFilesBuildPhase;
0
- buildActionMask = 8;
0
- dstPath = /usr/share/man/man1/;
0
- dstSubfolderSpec = 0;
0
- files = (
0
- 8DD76F9F0486AA7600D96B5E /* nub.1 in CopyFiles */,
0
- );
0
- runOnlyForDeploymentPostprocessing = 1;
0
- };
0
-/* End PBXCopyFilesBuildPhase section */
0
-
0
-/* Begin PBXFileReference section */
0
- 08FB7796FE84155DC02AAC07 /* nub.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = nub.m; sourceTree = "<group>"; };
0
- 08FB779EFE84155DC02AAC07 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = /System/Library/Frameworks/Foundation.framework; sourceTree = "<absolute>"; };
0
- 32A70AAB03705E1F00C91783 /* nub_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = nub_Prefix.pch; sourceTree = "<group>"; };
0
- 8DD76FA10486AA7600D96B5E /* nub */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = nub; sourceTree = BUILT_PRODUCTS_DIR; };
0
- C6859EA3029092ED04C91782 /* nub.1 */ = {isa = PBXFileReference; lastKnownFileType = text.man; path = nub.1; sourceTree = "<group>"; };
0
- DA2B05150D8897590018BF34 /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = /System/Library/Frameworks/Cocoa.framework; sourceTree = "<absolute>"; };
0
-/* End PBXFileReference section */
0
-
0
-/* Begin PBXFrameworksBuildPhase section */
0
- 8DD76F9B0486AA7600D96B5E /* Frameworks */ = {
0
- isa = PBXFrameworksBuildPhase;
0
- buildActionMask = 2147483647;
0
- files = (
0
- 8DD76F9C0486AA7600D96B5E /* Foundation.framework in Frameworks */,
0
- DA2B05160D8897590018BF34 /* Cocoa.framework in Frameworks */,
0
- );
0
- runOnlyForDeploymentPostprocessing = 0;
0
- };
0
-/* End PBXFrameworksBuildPhase section */
0
-
0
-/* Begin PBXGroup section */
0
- 08FB7794FE84155DC02AAC07 /* nub */ = {
0
- isa = PBXGroup;
0
- children = (
0
- 08FB7795FE84155DC02AAC07 /* Source */,
0
- C6859EA2029092E104C91782 /* Documentation */,
0
- 08FB779DFE84155DC02AAC07 /* External Frameworks and Libraries */,
0
- 1AB674ADFE9D54B511CA2CBB /* Products */,
0
- );
0
- name = nub;
0
- sourceTree = "<group>";
0
- };
0
- 08FB7795FE84155DC02AAC07 /* Source */ = {
0
- isa = PBXGroup;
0
- children = (
0
- 32A70AAB03705E1F00C91783 /* nub_Prefix.pch */,
0
- 08FB7796FE84155DC02AAC07 /* nub.m */,
0
- );
0
- name = Source;
0
- sourceTree = "<group>";
0
- };
0
- 08FB779DFE84155DC02AAC07 /* External Frameworks and Libraries */ = {
0
- isa = PBXGroup;
0
- children = (
0
- DA2B05150D8897590018BF34 /* Cocoa.framework */,
0
- 08FB779EFE84155DC02AAC07 /* Foundation.framework */,
0
- );
0
- name = "External Frameworks and Libraries";
0
- sourceTree = "<group>";
0
- };
0
- 1AB674ADFE9D54B511CA2CBB /* Products */ = {
0
- isa = PBXGroup;
0
- children = (
0
- 8DD76FA10486AA7600D96B5E /* nub */,
0
- );
0
- name = Products;
0
- sourceTree = "<group>";
0
- };
0
- C6859EA2029092E104C91782 /* Documentation */ = {
0
- isa = PBXGroup;
0
- children = (
0
- C6859EA3029092ED04C91782 /* nub.1 */,
0
- );
0
- name = Documentation;
0
- sourceTree = "<group>";
0
- };
0
-/* End PBXGroup section */
0
-
0
-/* Begin PBXNativeTarget section */
0
- 8DD76F960486AA7600D96B5E /* nub */ = {
0
- isa = PBXNativeTarget;
0
- buildConfigurationList = 1DEB927408733DD40010E9CD /* Build configuration list for PBXNativeTarget "nub" */;
0
- buildPhases = (
0
- 8DD76F990486AA7600D96B5E /* Sources */,
0
- 8DD76F9B0486AA7600D96B5E /* Frameworks */,
0
- 8DD76F9E0486AA7600D96B5E /* CopyFiles */,
0
- );
0
- buildRules = (
0
- );
0
- dependencies = (
0
- );
0
- name = nub;
0
- productInstallPath = "$(HOME)/bin";
0
- productName = nub;
0
- productReference = 8DD76FA10486AA7600D96B5E /* nub */;
0
- productType = "com.apple.product-type.tool";
0
- };
0
-/* End PBXNativeTarget section */
0
-
0
-/* Begin PBXProject section */
0
- 08FB7793FE84155DC02AAC07 /* Project object */ = {
0
- isa = PBXProject;
0
- buildConfigurationList = 1DEB927808733DD40010E9CD /* Build configuration list for PBXProject "nub" */;
0
- compatibilityVersion = "Xcode 3.0";
0
- hasScannedForEncodings = 1;
0
- mainGroup = 08FB7794FE84155DC02AAC07 /* nub */;
0
- projectDirPath = "";
0
- projectRoot = "";
0
- targets = (
0
- 8DD76F960486AA7600D96B5E /* nub */,
0
- );
0
- };
0
-/* End PBXProject section */
0
-
0
-/* Begin PBXSourcesBuildPhase section */
0
- 8DD76F990486AA7600D96B5E /* Sources */ = {
0
- isa = PBXSourcesBuildPhase;
0
- buildActionMask = 2147483647;
0
- files = (
0
- 8DD76F9A0486AA7600D96B5E /* nub.m in Sources */,
0
- );
0
- runOnlyForDeploymentPostprocessing = 0;
0
- };
0
-/* End PBXSourcesBuildPhase section */
0
-
0
-/* Begin XCBuildConfiguration section */
0
- 1DEB927508733DD40010E9CD /* Debug */ = {
0
- isa = XCBuildConfiguration;
0
- buildSettings = {
0
- COPY_PHASE_STRIP = NO;
0
- GCC_DYNAMIC_NO_PIC = NO;
0
- GCC_ENABLE_FIX_AND_CONTINUE = YES;
0
- GCC_MODEL_TUNING = G5;
0
- GCC_OPTIMIZATION_LEVEL = 0;
0
- GCC_PRECOMPILE_PREFIX_HEADER = YES;
0
- GCC_PREFIX_HEADER = nub_Prefix.pch;
0
- INSTALL_PATH = /usr/local/bin;
0
- PRODUCT_NAME = nub;
0
- ZERO_LINK = YES;
0
- };
0
- name = Debug;
0
- };
0
- 1DEB927608733DD40010E9CD /* Release */ = {
0
- isa = XCBuildConfiguration;
0
- buildSettings = {
0
- DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
0
- GCC_MODEL_TUNING = G5;
0
- GCC_PRECOMPILE_PREFIX_HEADER = YES;
0
- GCC_PREFIX_HEADER = nub_Prefix.pch;
0
- INSTALL_PATH = /usr/local/bin;
0
- PRODUCT_NAME = nub;
0
- };
0
- name = Release;
0
- };
0
- 1DEB927908733DD40010E9CD /* Debug */ = {
0
- isa = XCBuildConfiguration;
0
- buildSettings = {
0
- GCC_WARN_ABOUT_RETURN_TYPE = YES;
0
- GCC_WARN_UNUSED_VARIABLE = YES;
0
- PREBINDING = NO;
0
- SDKROOT = "$(DEVELOPER_SDK_DIR)/MacOSX10.5.sdk";
0
- };
0
- name = Debug;
0
- };
0
- 1DEB927A08733DD40010E9CD /* Release */ = {
0
- isa = XCBuildConfiguration;
0
- buildSettings = {
0
- ARCHS = (
0
- ppc,
0
- i386,
0
- );
0
- GCC_WARN_ABOUT_RETURN_TYPE = YES;
0
- GCC_WARN_UNUSED_VARIABLE = YES;
0
- PREBINDING = NO;
0
- SDKROOT = "$(DEVELOPER_SDK_DIR)/MacOSX10.5.sdk";
0
- };
0
- name = Release;
0
- };
0
-/* End XCBuildConfiguration section */
0
-
0
-/* Begin XCConfigurationList section */
0
- 1DEB927408733DD40010E9CD /* Build configuration list for PBXNativeTarget "nub" */ = {
0
- isa = XCConfigurationList;
0
- buildConfigurations = (
0
- 1DEB927508733DD40010E9CD /* Debug */,
0
- 1DEB927608733DD40010E9CD /* Release */,
0
- );
0
- defaultConfigurationIsVisible = 0;
0
- defaultConfigurationName = Release;
0
- };
0
- 1DEB927808733DD40010E9CD /* Build configuration list for PBXProject "nub" */ = {
0
- isa = XCConfigurationList;
0
- buildConfigurations = (
0
- 1DEB927908733DD40010E9CD /* Debug */,
0
- 1DEB927A08733DD40010E9CD /* Release */,
0
- );
0
- defaultConfigurationIsVisible = 0;
0
- defaultConfigurationName = Release;
0
- };
0
-/* End XCConfigurationList section */
0
- };
0
- rootObject = 08FB7793FE84155DC02AAC07 /* Project object */;
0
-}
...
1
2
3
4
5
6
7
...
 
 
 
 
 
 
 
0
@@ -1,8 +1 @@
0
-//
0
-// Prefix header for all source files of the 'nub' target in the 'nub' project.
0
-//
0
-
0
-#ifdef __OBJC__
0
- #import <Foundation/Foundation.h>
0
-#endif

Comments

    No one has commented yet.