Blame view

ios/GameSDKDemo/GameSDKDemo.xcodeproj/project.pbxproj 21.5 KB
bd0fbf81f   赵康   update version 3....
1
2
3
4
5
6
7
8
9
10
11
12
13
14
  // !$*UTF8*$!
  {
  	archiveVersion = 1;
  	classes = {
  	};
  	objectVersion = 46;
  	objects = {
  
  /* Begin PBXBuildFile section */
  		3309D8531C312F5900534E33 /* StoreKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3309D8521C312F5900534E33 /* StoreKit.framework */; };
  		3309D8551C312F6500534E33 /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3309D8541C312F6500534E33 /* QuartzCore.framework */; };
  		3309D9791C438A5E00534E33 /* libz.1.2.5.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = 3309D9781C438A5E00534E33 /* libz.1.2.5.tbd */; };
  		3309D97F1C4394C800534E33 /* VKSdk.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3309D97E1C4394C800534E33 /* VKSdk.framework */; };
  		331262371C50B56800B1B435 /* VKBridge.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 331262361C50B56800B1B435 /* VKBridge.framework */; };
bd0fbf81f   赵康   update version 3....
15
  		3CD53D9D1B81F37900E1B01A /* VKSdkResources.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 3CD53D9C1B81F37900E1B01A /* VKSdkResources.bundle */; };
3956cd494   alexYang   密码修改与重置
16
17
18
  		752A5F421CDC826A00C36131 /* GameSDKResources.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 752A5F411CDC826A00C36131 /* GameSDKResources.bundle */; };
  		752A5F441CDC82C000C36131 /* libsqlite3.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = 752A5F431CDC82C000C36131 /* libsqlite3.tbd */; };
  		752A5F4A1CDC8B3200C36131 /* GameSDK.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 752A5F491CDC8B3200C36131 /* GameSDK.framework */; };
bd0fbf81f   赵康   update version 3....
19
20
21
22
23
24
25
26
27
28
  		9934F1B219303DC6005EF4AB /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 9934F1B119303DC6005EF4AB /* Foundation.framework */; };
  		9934F1B619303DC6005EF4AB /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 9934F1B519303DC6005EF4AB /* UIKit.framework */; };
  		9934F1BE19303DC6005EF4AB /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 9934F1BD19303DC6005EF4AB /* main.m */; };
  		9934F1C219303DC6005EF4AB /* LSGAppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 9934F1C119303DC6005EF4AB /* LSGAppDelegate.m */; };
  		9934F1C419303DC6005EF4AB /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 9934F1C319303DC6005EF4AB /* Images.xcassets */; };
  		9934F23A19307153005EF4AB /* LSGMainViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 9934F23919307153005EF4AB /* LSGMainViewController.m */; };
  		997523281930A42500F50D29 /* CFNetwork.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 997523271930A42500F50D29 /* CFNetwork.framework */; };
  		997523301930A50F00F50D29 /* SystemConfiguration.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 9975232F1930A50F00F50D29 /* SystemConfiguration.framework */; };
  		997523321930A52600F50D29 /* MobileCoreServices.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 997523311930A52600F50D29 /* MobileCoreServices.framework */; };
  /* End PBXBuildFile section */
f1900b258   alexYang   release3.3.8
29
30
31
32
33
34
35
36
37
  /* Begin PBXContainerItemProxy section */
  		75A025DB1D2A56D900D26015 /* PBXContainerItemProxy */ = {
  			isa = PBXContainerItemProxy;
  			containerPortal = 75A025D61D2A56D900D26015 /* GameSDK.xcodeproj */;
  			proxyType = 2;
  			remoteGlobalIDString = 99626194192D9649004FF2E3;
  			remoteInfo = GameSDK;
  		};
  /* End PBXContainerItemProxy section */
