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