Welcome to mirror list, hosted at ThFree Co, Russian Federation.

project.pbxproj « mapshot.xcodeproj « mapshot « xcode - github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c91aca539b144b3be751b2e1ada3f10ec00c955d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
// !$*UTF8*$!
{
	archiveVersion = 1;
	classes = {
	};
	objectVersion = 46;
	objects = {

/* Begin PBXBuildFile section */
		346B76D11DC1ED0B00C7C87E /* libpartners_api.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 346B76D01DC1ED0B00C7C87E /* libpartners_api.a */; };
		346B76D31DC1ED3A00C7C87E /* libeditor.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 346B76D21DC1ED3A00C7C87E /* libeditor.a */; };
		346B76D51DC1ED4D00C7C87E /* libpugixml.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 346B76D41DC1ED4D00C7C87E /* libpugixml.a */; };
		346B76D71DC1ED5D00C7C87E /* liboauthcpp.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 346B76D61DC1ED5D00C7C87E /* liboauthcpp.a */; };
		346B76D91DC1ED7A00C7C87E /* libtracking.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 346B76D81DC1ED7A00C7C87E /* libtracking.a */; };
		453FEE221F35E87B005C1BB4 /* libsoftware_renderer.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 453FEE211F35E87B005C1BB4 /* libsoftware_renderer.a */; };
		453FEE241F35E8C1005C1BB4 /* libagg.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 453FEE231F35E8C1005C1BB4 /* libagg.a */; };
		675D213D1BFB717400717E4F /* mapshot.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 675D213C1BFB717400717E4F /* mapshot.cpp */; };
		675D21411BFB76B000717E4F /* libbase.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 675D213E1BFB76B000717E4F /* libbase.a */; };
		675D21431BFB76B000717E4F /* libmap.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 675D21401BFB76B000717E4F /* libmap.a */; };
		675D21551BFB779A00717E4F /* libalohalitics.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 675D21441BFB779A00717E4F /* libalohalitics.a */; };
		675D21561BFB779A00717E4F /* libcoding.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 675D21451BFB779A00717E4F /* libcoding.a */; };
		675D21571BFB779A00717E4F /* libdrape_frontend.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 675D21461BFB779A00717E4F /* libdrape_frontend.a */; };
		675D21581BFB779A00717E4F /* libdrape.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 675D21471BFB779A00717E4F /* libdrape.a */; };
		675D21591BFB779A00717E4F /* libexpat.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 675D21481BFB779A00717E4F /* libexpat.a */; };
		675D215A1BFB779A00717E4F /* libfreetype.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 675D21491BFB779A00717E4F /* libfreetype.a */; };
		675D215C1BFB779A00717E4F /* libindexer.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 675D214B1BFB779A00717E4F /* libindexer.a */; };
		675D215D1BFB779A00717E4F /* libjansson.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 675D214C1BFB779A00717E4F /* libjansson.a */; };
		675D215E1BFB779A00717E4F /* libosrm.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 675D214D1BFB779A00717E4F /* libosrm.a */; };
		675D215F1BFB779A00717E4F /* libplatform.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 675D214E1BFB779A00717E4F /* libplatform.a */; };
		675D21601BFB779A00717E4F /* libprotobuf.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 675D214F1BFB779A00717E4F /* libprotobuf.a */; };
		675D21611BFB779A00717E4F /* librouting.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 675D21501BFB779A00717E4F /* librouting.a */; };
		675D21621BFB779A00717E4F /* libsearch.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 675D21511BFB779A00717E4F /* libsearch.a */; };
		675D21631BFB779A00717E4F /* libstorage.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 675D21521BFB779A00717E4F /* libstorage.a */; };
		675D21641BFB779A00717E4F /* libsuccinct.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 675D21531BFB779A00717E4F /* libsuccinct.a */; };
		675D21721BFB827B00717E4F /* CoreLocation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 675D21711BFB827B00717E4F /* CoreLocation.framework */; };
		675D21741BFB828200717E4F /* OpenGL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 675D21731BFB828200717E4F /* OpenGL.framework */; };
		675D21761BFB828900717E4F /* CoreFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 675D21751BFB828900717E4F /* CoreFoundation.framework */; };
		675D21781BFB829000717E4F /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 675D21771BFB829000717E4F /* Cocoa.framework */; };
		675D217D1BFB84BA00717E4F /* libapi.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 675D21791BFB84BA00717E4F /* libapi.a */; };
		675D217E1BFB84BA00717E4F /* libgeometry.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 675D217A1BFB84BA00717E4F /* libgeometry.a */; };
		675D217F1BFB84BA00717E4F /* libminizip.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 675D217B1BFB84BA00717E4F /* libminizip.a */; };
		675D21801BFB84BA00717E4F /* libopening_hours.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 675D217C1BFB84BA00717E4F /* libopening_hours.a */; };
		675D21821BFB85E800717E4F /* libz.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = 675D21811BFB85E800717E4F /* libz.tbd */; };
		675D21841BFB86F400717E4F /* IOKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 675D21831BFB86F400717E4F /* IOKit.framework */; };
		675D21C91BFB8F7C00717E4F /* libsdf_image.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 675D21C71BFB8F7C00717E4F /* libsdf_image.a */; };
		675D21CA1BFB8F7C00717E4F /* libstb_image.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 675D21C81BFB8F7C00717E4F /* libstb_image.a */; };
		675D21CF1BFDDF9300717E4F /* libgflags.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 675D21CE1BFDDF9300717E4F /* libgflags.a */; };