bd0fbf81f   赵康   update version 3....
38
39
40
41
42
43
44
45
  /* Begin PBXFileReference section */
  		27019DCA1A208B1500DA560D /* Path.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = Path.xcconfig; sourceTree = "<group>"; };
  		27019DCB1A208B1500DA560D /* Project.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = Project.xcconfig; sourceTree = "<group>"; };
  		3309D8521C312F5900534E33 /* StoreKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = StoreKit.framework; path = /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.1.sdk/System/Library/Frameworks/StoreKit.framework; sourceTree = "<absolute>"; };
  		3309D8541C312F6500534E33 /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.1.sdk/System/Library/Frameworks/QuartzCore.framework; sourceTree = "<absolute>"; };
  		3309D9781C438A5E00534E33 /* libz.1.2.5.tbd */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = libz.1.2.5.tbd; path = usr/lib/libz.1.2.5.tbd; sourceTree = SDKROOT; };
  		3309D97E1C4394C800534E33 /* VKSdk.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = VKSdk.framework; path = letsgameDemo/VKSdk.framework; sourceTree = "<group>"; };
  		331262361C50B56800B1B435 /* VKBridge.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = VKBridge.framework; path = ../VKBridge.framework; sourceTree = "<group>"; };
bd0fbf81f   赵康   update version 3....
46
  		3CD53D9C1B81F37900E1B01A /* VKSdkResources.bundle */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.plug-in"; path = VKSdkResources.bundle; sourceTree = "<group>"; };
