1 | // !$*UTF8*$!
|
---|
2 | {
|
---|
3 | archiveVersion = 1;
|
---|
4 | classes = {
|
---|
5 | };
|
---|
6 | objectVersion = 46;
|
---|
7 | objects = {
|
---|
8 |
|
---|
9 | /* Begin PBXBuildFile section */
|
---|
10 | 2D1CB6F008CE246100BAE1AD /* ptlobos.tif in Resources */ = {isa = PBXBuildFile; fileRef = 2D1CB6EF08CE246100BAE1AD /* ptlobos.tif */; };
|
---|
11 | 2DB13831070E1EE100B1FDD2 /* MyAppController.m in Sources */ = {isa = PBXBuildFile; fileRef = 2DB1382F070E1EE100B1FDD2 /* MyAppController.m */; };
|
---|
12 | 2DB13834070E1F1400B1FDD2 /* MyView.m in Sources */ = {isa = PBXBuildFile; fileRef = 2DB13833070E1F1400B1FDD2 /* MyView.m */; };
|
---|
13 | 2DC32DB6080703400062A441 /* AppDrawing.c in Sources */ = {isa = PBXBuildFile; fileRef = 2DC32D96080703400062A441 /* AppDrawing.c */; };
|
---|
14 | 8D11072A0486CEB800E47090 /* MainMenu.nib in Resources */ = {isa = PBXBuildFile; fileRef = 29B97318FDCFA39411CA2CEA /* MainMenu.nib */; };
|
---|
15 | 8D11072B0486CEB800E47090 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 089C165CFE840E0CC02AAC07 /* InfoPlist.strings */; };
|
---|
16 | 8D11072D0486CEB800E47090 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 29B97316FDCFA39411CA2CEA /* main.m */; settings = {ATTRIBUTES = (); }; };
|
---|
17 | 8D11072F0486CEB800E47090 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */; };
|
---|
18 | /* End PBXBuildFile section */
|
---|
19 |
|
---|
20 | /* Begin PBXFileReference section */
|
---|
21 | 089C165DFE840E0CC02AAC07 /* English */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = English; path = English.lproj/InfoPlist.strings; sourceTree = "<group>"; };
|
---|
22 | 1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = /System/Library/Frameworks/Cocoa.framework; sourceTree = "<absolute>"; };
|
---|
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 | 2D1CB6EF08CE246100BAE1AD /* ptlobos.tif */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; name = ptlobos.tif; path = ../GraphicsFiles/ptlobos.tif; sourceTree = "<group>"; };
|
---|
26 | 2DB1382F070E1EE100B1FDD2 /* MyAppController.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; path = MyAppController.m; sourceTree = "<group>"; };
|
---|
27 | 2DB13830070E1EE100B1FDD2 /* MyAppController.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = MyAppController.h; sourceTree = "<group>"; };
|
---|
28 | 2DB13832070E1F1400B1FDD2 /* MyView.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = MyView.h; sourceTree = "<group>"; };
|
---|
29 | 2DB13833070E1F1400B1FDD2 /* MyView.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; path = MyView.m; sourceTree = "<group>"; };
|
---|
30 | 2DB1385B070E26D200B1FDD2 /* UIHandling.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = UIHandling.h; sourceTree = "<group>"; };
|
---|
31 | 2DC32D96080703400062A441 /* AppDrawing.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = AppDrawing.c; sourceTree = "<group>"; };
|
---|
32 | 2DC32D97080703400062A441 /* AppDrawing.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = AppDrawing.h; sourceTree = "<group>"; };
|
---|
33 | 32CA4F630368D1EE00C91783 /* BasicDrawing.cocoa_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BasicDrawing.cocoa_Prefix.pch; sourceTree = "<group>"; };
|
---|
34 | 8D1107310486CEB800E47090 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist; path = Info.plist; sourceTree = "<group>"; };
|
---|
35 | 8D1107320486CEB800E47090 /* Quartz2DBasics.Cocoa.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Quartz2DBasics.Cocoa.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 | 2DB13830070E1EE100B1FDD2 /* MyAppController.h */,
|
---|
54 | 2DB1382F070E1EE100B1FDD2 /* MyAppController.m */,
|
---|
55 | 2DB13832070E1F1400B1FDD2 /* MyView.h */,
|
---|
56 | 2DB13833070E1F1400B1FDD2 /* MyView.m */,
|
---|
57 | );
|
---|
58 | name = Classes;
|
---|
59 | sourceTree = "<group>";
|
---|
60 | };
|
---|
61 | 19C28FACFE9D520D11CA2CBB /* Products */ = {
|
---|
62 | isa = PBXGroup;
|
---|
63 | children = (
|
---|
64 | 8D1107320486CEB800E47090 /* Quartz2DBasics.Cocoa.app */,
|
---|
65 | );
|
---|
66 | name = Products;
|
---|
67 | sourceTree = "<group>";
|
---|
68 | };
|
---|
69 | 29B97314FDCFA39411CA2CEA /* BasicDrawing.cocoa */ = {
|
---|
70 | isa = PBXGroup;
|
---|
71 | children = (
|
---|
72 | 2DC32D95080703400062A441 /* CommonCode */,
|
---|
73 | 080E96DDFE201D6D7F000001 /* Classes */,
|
---|
74 | 29B97315FDCFA39411CA2CEA /* CocoaSpecific */,
|
---|
75 | 29B97317FDCFA39411CA2CEA /* Resources */,
|
---|
76 | 29B97323FDCFA39411CA2CEA /* Frameworks */,
|
---|
77 | 19C28FACFE9D520D11CA2CBB /* Products */,
|
---|
78 | );
|
---|
79 | name = BasicDrawing.cocoa;
|
---|
80 | sourceTree = "<group>";
|
---|
81 | };
|
---|
82 | 29B97315FDCFA39411CA2CEA /* CocoaSpecific */ = {
|
---|
83 | isa = PBXGroup;
|
---|
84 | children = (
|
---|
85 | 29B97316FDCFA39411CA2CEA /* main.m */,
|
---|
86 | 2DB1385B070E26D200B1FDD2 /* UIHandling.h */,
|
---|
87 | 32CA4F630368D1EE00C91783 /* BasicDrawing.cocoa_Prefix.pch */,
|
---|
88 | );
|
---|
89 | name = CocoaSpecific;
|
---|
90 | sourceTree = "<group>";
|
---|
91 | };
|
---|
92 | 29B97317FDCFA39411CA2CEA /* Resources */ = {
|
---|
93 | isa = PBXGroup;
|
---|
94 | children = (
|
---|
95 | 2D1CB6EF08CE246100BAE1AD /* ptlobos.tif */,
|
---|
96 | 8D1107310486CEB800E47090 /* Info.plist */,
|
---|
97 | 089C165CFE840E0CC02AAC07 /* InfoPlist.strings */,
|
---|
98 | 29B97318FDCFA39411CA2CEA /* MainMenu.nib */,
|
---|
99 | );
|
---|
100 | name = Resources;
|
---|
101 | sourceTree = "<group>";
|
---|
102 | };
|
---|
103 | 29B97323FDCFA39411CA2CEA /* Frameworks */ = {
|
---|
104 | isa = PBXGroup;
|
---|
105 | children = (
|
---|
106 | 1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */,
|
---|
107 | );
|
---|
108 | name = Frameworks;
|
---|
109 | sourceTree = "<group>";
|
---|
110 | };
|
---|
111 | 2DC32D95080703400062A441 /* CommonCode */ = {
|
---|
112 | isa = PBXGroup;
|
---|
113 | children = (
|
---|
114 | 2DC32D96080703400062A441 /* AppDrawing.c */,
|
---|
115 | 2DC32D97080703400062A441 /* AppDrawing.h */,
|
---|
116 | );
|
---|
117 | name = CommonCode;
|
---|
118 | path = ../CommonCode;
|
---|
119 | sourceTree = SOURCE_ROOT;
|
---|
120 | };
|
---|
121 | /* End PBXGroup section */
|
---|
122 |
|
---|
123 | /* Begin PBXNativeTarget section */
|
---|
124 | 8D1107260486CEB800E47090 /* Quartz2DBasics.Cocoa */ = {
|
---|
125 | isa = PBXNativeTarget;
|
---|
126 | buildConfigurationList = 2D4F4E8608E0C8B9002C8F59 /* Build configuration list for PBXNativeTarget "Quartz2DBasics.Cocoa" */;
|
---|
127 | buildPhases = (
|
---|
128 | 8D1107290486CEB800E47090 /* Resources */,
|
---|
129 | 8D11072C0486CEB800E47090 /* Sources */,
|
---|
130 | 8D11072E0486CEB800E47090 /* Frameworks */,
|
---|
131 | );
|
---|
132 | buildRules = (
|
---|
133 | );
|
---|
134 | dependencies = (
|
---|
135 | );
|
---|
136 | name = Quartz2DBasics.Cocoa;
|
---|
137 | productInstallPath = "$(HOME)/Applications";
|
---|
138 | productName = BasicDrawing.cocoa;
|
---|
139 | productReference = 8D1107320486CEB800E47090 /* Quartz2DBasics.Cocoa.app */;
|
---|
140 | productType = "com.apple.product-type.application";
|
---|
141 | };
|
---|
142 | /* End PBXNativeTarget section */
|
---|
143 |
|
---|
144 | /* Begin PBXProject section */
|
---|
145 | 29B97313FDCFA39411CA2CEA /* Project object */ = {
|
---|
146 | isa = PBXProject;
|
---|
147 | attributes = {
|
---|
148 | LastUpgradeCheck = 0460;
|
---|
149 | };
|
---|
150 | buildConfigurationList = 2D4F4E8A08E0C8B9002C8F59 /* Build configuration list for PBXProject "Quartz2DBasics.cocoa" */;
|
---|
151 | compatibilityVersion = "Xcode 3.2";
|
---|
152 | developmentRegion = English;
|
---|
153 | hasScannedForEncodings = 1;
|
---|
154 | knownRegions = (
|
---|
155 | en,
|
---|
156 | );
|
---|
157 | mainGroup = 29B97314FDCFA39411CA2CEA /* BasicDrawing.cocoa */;
|
---|
158 | projectDirPath = "";
|
---|
159 | projectRoot = "";
|
---|
160 | targets = (
|
---|
161 | 8D1107260486CEB800E47090 /* Quartz2DBasics.Cocoa */,
|
---|
162 | );
|
---|
163 | };
|
---|
164 | /* End PBXProject section */
|
---|
165 |
|
---|
166 | /* Begin PBXResourcesBuildPhase section */
|
---|
167 | 8D1107290486CEB800E47090 /* Resources */ = {
|
---|
168 | isa = PBXResourcesBuildPhase;
|
---|
169 | buildActionMask = 2147483647;
|
---|
170 | files = (
|
---|
171 | 8D11072A0486CEB800E47090 /* MainMenu.nib in Resources */,
|
---|
172 | 8D11072B0486CEB800E47090 /* InfoPlist.strings in Resources */,
|
---|
173 | 2D1CB6F008CE246100BAE1AD /* ptlobos.tif 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 | 2DB13831070E1EE100B1FDD2 /* MyAppController.m in Sources */,
|
---|
186 | 2DB13834070E1F1400B1FDD2 /* MyView.m in Sources */,
|
---|
187 | 2DC32DB6080703400062A441 /* AppDrawing.c 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 | 2D4F4E8708E0C8B9002C8F59 /* Development */ = {
|
---|
214 | isa = XCBuildConfiguration;
|
---|
215 | buildSettings = {
|
---|
216 | COMBINE_HIDPI_IMAGES = YES;
|
---|
217 | COPY_PHASE_STRIP = NO;
|
---|
218 | GCC_DYNAMIC_NO_PIC = NO;
|
---|
219 | GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
|
---|
220 | GCC_OPTIMIZATION_LEVEL = 0;
|
---|
221 | GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
---|
222 | GCC_PREFIX_HEADER = BasicDrawing.cocoa_Prefix.pch;
|
---|
223 | INFOPLIST_FILE = Info.plist;
|
---|
224 | INSTALL_PATH = "$(HOME)/Applications";
|
---|
225 | MACOSX_DEPLOYMENT_TARGET = 10.8;
|
---|
226 | PRODUCT_NAME = Quartz2DBasics.Cocoa;
|
---|
227 | WRAPPER_EXTENSION = app;
|
---|
228 | ZERO_LINK = NO;
|
---|
229 | };
|
---|
230 | name = Development;
|
---|
231 | };
|
---|
232 | 2D4F4E8808E0C8B9002C8F59 /* Deployment */ = {
|
---|
233 | isa = XCBuildConfiguration;
|
---|
234 | buildSettings = {
|
---|
235 | ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
|
---|
236 | COMBINE_HIDPI_IMAGES = YES;
|
---|
237 | COPY_PHASE_STRIP = YES;
|
---|
238 | GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
|
---|
239 | GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
---|
240 | GCC_PREFIX_HEADER = BasicDrawing.cocoa_Prefix.pch;
|
---|
241 | INFOPLIST_FILE = Info.plist;
|
---|
242 | INSTALL_PATH = "$(HOME)/Applications";
|
---|
243 | MACOSX_DEPLOYMENT_TARGET = 10.8;
|
---|
244 | PRODUCT_NAME = Quartz2DBasics.Cocoa;
|
---|
245 | WRAPPER_EXTENSION = app;
|
---|
246 | ZERO_LINK = NO;
|
---|
247 | };
|
---|
248 | name = Deployment;
|
---|
249 | };
|
---|
250 | 2D4F4E8908E0C8B9002C8F59 /* Default */ = {
|
---|
251 | isa = XCBuildConfiguration;
|
---|
252 | buildSettings = {
|
---|
253 | COMBINE_HIDPI_IMAGES = YES;
|
---|
254 | GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
|
---|
255 | GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
---|
256 | GCC_PREFIX_HEADER = BasicDrawing.cocoa_Prefix.pch;
|
---|
257 | INFOPLIST_FILE = Info.plist;
|
---|
258 | INSTALL_PATH = "$(HOME)/Applications";
|
---|
259 | MACOSX_DEPLOYMENT_TARGET = 10.8;
|
---|
260 | PRODUCT_NAME = Quartz2DBasics.Cocoa;
|
---|
261 | WRAPPER_EXTENSION = app;
|
---|
262 | ZERO_LINK = NO;
|
---|
263 | };
|
---|
264 | name = Default;
|
---|
265 | };
|
---|
266 | 2D4F4E8B08E0C8B9002C8F59 /* Development */ = {
|
---|
267 | isa = XCBuildConfiguration;
|
---|
268 | buildSettings = {
|
---|
269 | SDKROOT = "$(DEVELOPER_SDK_DIR)/MacOSX10.4u.sdk";
|
---|
270 | };
|
---|
271 | name = Development;
|
---|
272 | };
|
---|
273 | 2D4F4E8C08E0C8B9002C8F59 /* Deployment */ = {
|
---|
274 | isa = XCBuildConfiguration;
|
---|
275 | buildSettings = {
|
---|
276 | SDKROOT = "$(DEVELOPER_SDK_DIR)/MacOSX10.4u.sdk";
|
---|
277 | };
|
---|
278 | name = Deployment;
|
---|
279 | };
|
---|
280 | 2D4F4E8D08E0C8B9002C8F59 /* Default */ = {
|
---|
281 | isa = XCBuildConfiguration;
|
---|
282 | buildSettings = {
|
---|
283 | SDKROOT = "$(DEVELOPER_SDK_DIR)/MacOSX10.4u.sdk";
|
---|
284 | };
|
---|
285 | name = Default;
|
---|
286 | };
|
---|
287 | /* End XCBuildConfiguration section */
|
---|
288 |
|
---|
289 | /* Begin XCConfigurationList section */
|
---|
290 | 2D4F4E8608E0C8B9002C8F59 /* Build configuration list for PBXNativeTarget "Quartz2DBasics.Cocoa" */ = {
|
---|
291 | isa = XCConfigurationList;
|
---|
292 | buildConfigurations = (
|
---|
293 | 2D4F4E8708E0C8B9002C8F59 /* Development */,
|
---|
294 | 2D4F4E8808E0C8B9002C8F59 /* Deployment */,
|
---|
295 | 2D4F4E8908E0C8B9002C8F59 /* Default */,
|
---|
296 | );
|
---|
297 | defaultConfigurationIsVisible = 0;
|
---|
298 | defaultConfigurationName = Default;
|
---|
299 | };
|
---|
300 | 2D4F4E8A08E0C8B9002C8F59 /* Build configuration list for PBXProject "Quartz2DBasics.cocoa" */ = {
|
---|
301 | isa = XCConfigurationList;
|
---|
302 | buildConfigurations = (
|
---|
303 | 2D4F4E8B08E0C8B9002C8F59 /* Development */,
|
---|
304 | 2D4F4E8C08E0C8B9002C8F59 /* Deployment */,
|
---|
305 | 2D4F4E8D08E0C8B9002C8F59 /* Default */,
|
---|
306 | );
|
---|
307 | defaultConfigurationIsVisible = 0;
|
---|
308 | defaultConfigurationName = Default;
|
---|
309 | };
|
---|
310 | /* End XCConfigurationList section */
|
---|
311 | };
|
---|
312 | rootObject = 29B97313FDCFA39411CA2CEA /* Project object */;
|
---|
313 | }
|
---|