/* End PBXBuildFile section */

/* Begin PBXCopyFilesBuildPhase section */
		675D212F1BFB6F3D00717E4F /* CopyFiles */ = {
			isa = PBXCopyFilesBuildPhase;
			buildActionMask = 2147483647;
			dstPath = /usr/share/man/man1/;
			dstSubfolderSpec = 0;
			files = (
			);
			runOnlyForDeploymentPostprocessing = 1;
		};
/* End PBXCopyFilesBuildPhase section */

/* Begin PBXFileReference section */
		346B76D01DC1ED0B00C7C87E /* libpartners_api.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libpartners_api.a; path = "../../../omim-build/xcode/Debug/libpartners_api.a"; sourceTree = "<group>"; };
		346B76D21DC1ED3A00C7C87E /* libeditor.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libeditor.a; path = "../../../omim-build/xcode/Debug/libeditor.a"; sourceTree = "<group>"; };
		346B76D41DC1ED4D00C7C87E /* libpugixml.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libpugixml.a; path = "../../../omim-build/xcode/Debug/libpugixml.a"; sourceTree = "<group>"; };
		346B76D61DC1ED5D00C7C87E /* liboauthcpp.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = liboauthcpp.a; path = "../../../omim-build/xcode/Debug/liboauthcpp.a"; sourceTree = "<group>"; };
		346B76D81DC1ED7A00C7C87E /* libtracking.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libtracking.a; path = "../../../omim-build/xcode/Debug/libtracking.a"; sourceTree = "<group>"; };
		3475E0DF1DBF57AC004C7E69 /* common-debug.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; name = "common-debug.xcconfig"; path = "../common-debug.xcconfig"; sourceTree = "<group>"; };
		3475E0E01DBF57AC004C7E69 /* common-release.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; name = "common-release.xcconfig"; path = "../common-release.xcconfig"; sourceTree = "<group>"; };
		453FEE211F35E87B005C1BB4 /* libsoftware_renderer.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libsoftware_renderer.a; path = ../software_renderer/build/Debug/libsoftware_renderer.a; sourceTree = "<group>"; };
		453FEE231F35E8C1005C1BB4 /* libagg.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libagg.a; path = ../agg/build/Release/libagg.a; sourceTree = "<group>"; };
		675D21311BFB6F3D00717E4F /* mapshot */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = mapshot; sourceTree = BUILT_PRODUCTS_DIR; };
		675D213C1BFB717400717E4F /* mapshot.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = mapshot.cpp; sourceTree = "<group>"; };
		675D213E1BFB76B000717E4F /* libbase.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libbase.a; path = "../../../omim-xcode-build/Debug/libbase.a"; sourceTree = "<group>"; };
		675D21401BFB76B000717E4F /* libmap.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libmap.a; path = "../../../omim-xcode-build/Debug/libmap.a"; sourceTree = "<group>"; };
		675D21441BFB779A00717E4F /* libalohalitics.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libalohalitics.a; path = "../../../omim-xcode-build/Debug/libalohalitics.a"; sourceTree = "<group>"; };
		675D21451BFB779A00717E4F /* libcoding.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libcoding.a; path = "../../../omim-xcode-build/Debug/libcoding.a"; sourceTree = "<group>"; };
		675D21461BFB779A00717E4F /* libdrape_frontend.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libdrape_frontend.a; path = "../../../omim-xcode-build/Debug/libdrape_frontend.a"; sourceTree = "<group>"; };
		675D21471BFB779A00717E4F /* libdrape.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libdrape.a; path = "../../../omim-xcode-build/Debug/libdrape.a"; sourceTree = "<group>"; };
		675D21481BFB779A00717E4F /* libexpat.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libexpat.a; path = "../../../omim-xcode-build/Debug/libexpat.a"; sourceTree = "<group>"; };
		675D21491BFB779A00717E4F /* libfreetype.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libfreetype.a; path = "../../../omim-xcode-build/Debug/libfreetype.a"; sourceTree = "<group>"; };
		675D214B1BFB779A00717E4F /* libindexer.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libindexer.a; path = "../../../omim-xcode-build/Debug/libindexer.a"; sourceTree = "<group>"; };
		675D214C1BFB779A00717E4F /* libjansson.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libjansson.a; path = "../../../omim-xcode-build/Debug/libjansson.a"; sourceTree = "<group>"; };
		675D214D1BFB779A00717E4F /* libosrm.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libosrm.a; path = "../../../omim-xcode-build/Debug/libosrm.a"; sourceTree = "<group>"; };
		675D214E1BFB779A00717E4F /* libplatform.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libplatform.a; path = "../../../omim-xcode-build/Debug/libplatform.a"; sourceTree = "<group>"; };
		675D214F1BFB779A00717E4F /* libprotobuf.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libprotobuf.a; path = "../../../omim-xcode-build/Debug/libprotobuf.a"; sourceTree = "<group>"; };
		675D21501BFB779A00717E4F /* librouting.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = librouting.a; path = "../../../omim-xcode-build/Debug/librouting.a"; sourceTree = "<group>"; };
		675D21511BFB779A00717E4F /* libsearch.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libsearch.a; path = "../../../omim-xcode-build/Debug/libsearch.a"; sourceTree = "<group>"; };
		675D21521BFB779A00717E4F /* libstorage.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libstorage.a; path = "../../../omim-xcode-build/Debug/libstorage.a"; sourceTree = "<group>"; };
		675D21531BFB779A00717E4F /* libsuccinct.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libsuccinct.a; path = "../../../omim-xcode-build/Debug/libsuccinct.a"; sourceTree = "<group>"; };
		675D21711BFB827B00717E4F /* CoreLocation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreLocation.framework; path = System/Library/Frameworks/CoreLocation.framework; sourceTree = SDKROOT; };
		675D21731BFB828200717E4F /* OpenGL.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenGL.framework; path = System/Library/Frameworks/OpenGL.framework; sourceTree = SDKROOT; };
		675D21751BFB828900717E4F /* CoreFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreFoundation.framework; path = System/Library/Frameworks/CoreFoundation.framework; sourceTree = SDKROOT; };
		675D21771BFB829000717E4F /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = System/Library/Frameworks/Cocoa.framework; sourceTree = SDKROOT; };
		675D21791BFB84BA00717E4F /* libapi.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libapi.a; path = "../../../omim-xcode-build/Debug/libapi.a"; sourceTree = "<group>"; };
		675D217A1BFB84BA00717E4F /* libgeometry.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libgeometry.a; path = "../../../omim-xcode-build/Debug/libgeometry.a"; sourceTree = "<group>"; };
		675D217B1BFB84BA00717E4F /* libminizip.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libminizip.a; path = "../../../omim-xcode-build/Debug/libminizip.a"; sourceTree = "<group>"; };
		675D217C1BFB84BA00717E4F /* libopening_hours.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libopening_hours.a; path = "../../../omim-xcode-build/Debug/libopening_hours.a"; sourceTree = "<group>"; };
		675D21811BFB85E800717E4F /* libz.tbd */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = libz.tbd; path = usr/lib/libz.tbd; sourceTree = SDKROOT; };
		675D21831BFB86F400717E4F /* IOKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = IOKit.framework; path = System/Library/Frameworks/IOKit.framework; sourceTree = SDKROOT; };
		675D21C71BFB8F7C00717E4F /* libsdf_image.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libsdf_image.a; path = "../../../omim-xcode-build/Debug/libsdf_image.a"; sourceTree = "<group>"; };
		675D21C81BFB8F7C00717E4F /* libstb_image.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libstb_image.a; path = "../../../omim-xcode-build/Debug/libstb_image.a"; sourceTree = "<group>"; };
		675D21CE1BFDDF9300717E4F /* libgflags.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libgflags.a; path = "../../../omim-xcode-build/Debug/libgflags.a"; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
		675D212E1BFB6F3D00717E4F /* Frameworks */ = {
			isa = PBXFrameworksBuildPhase;
			buildActionMask = 2147483647;
			files = (
				453FEE241F35E8C1005C1BB4 /* libagg.a in Frameworks */,
				453FEE221F35E87B005C1BB4 /* libsoftware_renderer.a in Frameworks */,
				346B76D91DC1ED7A00C7C87E /* libtracking.a in Frameworks */,
				346B76D71DC1ED5D00C7C87E /* liboauthcpp.a in Frameworks */,
				346B76D51DC1ED4D00C7C87E /* libpugixml.a in Frameworks */,
				346B76D31DC1ED3A00C7C87E /* libeditor.a in Frameworks */,
				346B76D11DC1ED0B00C7C87E /* libpartners_api.a in Frameworks */,
				675D21CF1BFDDF9300717E4F /* libgflags.a in Frameworks */,
				675D21C91BFB8F7C00717E4F /* libsdf_image.a in Frameworks */,
				675D21CA1BFB8F7C00717E4F /* libstb_image.a in Frameworks */,
				675D21841BFB86F400717E4F /* IOKit.framework in Frameworks */,
				675D21821BFB85E800717E4F /* libz.tbd in Frameworks */,
				675D217D1BFB84BA00717E4F /* libapi.a in Frameworks */,
				675D217E1BFB84BA00717E4F /* libgeometry.a in Frameworks */,
				675D217F1BFB84BA00717E4F /* libminizip.a in Frameworks */,
				675D21801BFB84BA00717E4F /* libopening_hours.a in Frameworks */,
				675D21781BFB829000717E4F /* Cocoa.framework in Frameworks */,
				675D21761BFB828900717E4F /* CoreFoundation.framework in Frameworks */,
				675D21741BFB828200717E4F /* OpenGL.framework in Frameworks */,
				675D21721BFB827B00717E4F /* CoreLocation.framework in Frameworks */,
				675D21551BFB779A00717E4F /* libalohalitics.a in Frameworks */,
				675D21561BFB779A00717E4F /* libcoding.a in Frameworks */,
				675D21571BFB779A00717E4F /* libdrape_frontend.a in Frameworks */,
				675D21581BFB779A00717E4F /* libdrape.a in Frameworks */,
				675D21591BFB779A00717E4F /* libexpat.a in Frameworks */,
				675D215A1BFB779A00717E4F /* libfreetype.a in Frameworks */,
				675D215C1BFB779A00717E4F /* libindexer.a in Frameworks */,
				675D215D1BFB779A00717E4F /* libjansson.a in Frameworks */,
				675D215E1BFB779A00717E4F /* libosrm.a in Frameworks */,
				675D215F1BFB779A00717E4F /* libplatform.a in Frameworks */,
				675D21601BFB779A00717E4F /* libprotobuf.a in Frameworks */,
				675D21611BFB779A00717E4F /* librouting.a in Frameworks */,
				675D21621BFB779A00717E4F /* libsearch.a in Frameworks */,
				675D21631BFB779A00717E4F /* libstorage.a in Frameworks */,
				675D21641BFB779A00717E4F /* libsuccinct.a in Frameworks */,
				675D21411BFB76B000717E4F /* libbase.a in Frameworks */,
				675D21431BFB76B000717E4F /* libmap.a in Frameworks */,
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
		346B76CF1DC1ED0B00C7C87E /* Frameworks */ = {
			isa = PBXGroup;
			children = (
				453FEE231F35E8C1005C1BB4 /* libagg.a */,
				453FEE211F35E87B005C1BB4 /* libsoftware_renderer.a */,
				346B76D81DC1ED7A00C7C87E /* libtracking.a */,
				346B76D61DC1ED5D00C7C87E /* liboauthcpp.a */,
				346B76D41DC1ED4D00C7C87E /* libpugixml.a */,
				346B76D21DC1ED3A00C7C87E /* libeditor.a */,
				346B76D01DC1ED0B00C7C87E /* libpartners_api.a */,
			);
			name = Frameworks;
			sourceTree = "<group>";
		};
		675D21281BFB6F3D00717E4F = {
			isa = PBXGroup;
			children = (
				3475E0DF1DBF57AC004C7E69 /* common-debug.xcconfig */,
				3475E0E01DBF57AC004C7E69 /* common-release.xcconfig */,
				675D21CD1BFB90AD00717E4F /* Libs */,
				675D21331BFB6F3D00717E4F /* mapshot */,
				675D21321BFB6F3D00717E4F /* Products */,
				346B76CF1DC1ED0B00C7C87E /* Frameworks */,
			);
			sourceTree = "<group>";
		};
		675D21321BFB6F3D00717E4F /* Products */ = {
			isa = PBXGroup;
			children = (
				675D21311BFB6F3D00717E4F /* mapshot */,
			);
			name = Products;
			sourceTree = "<group>";
		};
		675D21331BFB6F3D00717E4F /* mapshot */ = {
			isa = PBXGroup;
			children = (
				675D213C1BFB717400717E4F /* mapshot.cpp */,
			);
			name = mapshot;
			path = ../../mapshot;
			sourceTree = "<group>";
		};
		675D21CD1BFB90AD00717E4F /* Libs */ = {
			isa = PBXGroup;
			children = (
				675D21CE1BFDDF9300717E4F /* libgflags.a */,
				675D21C71BFB8F7C00717E4F /* libsdf_image.a */,
				675D21C81BFB8F7C00717E4F /* libstb_image.a */,
				675D21831BFB86F400717E4F /* IOKit.framework */,
				675D21811BFB85E800717E4F /* libz.tbd */,
				675D21791BFB84BA00717E4F /* libapi.a */,
				675D217A1BFB84BA00717E4F /* libgeometry.a */,
				675D217B1BFB84BA00717E4F /* libminizip.a */,
				675D217C1BFB84BA00717E4F /* libopening_hours.a */,
				675D21771BFB829000717E4F /* Cocoa.framework */,
				675D21751BFB828900717E4F /* CoreFoundation.framework */,
				675D21731BFB828200717E4F /* OpenGL.framework */,
				675D21711BFB827B00717E4F /* CoreLocation.framework */,
				675D21441BFB779A00717E4F /* libalohalitics.a */,
				675D21451BFB779A00717E4F /* libcoding.a */,
				675D21461BFB779A00717E4F /* libdrape_frontend.a */,
				675D21471BFB779A00717E4F /* libdrape.a */,
				675D21481BFB779A00717E4F /* libexpat.a */,
				675D21491BFB779A00717E4F /* libfreetype.a */,
				675D214B1BFB779A00717E4F /* libindexer.a */,
				675D214C1BFB779A00717E4F /* libjansson.a */,
				675D214D1BFB779A00717E4F /* libosrm.a */,
				675D214E1BFB779A00717E4F /* libplatform.a */,
				675D214F1BFB779A00717E4F /* libprotobuf.a */,
				675D21501BFB779A00717E4F /* librouting.a */,
				675D21511BFB779A00717E4F /* libsearch.a */,
				675D21521BFB779A00717E4F /* libstorage.a */,
				675D21531BFB779A00717E4F /* libsuccinct.a */,
				675D213E1BFB76B000717E4F /* libbase.a */,
				675D21401BFB76B000717E4F /* libmap.a */,
			);
			name = Libs;
			sourceTree = "<group>";
		};
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
		675D21301BFB6F3D00717E4F /* mapshot */ = {
			isa = PBXNativeTarget;
			buildConfigurationList = 675D21381BFB6F3D00717E4F /* Build configuration list for PBXNativeTarget "mapshot" */;
			buildPhases = (
				675D212D1BFB6F3D00717E4F /* Sources */,
				675D212E1BFB6F3D00717E4F /* Frameworks */,
				675D212F1BFB6F3D00717E4F /* CopyFiles */,
			);
			buildRules = (
			);
			dependencies = (
			);
			name = mapshot;
			productName = mapshot;
			productReference = 675D21311BFB6F3D00717E4F /* mapshot */;
			productType = "com.apple.product-type.tool";
		};
/* End PBXNativeTarget section */

/* Begin PBXProject section */
		675D21291BFB6F3D00717E4F /* Project object */ = {
			isa = PBXProject;
			attributes = {
				LastUpgradeCheck = 0710;
				ORGANIZATIONNAME = maps.me;
				TargetAttributes = {
					675D21301BFB6F3D00717E4F = {
						CreatedOnToolsVersion = 7.1.1;
					};
				};
			};
			buildConfigurationList = 675D212C1BFB6F3D00717E4F /* Build configuration list for PBXProject "mapshot" */;
			compatibilityVersion = "Xcode 3.2";
			developmentRegion = English;
			hasScannedForEncodings = 0;
			knownRegions = (
				en,
			);
			mainGroup = 675D21281BFB6F3D00717E4F;
			productRefGroup = 675D21321BFB6F3D00717E4F /* Products */;
			projectDirPath = "";
			projectRoot = "";
			targets = (
				675D21301BFB6F3D00717E4F /* mapshot */,
			);
		};
/* End PBXProject section */

/* Begin PBXSourcesBuildPhase section */
		675D212D1BFB6F3D00717E4F /* Sources */ = {
			isa = PBXSourcesBuildPhase;
			buildActionMask = 2147483647;
			files = (
				675D213D1BFB717400717E4F /* mapshot.cpp in Sources */,
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
/* End PBXSourcesBuildPhase section */

/* Begin XCBuildConfiguration section */
		675D21361BFB6F3D00717E4F /* Debug */ = {
			isa = XCBuildConfiguration;
			baseConfigurationReference = 3475E0DF1DBF57AC004C7E69 /* common-debug.xcconfig */;
			buildSettings = {
				HEADER_SEARCH_PATHS = (
					"$(inherited)",
					"$(OMIM_ROOT)/3party/glm",
					"$(OMIM_ROOT)/3party/gflags/src/",
				);
			};
			name = Debug;
		};
		675D21371BFB6F3D00717E4F /* Release */ = {
			isa = XCBuildConfiguration;
			baseConfigurationReference = 3475E0E01DBF57AC004C7E69 /* common-release.xcconfig */;
			buildSettings = {
				HEADER_SEARCH_PATHS = (
					"$(inherited)",
					"$(OMIM_ROOT)/3party/glm",
					"$(OMIM_ROOT)/3party/gflags/src/",
				);
			};
			name = Release;
		};
		675D21391BFB6F3D00717E4F /* Debug */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
				PRODUCT_NAME = "$(TARGET_NAME)";
			};
			name = Debug;
		};
		675D213A1BFB6F3D00717E4F /* Release */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
				PRODUCT_NAME = "$(TARGET_NAME)";
			};
			name = Release;
		};
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
		675D212C1BFB6F3D00717E4F /* Build configuration list for PBXProject "mapshot" */ = {
			isa = XCConfigurationList;
			buildConfigurations = (
				675D21361BFB6F3D00717E4F /* Debug */,
				675D21371BFB6F3D00717E4F /* Release */,
			);
			defaultConfigurationIsVisible = 0;
			defaultConfigurationName = Release;
		};
		675D21381BFB6F3D00717E4F /* Build configuration list for PBXNativeTarget "mapshot" */ = {
			isa = XCConfigurationList;
			buildConfigurations = (
				675D21391BFB6F3D00717E4F /* Debug */,
				675D213A1BFB6F3D00717E4F /* Release */,
			);
			defaultConfigurationIsVisible = 0;
			defaultConfigurationName = Release;
		};
/* End XCConfigurationList section */
	};
	rootObject = 675D21291BFB6F3D00717E4F /* Project object */;
}