3956cd494   alexYang   密码修改与重置
47
48
49
  		752A5F411CDC826A00C36131 /* GameSDKResources.bundle */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.plug-in"; name = GameSDKResources.bundle; path = ../../GameSDKResources.bundle; sourceTree = "<group>"; };
  		752A5F431CDC82C000C36131 /* libsqlite3.tbd */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = libsqlite3.tbd; path = usr/lib/libsqlite3.tbd; sourceTree = SDKROOT; };
  		752A5F491CDC8B3200C36131 /* GameSDK.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = GameSDK.framework; path = ../GameSDK.framework; sourceTree = "<group>"; };
f1900b258   alexYang   release3.3.8
50
  		75A025D61D2A56D900D26015 /* GameSDK.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = GameSDK.xcodeproj; path = ../../../iosgamesdk/GameSDK/GameSDK.xcodeproj; sourceTree = "<group>"; };
bd0fbf81f   赵康   update version 3....
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
  		9934F1AE19303DC6005EF4AB /* GameSDKDemo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = GameSDKDemo.app; sourceTree = BUILT_PRODUCTS_DIR; };
  		9934F1B119303DC6005EF4AB /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
  		9934F1B319303DC6005EF4AB /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
  		9934F1B519303DC6005EF4AB /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
  		9934F1B919303DC6005EF4AB /* letsgameDemo-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "letsgameDemo-Info.plist"; sourceTree = "<group>"; };
  		9934F1BD19303DC6005EF4AB /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
  		9934F1BF19303DC6005EF4AB /* GameSDKDemo-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "GameSDKDemo-Prefix.pch"; sourceTree = "<group>"; };
  		9934F1C019303DC6005EF4AB /* LSGAppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = LSGAppDelegate.h; sourceTree = "<group>"; };
  		9934F1C119303DC6005EF4AB /* LSGAppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = LSGAppDelegate.m; sourceTree = "<group>"; };
  		9934F1C319303DC6005EF4AB /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; };
  		9934F23819307153005EF4AB /* LSGMainViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LSGMainViewController.h; sourceTree = "<group>"; };
  		9934F23919307153005EF4AB /* LSGMainViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LSGMainViewController.m; sourceTree = "<group>"; };
  		997523271930A42500F50D29 /* CFNetwork.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CFNetwork.framework; path = System/Library/Frameworks/CFNetwork.framework; sourceTree = SDKROOT; };
  		9975232F1930A50F00F50D29 /* SystemConfiguration.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SystemConfiguration.framework; path = System/Library/Frameworks/SystemConfiguration.framework; sourceTree = SDKROOT; };
  		997523311930A52600F50D29 /* MobileCoreServices.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = MobileCoreServices.framework; path = System/Library/Frameworks/MobileCoreServices.framework; sourceTree = SDKROOT; };
  /* End PBXFileReference section */
  
  /* Begin PBXFrameworksBuildPhase section */
  		9934F1AB19303DC6005EF4AB /* Frameworks */ = {
  			isa = PBXFrameworksBuildPhase;
  			buildActionMask = 2147483647;
  			files = (
3956cd494   alexYang   密码修改与重置
73
  				752A5F441CDC82C000C36131 /* libsqlite3.tbd in Frameworks */,
bd0fbf81f   赵康   update version 3....
74
75
76
77
  				331262371C50B56800B1B435 /* VKBridge.framework in Frameworks */,
  				3309D9791C438A5E00534E33 /* libz.1.2.5.tbd in Frameworks */,
  				3309D8551C312F6500534E33 /* QuartzCore.framework in Frameworks */,
  				3309D8531C312F5900534E33 /* StoreKit.framework in Frameworks */,
3956cd494   alexYang   密码修改与重置
78
  				752A5F4A1CDC8B3200C36131 /* GameSDK.framework in Frameworks */,
bd0fbf81f   赵康   update version 3....
79
80
81
82
  				997523321930A52600F50D29 /* MobileCoreServices.framework in Frameworks */,
  				997523301930A50F00F50D29 /* SystemConfiguration.framework in Frameworks */,
  				3309D97F1C4394C800534E33 /* VKSdk.framework in Frameworks */,
  				997523281930A42500F50D29 /* CFNetwork.framework in Frameworks */,
bd0fbf81f   赵康   update version 3....
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
  				9934F1B619303DC6005EF4AB /* UIKit.framework in Frameworks */,
  				9934F1B219303DC6005EF4AB /* Foundation.framework in Frameworks */,
  			);
  			runOnlyForDeploymentPostprocessing = 0;
  		};
  /* End PBXFrameworksBuildPhase section */
  
  /* Begin PBXGroup section */
  		27019DC91A208B1500DA560D /* Configuration */ = {
  			isa = PBXGroup;
  			children = (
  				27019DCA1A208B1500DA560D /* Path.xcconfig */,
  				27019DCB1A208B1500DA560D /* Project.xcconfig */,
  			);
  			path = Configuration;
  			sourceTree = "<group>";
  		};
  		27019DCE1A208B2300DA560D /* Dependencies */ = {
  			isa = PBXGroup;
  			children = (
f1900b258   alexYang   release3.3.8
103
  				75A025D61D2A56D900D26015 /* GameSDK.xcodeproj */,
bd0fbf81f   赵康   update version 3....
104
105
106
107
  			);
  			name = Dependencies;
  			sourceTree = "<group>";
  		};
f1900b258   alexYang   release3.3.8
108
109
110
111
112
113
114
115
  		75A025D71D2A56D900D26015 /* Products */ = {
  			isa = PBXGroup;
  			children = (
  				75A025DC1D2A56D900D26015 /* libGameSDK.a */,
  			);
  			name = Products;
  			sourceTree = "<group>";
  		};
