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