Instead of using NSGradient, just use a PNG image so we can make ourselves 10.4
[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 /* GradientBackView.m in Sources */ = {isa = PBXBuildFile; fileRef = 1E1624F20D736C500067F3B4 /* GradientBackView.m */; };
11 1E1625410D736EF20067F3B4 /* DraggableImageView.m in Sources */ = {isa = PBXBuildFile; fileRef = 1E1625400D736EF20067F3B4 /* DraggableImageView.m */; };
12 1E1626560D7388110067F3B4 /* AppController.m in Sources */ = {isa = PBXBuildFile; fileRef = 1E1626550D7388110067F3B4 /* AppController.m */; };
13 1EE1E1D90D744BB8002999AD /* libssh2.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 1EE1E1D80D744BB8002999AD /* libssh2.a */; };
14 1EE1E3E50D7482E7002999AD /* gradient.png in Resources */ = {isa = PBXBuildFile; fileRef = 1EE1E3E30D7482E7002999AD /* gradient.png */; };
15 8D11072A0486CEB800E47090 /* MainMenu.nib in Resources */ = {isa = PBXBuildFile; fileRef = 29B97318FDCFA39411CA2CEA /* MainMenu.nib */; };
16 8D11072B0486CEB800E47090 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 089C165CFE840E0CC02AAC07 /* InfoPlist.strings */; };
17 8D11072D0486CEB800E47090 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 29B97316FDCFA39411CA2CEA /* main.m */; settings = {ATTRIBUTES = (); }; };
18 8D11072F0486CEB800E47090 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */; };
19 /* End PBXBuildFile section */
20
21 /* Begin PBXFileReference section */
22 089C165DFE840E0CC02AAC07 /* English */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = English; path = English.lproj/InfoPlist.strings; sourceTree = "<group>"; };
23 1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = /System/Library/Frameworks/Cocoa.framework; sourceTree = "<absolute>"; };
24 13E42FB307B3F0F600E4EEF1 /* CoreData.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreData.framework; path = /System/Library/Frameworks/CoreData.framework; sourceTree = "<absolute>"; };
25 1E1624F10D736C500067F3B4 /* GradientBackView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = GradientBackView.h; path = Source/GradientBackView.h; sourceTree = "<group>"; };
26 1E1624F20D736C500067F3B4 /* GradientBackView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = GradientBackView.m; path = Source/GradientBackView.m; sourceTree = "<group>"; };
27 1E16253F0D736EF20067F3B4 /* DraggableImageView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = DraggableImageView.h; path = Source/DraggableImageView.h; sourceTree = "<group>"; };
28 1E1625400D736EF20067F3B4 /* DraggableImageView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = DraggableImageView.m; path = Source/DraggableImageView.m; sourceTree = "<group>"; };
29 1E1626540D7388110067F3B4 /* AppController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AppController.h; path = Source/AppController.h; sourceTree = "<group>"; };
30 1E1626550D7388110067F3B4 /* AppController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AppController.m; path = Source/AppController.m; sourceTree = "<group>"; };
31 1EE1E1D80D744BB8002999AD /* libssh2.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libssh2.a; path = libssh2/lib/libssh2.a; sourceTree = "<group>"; };
32 1EE1E3E40D7482E7002999AD /* English */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = English; path = English.lproj/gradient.png; sourceTree = "<group>"; };
33 29B97316FDCFA39411CA2CEA /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
34 29B97319FDCFA39411CA2CEA /* English */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = English; path = English.lproj/MainMenu.nib; sourceTree = "<group>"; };
35 29B97324FDCFA39411CA2CEA /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = /System/Library/Frameworks/AppKit.framework; sourceTree = "<absolute>"; };
36 29B97325FDCFA39411CA2CEA /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = /System/Library/Frameworks/Foundation.framework; sourceTree = "<absolute>"; };
37 32CA4F630368D1EE00C91783 /* PrintDrop_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PrintDrop_Prefix.pch; sourceTree = "<group>"; };
38 8D1107310486CEB800E47090 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
39 8D1107320486CEB800E47090 /* PrintDrop.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = PrintDrop.app; sourceTree = BUILT_PRODUCTS_DIR; };
40 /* End PBXFileReference section */
41
42 /* Begin PBXFrameworksBuildPhase section */
43 8D11072E0486CEB800E47090 /* Frameworks */ = {
44 isa = PBXFrameworksBuildPhase;
45 buildActionMask = 2147483647;
46 files = (
47 8D11072F0486CEB800E47090 /* Cocoa.framework in Frameworks */,
48 1EE1E1D90D744BB8002999AD /* libssh2.a in Frameworks */,
49 );
50 runOnlyForDeploymentPostprocessing = 0;
51 };
52 /* End PBXFrameworksBuildPhase section */
53
54 /* Begin PBXGroup section */
55 080E96DDFE201D6D7F000001 /* Classes */ = {
56 isa = PBXGroup;
57 children = (
58 1E1624F10D736C500067F3B4 /* GradientBackView.h */,
59 1E1624F20D736C500067F3B4 /* GradientBackView.m */,
60 1E16253F0D736EF20067F3B4 /* DraggableImageView.h */,
61 1E1625400D736EF20067F3B4 /* DraggableImageView.m */,
62 1E1626540D7388110067F3B4 /* AppController.h */,
63 1E1626550D7388110067F3B4 /* AppController.m */,
64 );
65 name = Classes;
66 sourceTree = "<group>";
67 };
68 1058C7A0FEA54F0111CA2CBB /* Linked Frameworks */ = {
69 isa = PBXGroup;
70 children = (
71 1EE1E1D80D744BB8002999AD /* libssh2.a */,
72 1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */,
73 );
74 name = "Linked Frameworks";
75 sourceTree = "<group>";
76 };
77 1058C7A2FEA54F0111CA2CBB /* Other Frameworks */ = {
78 isa = PBXGroup;
79 children = (
80 29B97324FDCFA39411CA2CEA /* AppKit.framework */,
81 13E42FB307B3F0F600E4EEF1 /* CoreData.framework */,
82 29B97325FDCFA39411CA2CEA /* Foundation.framework */,
83 );
84 name = "Other Frameworks";
85 sourceTree = "<group>";
86 };
87 19C28FACFE9D520D11CA2CBB /* Products */ = {
88 isa = PBXGroup;
89 children = (
90 8D1107320486CEB800E47090 /* PrintDrop.app */,
91 );
92 name = Products;
93 sourceTree = "<group>";
94 };
95 29B97314FDCFA39411CA2CEA /* PrintDrop */ = {
96 isa = PBXGroup;
97 children = (
98 080E96DDFE201D6D7F000001 /* Classes */,
99 29B97315FDCFA39411CA2CEA /* Other Sources */,
100 29B97317FDCFA39411CA2CEA /* Resources */,
101 29B97323FDCFA39411CA2CEA /* Frameworks */,
102 19C28FACFE9D520D11CA2CBB /* Products */,
103 );
104 name = PrintDrop;
105 sourceTree = "<group>";
106 };
107 29B97315FDCFA39411CA2CEA /* Other Sources */ = {
108 isa = PBXGroup;
109 children = (
110 32CA4F630368D1EE00C91783 /* PrintDrop_Prefix.pch */,
111 29B97316FDCFA39411CA2CEA /* main.m */,
112 );
113 name = "Other Sources";
114 sourceTree = "<group>";
115 };
116 29B97317FDCFA39411CA2CEA /* Resources */ = {
117 isa = PBXGroup;
118 children = (
119 1EE1E3E30D7482E7002999AD /* gradient.png */,
120 8D1107310486CEB800E47090 /* Info.plist */,
121 089C165CFE840E0CC02AAC07 /* InfoPlist.strings */,
122 29B97318FDCFA39411CA2CEA /* MainMenu.nib */,
123 );
124 name = Resources;
125 sourceTree = "<group>";
126 };
127 29B97323FDCFA39411CA2CEA /* Frameworks */ = {
128 isa = PBXGroup;
129 children = (
130 1058C7A0FEA54F0111CA2CBB /* Linked Frameworks */,
131 1058C7A2FEA54F0111CA2CBB /* Other Frameworks */,
132 );
133 name = Frameworks;
134 sourceTree = "<group>";
135 };
136 /* End PBXGroup section */
137
138 /* Begin PBXNativeTarget section */
139 8D1107260486CEB800E47090 /* PrintDrop */ = {
140 isa = PBXNativeTarget;
141 buildConfigurationList = C01FCF4A08A954540054247B /* Build configuration list for PBXNativeTarget "PrintDrop" */;
142 buildPhases = (
143 8D1107290486CEB800E47090 /* Resources */,
144 8D11072C0486CEB800E47090 /* Sources */,
145 8D11072E0486CEB800E47090 /* Frameworks */,
146 );
147 buildRules = (
148 );
149 dependencies = (
150 );
151 name = PrintDrop;
152 productInstallPath = "$(HOME)/Applications";
153 productName = PrintDrop;
154 productReference = 8D1107320486CEB800E47090 /* PrintDrop.app */;
155 productType = "com.apple.product-type.application";
156 };
157 /* End PBXNativeTarget section */
158
159 /* Begin PBXProject section */
160 29B97313FDCFA39411CA2CEA /* Project object */ = {
161 isa = PBXProject;
162 buildConfigurationList = C01FCF4E08A954540054247B /* Build configuration list for PBXProject "PrintDrop" */;
163 compatibilityVersion = "Xcode 3.0";
164 hasScannedForEncodings = 1;
165 mainGroup = 29B97314FDCFA39411CA2CEA /* PrintDrop */;
166 projectDirPath = "";
167 projectRoot = "";
168 targets = (
169 8D1107260486CEB800E47090 /* PrintDrop */,
170 );
171 };
172 /* End PBXProject section */
173
174 /* Begin PBXResourcesBuildPhase section */
175 8D1107290486CEB800E47090 /* Resources */ = {
176 isa = PBXResourcesBuildPhase;
177 buildActionMask = 2147483647;
178 files = (
179 8D11072A0486CEB800E47090 /* MainMenu.nib in Resources */,
180 8D11072B0486CEB800E47090 /* InfoPlist.strings in Resources */,
181 1EE1E3E50D7482E7002999AD /* gradient.png in Resources */,
182 );
183 runOnlyForDeploymentPostprocessing = 0;
184 };
185 /* End PBXResourcesBuildPhase section */
186
187 /* Begin PBXSourcesBuildPhase section */
188 8D11072C0486CEB800E47090 /* Sources */ = {
189 isa = PBXSourcesBuildPhase;
190 buildActionMask = 2147483647;
191 files = (
192 8D11072D0486CEB800E47090 /* main.m in Sources */,
193 1E1624F30D736C500067F3B4 /* GradientBackView.m in Sources */,
194 1E1625410D736EF20067F3B4 /* DraggableImageView.m in Sources */,
195 1E1626560D7388110067F3B4 /* AppController.m in Sources */,
196 );
197 runOnlyForDeploymentPostprocessing = 0;
198 };
199 /* End PBXSourcesBuildPhase section */
200
201 /* Begin PBXVariantGroup section */
202 089C165CFE840E0CC02AAC07 /* InfoPlist.strings */ = {
203 isa = PBXVariantGroup;
204 children = (
205 089C165DFE840E0CC02AAC07 /* English */,
206 );
207 name = InfoPlist.strings;
208 sourceTree = "<group>";
209 };
210 1EE1E3E30D7482E7002999AD /* gradient.png */ = {
211 isa = PBXVariantGroup;
212 children = (
213 1EE1E3E40D7482E7002999AD /* English */,
214 );
215 name = gradient.png;
216 sourceTree = "<group>";
217 };
218 29B97318FDCFA39411CA2CEA /* MainMenu.nib */ = {
219 isa = PBXVariantGroup;
220 children = (
221 29B97319FDCFA39411CA2CEA /* English */,
222 );
223 name = MainMenu.nib;
224 sourceTree = "<group>";
225 };
226 /* End PBXVariantGroup section */
227
228 /* Begin XCBuildConfiguration section */
229 C01FCF4B08A954540054247B /* Debug */ = {
230 isa = XCBuildConfiguration;
231 buildSettings = {
232 COPY_PHASE_STRIP = NO;
233 GCC_DYNAMIC_NO_PIC = NO;
234 GCC_ENABLE_FIX_AND_CONTINUE = YES;
235 GCC_MODEL_TUNING = G5;
236 GCC_OPTIMIZATION_LEVEL = 0;
237 GCC_PRECOMPILE_PREFIX_HEADER = YES;
238 GCC_PREFIX_HEADER = PrintDrop_Prefix.pch;
239 HEADER_SEARCH_PATHS = "\"$(SRCROOT)/libssh2/include\"";
240 INFOPLIST_FILE = Info.plist;
241 INSTALL_PATH = "$(HOME)/Applications";
242 LIBRARY_SEARCH_PATHS = (
243 "$(inherited)",
244 "\"$(SRCROOT)/libssh2/lib\"",
245 );
246 OTHER_LDFLAGS = (
247 "-undefined",
248 suppress,
249 "-force_flat_namespace",
250 );
251 PRODUCT_NAME = PrintDrop;
252 WRAPPER_EXTENSION = app;
253 ZERO_LINK = YES;
254 };
255 name = Debug;
256 };
257 C01FCF4C08A954540054247B /* Release */ = {
258 isa = XCBuildConfiguration;
259 buildSettings = {
260 DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
261 GCC_MODEL_TUNING = G5;
262 GCC_PRECOMPILE_PREFIX_HEADER = YES;
263 GCC_PREFIX_HEADER = PrintDrop_Prefix.pch;
264 HEADER_SEARCH_PATHS = "\"$(SRCROOT)/libssh2/include\"";
265 INFOPLIST_FILE = Info.plist;
266 INSTALL_PATH = "$(HOME)/Applications";
267 LIBRARY_SEARCH_PATHS = (
268 "$(inherited)",
269 "\"$(SRCROOT)/libssh2/lib\"",
270 );
271 OTHER_LDFLAGS = (
272 "-undefined",
273 suppress,
274 "-force_flat_namespace",
275 );
276 PRODUCT_NAME = PrintDrop;
277 WRAPPER_EXTENSION = app;
278 };
279 name = Release;
280 };
281 C01FCF4F08A954540054247B /* Debug */ = {
282 isa = XCBuildConfiguration;
283 buildSettings = {
284 GCC_WARN_ABOUT_RETURN_TYPE = YES;
285 GCC_WARN_UNUSED_VARIABLE = YES;
286 PREBINDING = NO;
287 SDKROOT = "$(DEVELOPER_SDK_DIR)/MacOSX10.5.sdk";
288 };
289 name = Debug;
290 };
291 C01FCF5008A954540054247B /* Release */ = {
292 isa = XCBuildConfiguration;
293 buildSettings = {
294 ARCHS = (
295 ppc,
296 i386,
297 );
298 GCC_WARN_ABOUT_RETURN_TYPE = YES;
299 GCC_WARN_UNUSED_VARIABLE = YES;
300 PREBINDING = NO;
301 SDKROOT = "$(DEVELOPER_SDK_DIR)/MacOSX10.5.sdk";
302 };
303 name = Release;
304 };
305 /* End XCBuildConfiguration section */
306
307 /* Begin XCConfigurationList section */
308 C01FCF4A08A954540054247B /* Build configuration list for PBXNativeTarget "PrintDrop" */ = {
309 isa = XCConfigurationList;
310 buildConfigurations = (
311 C01FCF4B08A954540054247B /* Debug */,
312 C01FCF4C08A954540054247B /* Release */,
313 );
314 defaultConfigurationIsVisible = 0;
315 defaultConfigurationName = Release;
316 };
317 C01FCF4E08A954540054247B /* Build configuration list for PBXProject "PrintDrop" */ = {
318 isa = XCConfigurationList;
319 buildConfigurations = (
320 C01FCF4F08A954540054247B /* Debug */,
321 C01FCF5008A954540054247B /* Release */,
322 );
323 defaultConfigurationIsVisible = 0;
324 defaultConfigurationName = Release;
325 };
326 /* End XCConfigurationList section */
327 };
328 rootObject = 29B97313FDCFA39411CA2CEA /* Project object */;
329 }