bd0fbf81f   赵康   update version 3....
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
  		9934F1A519303DC6005EF4AB = {
  			isa = PBXGroup;
  			children = (
  				27019DC91A208B1500DA560D /* Configuration */,
  				27019DCE1A208B2300DA560D /* Dependencies */,
  				9934F1B719303DC6005EF4AB /* letsgameDemo */,
  				9934F1B019303DC6005EF4AB /* Frameworks */,
  				9934F1AF19303DC6005EF4AB /* Products */,
  			);
  			sourceTree = "<group>";
  		};
  		9934F1AF19303DC6005EF4AB /* Products */ = {
  			isa = PBXGroup;
  			children = (
  				9934F1AE19303DC6005EF4AB /* GameSDKDemo.app */,
  			);
  			name = Products;
  			sourceTree = "<group>";
  		};
  		9934F1B019303DC6005EF4AB /* Frameworks */ = {
  			isa = PBXGroup;
  			children = (
3956cd494   alexYang   密码修改与重置
138
139
  				752A5F491CDC8B3200C36131 /* GameSDK.framework */,
  				752A5F431CDC82C000C36131 /* libsqlite3.tbd */,
bd0fbf81f   赵康   update version 3....
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
  				331262361C50B56800B1B435 /* VKBridge.framework */,
  				3309D97E1C4394C800534E33 /* VKSdk.framework */,
  				3309D9781C438A5E00534E33 /* libz.1.2.5.tbd */,
  				3309D8541C312F6500534E33 /* QuartzCore.framework */,
  				3309D8521C312F5900534E33 /* StoreKit.framework */,
  				997523311930A52600F50D29 /* MobileCoreServices.framework */,
  				9975232F1930A50F00F50D29 /* SystemConfiguration.framework */,
  				997523271930A42500F50D29 /* CFNetwork.framework */,
  				9934F1B119303DC6005EF4AB /* Foundation.framework */,
  				9934F1B319303DC6005EF4AB /* CoreGraphics.framework */,
  				9934F1B519303DC6005EF4AB /* UIKit.framework */,
  			);
  			name = Frameworks;
  			sourceTree = "<group>";
  		};
  		9934F1B719303DC6005EF4AB /* letsgameDemo */ = {
  			isa = PBXGroup;
  			children = (
3956cd494   alexYang   密码修改与重置
158
  				752A5F411CDC826A00C36131 /* GameSDKResources.bundle */,
bd0fbf81f   赵康   update version 3....
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
  				9934F1C319303DC6005EF4AB /* Images.xcassets */,
  				9934F1C019303DC6005EF4AB /* LSGAppDelegate.h */,
  				9934F1C119303DC6005EF4AB /* LSGAppDelegate.m */,
  				9934F23819307153005EF4AB /* LSGMainViewController.h */,
  				9934F23919307153005EF4AB /* LSGMainViewController.m */,
  				9934F1B819303DC6005EF4AB /* Supporting Files */,
  				3CD53D9C1B81F37900E1B01A /* VKSdkResources.bundle */,
  			);
  			path = letsgameDemo;
  			sourceTree = "<group>";
  		};
  		9934F1B819303DC6005EF4AB /* Supporting Files */ = {
  			isa = PBXGroup;
  			children = (
  				9934F1B919303DC6005EF4AB /* letsgameDemo-Info.plist */,
  				9934F1BD19303DC6005EF4AB /* main.m */,
  				9934F1BF19303DC6005EF4AB /* GameSDKDemo-Prefix.pch */,
  			);
  			name = "Supporting Files";
  			sourceTree = "<group>";
  		};
  /* End PBXGroup section */
  
  /* Begin PBXNativeTarget section */
  		9934F1AD19303DC6005EF4AB /* GameSDKDemo */ = {
  			isa = PBXNativeTarget;
  			buildConfigurationList = 9934F1DA19303DC6005EF4AB /* Build configuration list for PBXNativeTarget "GameSDKDemo" */;
  			buildPhases = (
  				9934F1AA19303DC6005EF4AB /* Sources */,
  				9934F1AB19303DC6005EF4AB /* Frameworks */,
  				9934F1AC19303DC6005EF4AB /* Resources */,
  			);
  			buildRules = (
  			);
  			dependencies = (
  			);
  			name = GameSDKDemo;
  			productName = letsgameDemo;
  			productReference = 9934F1AE19303DC6005EF4AB /* GameSDKDemo.app */;
  			productType = "com.apple.product-type.application";
  		};
  /* End PBXNativeTarget section */
  
  /* Begin PBXProject section */
  		9934F1A619303DC6005EF4AB /* Project object */ = {
  			isa = PBXProject;
  			attributes = {
  				CLASSPREFIX = LSG;
  				LastUpgradeCheck = 0710;
  				TargetAttributes = {
  					9934F1AD19303DC6005EF4AB = {
  						DevelopmentTeam = TU2VD6BENZ;
  					};
  				};
  			};
  			buildConfigurationList = 9934F1A919303DC6005EF4AB /* Build configuration list for PBXProject "GameSDKDemo" */;
  			compatibilityVersion = "Xcode 3.2";
  			developmentRegion = English;
  			hasScannedForEncodings = 0;
  			knownRegions = (
  				en,
  			);
  			mainGroup = 9934F1A519303DC6005EF4AB;
  			productRefGroup = 9934F1AF19303DC6005EF4AB /* Products */;
  			projectDirPath = "";
f1900b258   alexYang   release3.3.8
224
225
226
227
228
229
  			projectReferences = (
  				{
  					ProductGroup = 75A025D71D2A56D900D26015 /* Products */;
  					ProjectRef = 75A025D61D2A56D900D26015 /* GameSDK.xcodeproj */;
  				},
  			);
bd0fbf81f   赵康   update version 3....
230
231
232
233
234
235
  			projectRoot = "";
  			targets = (
  				9934F1AD19303DC6005EF4AB /* GameSDKDemo */,
  			);
  		};
  /* End PBXProject section */
