Adding a gradient NSView subclass to draw the pretty gradient
[printdrop.git] / PrintDrop.xcodeproj / project.pbxproj
1 // !$*UTF8*$!
2 {
3 archiveVersion = 1;
4 classes = {
5 };
6 objectVersion = 44;
7 objects = {
8
9 /* Begin PBXBuildFile section */
10 1E1624F30D736C500067F3B4 /* GradientBack.m in Sources */ = {isa = PBXBuildFile; fileRef = 1E1624F20D736C500067F3B4 /* GradientBack.m */; };
11 8D11072A0486CEB800E47090 /* MainMenu.nib in Resources */ = {isa = PBXBuildFile; fileRef = 29B97318FDCFA39411CA2CEA /* MainMenu.nib */; };
12 8D11072B0486CEB800E47090 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 089C165CFE840E0CC02AAC07 /* InfoPlist.strings */; };
13 8D11072D0486CEB800E47090 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 29B97316FDCFA39411CA2CEA /* main.m */; settings = {ATTRIBUTES = (); }; };
14 8D11072F0486CEB800E47090 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */; };
15 /* End PBXBuildFile section */
16
17 /* Begin PBXFileReference section */
18 089C165DFE840E0CC02AAC07 /* English */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = English; path = English.lproj/InfoPlist.strings; sourceTree = "<group>"; };
19 1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = /System/Library/Frameworks/Cocoa.framework; sourceTree = "<absolute>"; };
20 13E42FB307B3F0F600E4EEF1 /* CoreData.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreData.framework; path = /System/Library/Frameworks/CoreData.framework; sourceTree = "<absolute>"; };
21 1E1624F10D736C500067F3B4 /* GradientBack.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = GradientBack.h; path = Source/GradientBack.h; sourceTree = "<group>"; };
22 1E1624F20D736C500067F3B4 /* GradientBack.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = GradientBack.m; path = Source/GradientBack.m; sourceTree = "<group>"; };
23 29B97316FDCFA39411CA2CEA /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
24 29B97319FDCFA39411CA2CEA /* English */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = English; path = English.lproj/MainMenu.nib; sourceTree = "<group>"; };
25 29B97324FDCFA39411CA2CEA /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = /System/Library/Frameworks/AppKit.framework; sourceTree = "<absolute>"; };
26 29B97325FDCFA39411CA2CEA /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = /System/Library/Frameworks/Foundation.framework; sourceTree = "<absolute>"; };
27 32CA4F630368D1EE00C91783 /* PrintDrop_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PrintDrop_Prefix.pch; sourceTree = "<group>"; };
28 8D1107310486CEB800E47090 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
29 8D1107320486CEB800E47090 /* PrintDrop.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = PrintDrop.app; sourceTree = BUILT_PRODUCTS_DIR; };
30 /* End PBXFileReference section */
31
32 /* Begin PBXFrameworksBuildPhase section */
33 8D11072E0486CEB800E47090 /* Frameworks */ = {
34 isa = PBXFrameworksBuildPhase;
35 buildActionMask = 2147483647;
36 files = (
37 8D11072F0486CEB800E47090 /* Cocoa.framework in Frameworks */,
38 );
39 runOnlyForDeploymentPostprocessing = 0;
40 };
41 /* End PBXFrameworksBuildPhase section */
42
43 /* Begin PBXGroup section */
44 080E96DDFE201D6D7F000001 /* Classes */ = {
45 isa = PBXGroup;
46 children = (
47 1E1624F10D736C500067F3B4 /* GradientBack.h */,
48 1E1624F20D736C500067F3B4 /* GradientBack.m */,
49 );
50 name = Classes;
51 sourceTree = "<group>";
52 };
53 1058C7A0FEA54F0111CA2CBB /* Linked Frameworks */ = {
54 isa = PBXGroup;
55 children = (
56 1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */,
57 );
58 name = "Linked Frameworks";
59 sourceTree = "<group>";
60 };
61 1058C7A2FEA54F0111CA2CBB /* Other Frameworks */ = {
62 isa = PBXGroup;
63 children = (
64 29B97324FDCFA39411CA2CEA /* AppKit.framework */,
65 13E42FB307B3F0F600E4EEF1 /* CoreData.framework */,
66 29B97325FDCFA39411CA2CEA /* Foundation.framework */,
67 );
68 name = "Other Frameworks";
69 sourceTree = "<group>";
70 };
71 19C28FACFE9D520D11CA2CBB /* Products */ = {
72 isa = PBXGroup;
73 children = (
74 8D1107320486CEB800E47090 /* PrintDrop.app */,
75 );
76 name = Products;
77 sourceTree = "<group>";
78 };
79 29B97314FDCFA39411CA2CEA /* PrintDrop */ = {
80 isa = PBXGroup;
81 children = (
82 080E96DDFE201D6D7F000001 /* Classes */,
83 29B97315FDCFA39411CA2CEA /* Other Sources */,
84 29B97317FDCFA39411CA2CEA /* Resources */,
85 29B97323FDCFA39411CA2CEA /* Frameworks */,
86 19C28FACFE9D520D11CA2CBB /* Products */,
87 );
88 name = PrintDrop;
89 sourceTree = "<group>";
90 };
91 29B97315FDCFA39411CA2CEA /* Other Sources */ = {
92 isa = PBXGroup;
93 children = (
94 32CA4F630368D1EE00C91783 /* PrintDrop_Prefix.pch */,
95 29B97316FDCFA39411CA2CEA /* main.m */,
96 );
97 name = "Other Sources";
98 sourceTree = "<group>";
99 };
100 29B97317FDCFA39411CA2CEA /* Resources */ = {
101 isa = PBXGroup;
102 children = (
103 8D1107310486CEB800E47090 /* Info.plist */,
104 089C165CFE840E0CC02AAC07 /* InfoPlist.strings */,
105 29B97318FDCFA39411CA2CEA /* MainMenu.nib */,
106 );
107 name = Resources;
108 sourceTree = "<group>";
109 };
110 29B97323FDCFA39411CA2CEA /* Frameworks */ = {
111 isa = PBXGroup;
112 children = (
113 1058C7A0FEA54F0111CA2CBB /* Linked Frameworks */,
114 1058C7A2FEA54F0111CA2CBB /* Other Frameworks */,
115 );
116 name = Frameworks;
117 sourceTree = "<group>";
118 };
119 /* End PBXGroup section */
120
121 /* Begin PBXNativeTarget section */
122 8D1107260486CEB800E47090 /* PrintDrop */ = {
123 isa = PBXNativeTarget;
124 buildConfigurationList = C01FCF4A08A954540054247B /* Build configuration list for PBXNativeTarget "PrintDrop" */;
125 buildPhases = (
126 8D1107290486CEB800E47090 /* Resources */,
127 8D11072C0486CEB800E47090 /* Sources */,
128 8D11072E0486CEB800E47090 /* Frameworks */,
129 );
130 buildRules = (
131 );
132 dependencies = (
133 );
134 name = PrintDrop;
135 productInstallPath = "$(HOME)/Applications";
136 productName = PrintDrop;
137 productReference = 8D1107320486CEB800E47090 /* PrintDrop.app */;
138 productType = "com.apple.product-type.application";
139 };
140 /* End PBXNativeTarget section */
141
142 /* Begin PBXProject section */
143 29B97313FDCFA39411CA2CEA /* Project object */ = {
144 isa = PBXProject;
145 buildConfigurationList = C01FCF4E08A954540054247B /* Build configuration list for PBXProject "PrintDrop" */;
146 compatibilityVersion = "Xcode 3.0";
147 hasScannedForEncodings = 1;
148 mainGroup = 29B97314FDCFA39411CA2CEA /* PrintDrop */;
149 projectDirPath = "";
150 projectRoot = "";
151 targets = (
152 8D1107260486CEB800E47090 /* PrintDrop */,
153 );
154 };
155 /* End PBXProject section */
156
157 /* Begin PBXResourcesBuildPhase section */
158 8D1107290486CEB800E47090 /* Resources */ = {
159 isa = PBXResourcesBuildPhase;
160 buildActionMask = 2147483647;
161 files = (
162 8D11072A0486CEB800E47090 /* MainMenu.nib in Resources */,
163 8D11072B0486CEB800E47090 /* InfoPlist.strings in Resources */,
164 );
165 runOnlyForDeploymentPostprocessing = 0;
166 };
167 /* End PBXResourcesBuildPhase section */
168
169 /* Begin PBXSourcesBuildPhase section */
170 8D11072C0486CEB800E47090 /* Sources */ = {
171 isa = PBXSourcesBuildPhase;
172 buildActionMask = 2147483647;
173 files = (
174 8D11072D0486CEB800E47090 /* main.m in Sources */,
175 1E1624F30D736C500067F3B4 /* GradientBack.m in Sources */,
176 );
177 runOnlyForDeploymentPostprocessing = 0;
178 };
179 /* End PBXSourcesBuildPhase section */
180
181 /* Begin PBXVariantGroup section */
182 089C165CFE840E0CC02AAC07 /* InfoPlist.strings */ = {
183 isa = PBXVariantGroup;
184 children = (
185 089C165DFE840E0CC02AAC07 /* English */,
186 );
187 name = InfoPlist.strings;
188 sourceTree = "<group>";
189 };
190 29B97318FDCFA39411CA2CEA /* MainMenu.nib */ = {
191 isa = PBXVariantGroup;
192 children = (
193 29B97319FDCFA39411CA2CEA /* English */,
194 );
195 name = MainMenu.nib;
196 sourceTree = "<group>";
197 };
198 /* End PBXVariantGroup section */
199
200 /* Begin XCBuildConfiguration section */
201 C01FCF4B08A954540054247B /* Debug */ = {
202 isa = XCBuildConfiguration;
203 buildSettings = {
204 COPY_PHASE_STRIP = NO;
205 GCC_DYNAMIC_NO_PIC = NO;
206 GCC_ENABLE_FIX_AND_CONTINUE = YES;
207 GCC_MODEL_TUNING = G5;
208 GCC_OPTIMIZATION_LEVEL = 0;
209 GCC_PRECOMPILE_PREFIX_HEADER = YES;
210 GCC_PREFIX_HEADER = PrintDrop_Prefix.pch;
211 INFOPLIST_FILE = Info.plist;
212 INSTALL_PATH = "$(HOME)/Applications";
213 PRODUCT_NAME = PrintDrop;
214 WRAPPER_EXTENSION = app;
215 ZERO_LINK = YES;
216 };
217 name = Debug;
218 };
219 C01FCF4C08A954540054247B /* Release */ = {
220 isa = XCBuildConfiguration;
221 buildSettings = {
222 DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
223 GCC_MODEL_TUNING = G5;
224 GCC_PRECOMPILE_PREFIX_HEADER = YES;
225 GCC_PREFIX_HEADER = PrintDrop_Prefix.pch;
226 INFOPLIST_FILE = Info.plist;
227 INSTALL_PATH = "$(HOME)/Applications";
228 PRODUCT_NAME = PrintDrop;
229 WRAPPER_EXTENSION = app;
230 };
231 name = Release;
232 };
233 C01FCF4F08A954540054247B /* Debug */ = {
234 isa = XCBuildConfiguration;
235 buildSettings = {
236 GCC_WARN_ABOUT_RETURN_TYPE = YES;
237 GCC_WARN_UNUSED_VARIABLE = YES;
238 PREBINDING = NO;
239 SDKROOT = "$(DEVELOPER_SDK_DIR)/MacOSX10.5.sdk";
240 };
241 name = Debug;
242 };
243 C01FCF5008A954540054247B /* Release */ = {
244 isa = XCBuildConfiguration;
245 buildSettings = {
246 ARCHS = (
247 ppc,
248 i386,
249 );
250 GCC_WARN_ABOUT_RETURN_TYPE = YES;
251 GCC_WARN_UNUSED_VARIABLE = YES;
252 PREBINDING = NO;
253 SDKROOT = "$(DEVELOPER_SDK_DIR)/MacOSX10.5.sdk";
254 };
255 name = Release;
256 };
257 /* End XCBuildConfiguration section */
258
259 /* Begin XCConfigurationList section */
260 C01FCF4A08A954540054247B /* Build configuration list for PBXNativeTarget "PrintDrop" */ = {
261 isa = XCConfigurationList;
262 buildConfigurations = (
263 C01FCF4B08A954540054247B /* Debug */,
264 C01FCF4C08A954540054247B /* Release */,
265 );
266 defaultConfigurationIsVisible = 0;
267 defaultConfigurationName = Release;
268 };
269 C01FCF4E08A954540054247B /* Build configuration list for PBXProject "PrintDrop" */ = {
270 isa = XCConfigurationList;
271 buildConfigurations = (
272 C01FCF4F08A954540054247B /* Debug */,
273 C01FCF5008A954540054247B /* Release */,
274 );
275 defaultConfigurationIsVisible = 0;
276 defaultConfigurationName = Release;
277 };
278 /* End XCConfigurationList section */
279 };
280 rootObject = 29B97313FDCFA39411CA2CEA /* Project object */;
281 }