f1900b258   alexYang   release3.3.8
236
237
238
239
240
241
242
243
244
  /* Begin PBXReferenceProxy section */
  		75A025DC1D2A56D900D26015 /* libGameSDK.a */ = {
  			isa = PBXReferenceProxy;
  			fileType = archive.ar;
  			path = libGameSDK.a;
  			remoteRef = 75A025DB1D2A56D900D26015 /* PBXContainerItemProxy */;
  			sourceTree = BUILT_PRODUCTS_DIR;
  		};
  /* End PBXReferenceProxy section */
bd0fbf81f   赵康   update version 3....
245
246
247
248
249
250
  /* Begin PBXResourcesBuildPhase section */
  		9934F1AC19303DC6005EF4AB /* Resources */ = {
  			isa = PBXResourcesBuildPhase;
  			buildActionMask = 2147483647;
  			files = (
  				3CD53D9D1B81F37900E1B01A /* VKSdkResources.bundle in Resources */,
3956cd494   alexYang   密码修改与重置
251
  				752A5F421CDC826A00C36131 /* GameSDKResources.bundle in Resources */,
bd0fbf81f   赵康   update version 3....
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
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
  				9934F1C419303DC6005EF4AB /* Images.xcassets in Resources */,
  			);
  			runOnlyForDeploymentPostprocessing = 0;
  		};
  /* End PBXResourcesBuildPhase section */
  
  /* Begin PBXSourcesBuildPhase section */
  		9934F1AA19303DC6005EF4AB /* Sources */ = {
  			isa = PBXSourcesBuildPhase;
  			buildActionMask = 2147483647;
  			files = (
  				9934F1BE19303DC6005EF4AB /* main.m in Sources */,
  				9934F1C219303DC6005EF4AB /* LSGAppDelegate.m in Sources */,
  				9934F23A19307153005EF4AB /* LSGMainViewController.m in Sources */,
  			);
  			runOnlyForDeploymentPostprocessing = 0;
  		};
  /* End PBXSourcesBuildPhase section */
  
  /* Begin XCBuildConfiguration section */
  		9934F1D819303DC6005EF4AB /* Debug */ = {
  			isa = XCBuildConfiguration;
  			buildSettings = {
  				ALWAYS_SEARCH_USER_PATHS = YES;
  				CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  				CLANG_CXX_LIBRARY = "libc++";
  				CLANG_ENABLE_MODULES = YES;
  				CLANG_ENABLE_OBJC_ARC = YES;
  				CLANG_WARN_BOOL_CONVERSION = YES;
  				CLANG_WARN_CONSTANT_CONVERSION = YES;
  				CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  				CLANG_WARN_EMPTY_BODY = YES;
  				CLANG_WARN_ENUM_CONVERSION = YES;
  				CLANG_WARN_INT_CONVERSION = YES;
  				CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  				CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  				"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  				COPY_PHASE_STRIP = YES;
  				ENABLE_TESTABILITY = YES;
  				GCC_C_LANGUAGE_STANDARD = gnu99;
  				GCC_DYNAMIC_NO_PIC = NO;
  				GCC_OPTIMIZATION_LEVEL = 0;
  				GCC_PREPROCESSOR_DEFINITIONS = (
  					"DEBUG=1",
  					"$(inherited)",
  				);
  				GCC_SYMBOLS_PRIVATE_EXTERN = NO;
  				GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  				GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  				GCC_WARN_UNDECLARED_SELECTOR = YES;
  				GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  				GCC_WARN_UNUSED_FUNCTION = YES;
  				GCC_WARN_UNUSED_VARIABLE = YES;
  				HEADER_SEARCH_PATHS = "$(PROJECT_DIR)/**";
  				IPHONEOS_DEPLOYMENT_TARGET = 8.4;
  				ONLY_ACTIVE_ARCH = YES;
  				SDKROOT = iphoneos;
  			};
  			name = Debug;
  		};
  		9934F1D919303DC6005EF4AB /* Release */ = {
  			isa = XCBuildConfiguration;
  			buildSettings = {
  				ALWAYS_SEARCH_USER_PATHS = YES;
  				CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  				CLANG_CXX_LIBRARY = "libc++";
  				CLANG_ENABLE_MODULES = YES;
  				CLANG_ENABLE_OBJC_ARC = YES;
  				CLANG_WARN_BOOL_CONVERSION = YES;
  				CLANG_WARN_CONSTANT_CONVERSION = YES;
  				CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  				CLANG_WARN_EMPTY_BODY = YES;
  				CLANG_WARN_ENUM_CONVERSION = YES;
  				CLANG_WARN_INT_CONVERSION = YES;
  				CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  				CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  				"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  				COPY_PHASE_STRIP = YES;
  				ENABLE_NS_ASSERTIONS = NO;
  				GCC_C_LANGUAGE_STANDARD = gnu99;
  				GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  				GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  				GCC_WARN_UNDECLARED_SELECTOR = YES;
  				GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  				GCC_WARN_UNUSED_FUNCTION = YES;
  				GCC_WARN_UNUSED_VARIABLE = YES;
  				HEADER_SEARCH_PATHS = "$(PROJECT_DIR)/**";
  				IPHONEOS_DEPLOYMENT_TARGET = 8.4;
  				ONLY_ACTIVE_ARCH = YES;
  				SDKROOT = iphoneos;
  				VALIDATE_PRODUCT = YES;
  			};
  			name = Release;
  		};
  		9934F1DB19303DC6005EF4AB /* Debug */ = {
  			isa = XCBuildConfiguration;
  			baseConfigurationReference = 27019DCB1A208B1500DA560D /* Project.xcconfig */;
  			buildSettings = {
  				ALWAYS_SEARCH_USER_PATHS = YES;
  				ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  				ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
  				CODE_SIGN_IDENTITY = "iPhone Developer";
  				"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  				ENABLE_BITCODE = NO;
  				FRAMEWORK_SEARCH_PATHS = (
  					"$(PROJECT_DIR)/../**",
  					"$(PROJECT_DIR)/letsgameDemo",
  				);
  				GCC_PRECOMPILE_PREFIX_HEADER = YES;
  				GCC_PREFIX_HEADER = "letsgameDemo/GameSDKDemo-Prefix.pch";
  				HEADER_SEARCH_PATHS = (
  					"$(PROJECT_DIR)/../GameSDK.framework/**",
  					"$(inherited)",
  					"$(PROJECT_DIR)/letsgameDemo/**",
  					"$(PROJECT_DIR)/../VKBridge.framework/**",
  				);
  				INFOPLIST_FILE = "letsgameDemo/letsgameDemo-Info.plist";
  				IPHONEOS_DEPLOYMENT_TARGET = 7.0;
  				LIBRARY_SEARCH_PATHS = "";
  				ONLY_ACTIVE_ARCH = YES;
  				PRIVATE_HEADERS_FOLDER_PATH = "";
  				PRODUCT_BUNDLE_IDENTIFIER = test.kang.purchase;
  				PRODUCT_NAME = GameSDKDemo;
  				PROVISIONING_PROFILE = "eb0168b9-d076-46ca-b632-badbf62beb18";
  				PUBLIC_HEADERS_FOLDER_PATH = "";
  				WRAPPER_EXTENSION = app;
  			};
  			name = Debug;
  		};
  		9934F1DC19303DC6005EF4AB /* Release */ = {
  			isa = XCBuildConfiguration;
  			baseConfigurationReference = 27019DCB1A208B1500DA560D /* Project.xcconfig */;
  			buildSettings = {
  				ALWAYS_SEARCH_USER_PATHS = YES;
  				ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  				ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
  				CODE_SIGN_IDENTITY = "iPhone Developer";
  				"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  				ENABLE_BITCODE = NO;
  				FRAMEWORK_SEARCH_PATHS = (
  					"$(PROJECT_DIR)/../**",
  					"$(PROJECT_DIR)/letsgameDemo",
  				);
  				GCC_PRECOMPILE_PREFIX_HEADER = YES;
  				GCC_PREFIX_HEADER = "letsgameDemo/GameSDKDemo-Prefix.pch";
  				HEADER_SEARCH_PATHS = (
  					"$(PROJECT_DIR)/../GameSDK.framework/**",
  					"$(inherited)",
  					"$(PROJECT_DIR)/letsgameDemo/**",
  					"$(PROJECT_DIR)/../VKBridge.framework/**",
  				);
  				INFOPLIST_FILE = "letsgameDemo/letsgameDemo-Info.plist";
  				IPHONEOS_DEPLOYMENT_TARGET = 7.0;
  				LIBRARY_SEARCH_PATHS = "";
  				ONLY_ACTIVE_ARCH = YES;
  				PRIVATE_HEADERS_FOLDER_PATH = "";
  				PRODUCT_BUNDLE_IDENTIFIER = test.kang.purchase;
  				PRODUCT_NAME = GameSDKDemo;
  				PROVISIONING_PROFILE = "eb0168b9-d076-46ca-b632-badbf62beb18";
  				PUBLIC_HEADERS_FOLDER_PATH = "";
  				WRAPPER_EXTENSION = app;
  			};
  			name = Release;
  		};
  /* End XCBuildConfiguration section */
  
  /* Begin XCConfigurationList section */
  		9934F1A919303DC6005EF4AB /* Build configuration list for PBXProject "GameSDKDemo" */ = {
  			isa = XCConfigurationList;
  			buildConfigurations = (
  				9934F1D819303DC6005EF4AB /* Debug */,
  				9934F1D919303DC6005EF4AB /* Release */,
  			);
  			defaultConfigurationIsVisible = 0;
  			defaultConfigurationName = Release;
  		};
  		9934F1DA19303DC6005EF4AB /* Build configuration list for PBXNativeTarget "GameSDKDemo" */ = {
  			isa = XCConfigurationList;
  			buildConfigurations = (
  				9934F1DB19303DC6005EF4AB /* Debug */,
  				9934F1DC19303DC6005EF4AB /* Release */,
  			);
  			defaultConfigurationIsVisible = 0;
  			defaultConfigurationName = Release;
  		};
  /* End XCConfigurationList section */
  	};
  	rootObject = 9934F1A619303DC6005EF4AB /* Project object */;
  }