Blame view

ios/SpreadDemo/SpreadDemo.xcodeproj/project.pbxproj 15 KB
fe14a1059   赵康   update demo
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
  // !$*UTF8*$!
  {
  	archiveVersion = 1;
  	classes = {
  	};
  	objectVersion = 46;
  	objects = {
  
  /* Begin PBXBuildFile section */
  		3309D87E1C33A12200534E33 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 3309D87D1C33A12200534E33 /* main.m */; };
  		3309D8811C33A12200534E33 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 3309D8801C33A12200534E33 /* AppDelegate.m */; };
  		3309D8841C33A12200534E33 /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 3309D8831C33A12200534E33 /* ViewController.m */; };
  		3309D8891C33A12200534E33 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 3309D8881C33A12200534E33 /* Assets.xcassets */; };
  		3309D88C1C33A12200534E33 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 3309D88A1C33A12200534E33 /* LaunchScreen.storyboard */; };
  		3309D8C71C33E5F500534E33 /* Spreader.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 3309D8C61C33E5F500534E33 /* Spreader.bundle */; };
  		3309D8CF1C34CEF000534E33 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3309D8CE1C34CEF000534E33 /* CoreGraphics.framework */; };
  		3309D8DC1C3BA7CE00534E33 /* Default-568h@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 3309D8DB1C3BA7CE00534E33 /* Default-568h@2x.png */; };
  		3309D9511C3E098000534E33 /* SystemConfiguration.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3309D9501C3E098000534E33 /* SystemConfiguration.framework */; };
  		3309D95B1C3E0B1500534E33 /* MobileCoreServices.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3309D95A1C3E0B1500534E33 /* MobileCoreServices.framework */; };
07e6b8029   赵康   兼容ios8以前的横屏配置,增加分...
20
  		336FC7F61C4F305F00151550 /* Spreader.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 336FC7F51C4F305F00151550 /* Spreader.framework */; };
fe14a1059   赵康   update demo
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
  /* End PBXBuildFile section */
  
  /* Begin PBXFileReference section */
  		3309D8791C33A12200534E33 /* SpreadDemo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = SpreadDemo.app; sourceTree = BUILT_PRODUCTS_DIR; };
  		3309D87D1C33A12200534E33 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
  		3309D87F1C33A12200534E33 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
  		3309D8801C33A12200534E33 /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
  		3309D8821C33A12200534E33 /* ViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ViewController.h; sourceTree = "<group>"; };
  		3309D8831C33A12200534E33 /* ViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ViewController.m; sourceTree = "<group>"; };
  		3309D8881C33A12200534E33 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
  		3309D88B1C33A12200534E33 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
  		3309D88D1C33A12200534E33 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  		3309D8C61C33E5F500534E33 /* Spreader.bundle */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.plug-in"; path = Spreader.bundle; sourceTree = "<group>"; };
  		3309D8CE1C34CEF000534E33 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
  		3309D8DB1C3BA7CE00534E33 /* Default-568h@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Default-568h@2x.png"; sourceTree = "<group>"; };
  		3309D9501C3E098000534E33 /* SystemConfiguration.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SystemConfiguration.framework; path = System/Library/Frameworks/SystemConfiguration.framework; sourceTree = SDKROOT; };
  		3309D95A1C3E0B1500534E33 /* MobileCoreServices.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = MobileCoreServices.framework; path = System/Library/Frameworks/MobileCoreServices.framework; sourceTree = SDKROOT; };
07e6b8029   赵康   兼容ios8以前的横屏配置,增加分...
38
  		336FC7F51C4F305F00151550 /* Spreader.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Spreader.framework; path = ../Spreader.framework; sourceTree = "<group>"; };
fe14a1059   赵康   update demo
39
40
41
42
43
44
45
  /* End PBXFileReference section */
  
  /* Begin PBXFrameworksBuildPhase section */
  		3309D8761C33A12200534E33 /* Frameworks */ = {
  			isa = PBXFrameworksBuildPhase;
  			buildActionMask = 2147483647;
  			files = (
07e6b8029   赵康   兼容ios8以前的横屏配置,增加分...
46
  				336FC7F61C4F305F00151550 /* Spreader.framework in Frameworks */,
fe14a1059   赵康   update demo
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
  				3309D95B1C3E0B1500534E33 /* MobileCoreServices.framework in Frameworks */,
  				3309D9511C3E098000534E33 /* SystemConfiguration.framework in Frameworks */,
  				3309D8CF1C34CEF000534E33 /* CoreGraphics.framework in Frameworks */,
  			);
  			runOnlyForDeploymentPostprocessing = 0;
  		};
  /* End PBXFrameworksBuildPhase section */
  
  /* Begin PBXGroup section */
  		3309D8701C33A12200534E33 = {
  			isa = PBXGroup;
  			children = (
  				3309D8D01C3A28A000534E33 /* Frameworks */,
  				3309D87B1C33A12200534E33 /* SpreadDemo */,
  				3309D87A1C33A12200534E33 /* Products */,
  			);
  			sourceTree = "<group>";
  		};
  		3309D87A1C33A12200534E33 /* Products */ = {
  			isa = PBXGroup;
  			children = (
  				3309D8791C33A12200534E33 /* SpreadDemo.app */,
  			);
  			name = Products;
  			sourceTree = "<group>";
  		};
  		3309D87B1C33A12200534E33 /* SpreadDemo */ = {
  			isa = PBXGroup;
  			children = (
  				3309D8DB1C3BA7CE00534E33 /* Default-568h@2x.png */,
  				3309D87F1C33A12200534E33 /* AppDelegate.h */,
  				3309D8801C33A12200534E33 /* AppDelegate.m */,
  				3309D8821C33A12200534E33 /* ViewController.h */,
  				3309D8831C33A12200534E33 /* ViewController.m */,
  				3309D8881C33A12200534E33 /* Assets.xcassets */,
  				3309D88A1C33A12200534E33 /* LaunchScreen.storyboard */,
  				3309D88D1C33A12200534E33 /* Info.plist */,
  				3309D87C1C33A12200534E33 /* Supporting Files */,
  				3309D8C61C33E5F500534E33 /* Spreader.bundle */,
  			);
  			path = SpreadDemo;
  			sourceTree = "<group>";
  		};
  		3309D87C1C33A12200534E33 /* Supporting Files */ = {
  			isa = PBXGroup;
  			children = (
  				3309D87D1C33A12200534E33 /* main.m */,
  			);
  			name = "Supporting Files";
  			sourceTree = "<group>";
  		};
  		3309D8D01C3A28A000534E33 /* Frameworks */ = {
  			isa = PBXGroup;
  			children = (
07e6b8029   赵康   兼容ios8以前的横屏配置,增加分...
101
  				336FC7F51C4F305F00151550 /* Spreader.framework */,
fe14a1059   赵康   update demo
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
  				3309D95A1C3E0B1500534E33 /* MobileCoreServices.framework */,
  				3309D9501C3E098000534E33 /* SystemConfiguration.framework */,
  				3309D8CE1C34CEF000534E33 /* CoreGraphics.framework */,
  			);
  			name = Frameworks;
  			sourceTree = "<group>";
  		};
  /* End PBXGroup section */
  
  /* Begin PBXNativeTarget section */
  		3309D8781C33A12200534E33 /* SpreadDemo */ = {
  			isa = PBXNativeTarget;
  			buildConfigurationList = 3309D8901C33A12200534E33 /* Build configuration list for PBXNativeTarget "SpreadDemo" */;
  			buildPhases = (
  				3309D8751C33A12200534E33 /* Sources */,
  				3309D8761C33A12200534E33 /* Frameworks */,
  				3309D8771C33A12200534E33 /* Resources */,
  			);
  			buildRules = (
  			);
  			dependencies = (
  			);
  			name = SpreadDemo;
  			productName = SpreadDemo;
  			productReference = 3309D8791C33A12200534E33 /* SpreadDemo.app */;
  			productType = "com.apple.product-type.application";
  		};
  /* End PBXNativeTarget section */
  
  /* Begin PBXProject section */
  		3309D8711C33A12200534E33 /* Project object */ = {
  			isa = PBXProject;
  			attributes = {
  				LastUpgradeCheck = 0710;
  				ORGANIZATIONNAME = Gump;
  				TargetAttributes = {
  					3309D8781C33A12200534E33 = {
  						CreatedOnToolsVersion = 7.1.1;
  						DevelopmentTeam = TU2VD6BENZ;
  					};
  				};
  			};
  			buildConfigurationList = 3309D8741C33A12200534E33 /* Build configuration list for PBXProject "SpreadDemo" */;
  			compatibilityVersion = "Xcode 3.2";
  			developmentRegion = English;
  			hasScannedForEncodings = 0;
  			knownRegions = (
  				en,
  				Base,
  			);
  			mainGroup = 3309D8701C33A12200534E33;
  			productRefGroup = 3309D87A1C33A12200534E33 /* Products */;
  			projectDirPath = "";
  			projectRoot = "";
  			targets = (
  				3309D8781C33A12200534E33 /* SpreadDemo */,
  			);
  		};
  /* End PBXProject section */
  
  /* Begin PBXResourcesBuildPhase section */
  		3309D8771C33A12200534E33 /* Resources */ = {
  			isa = PBXResourcesBuildPhase;
  			buildActionMask = 2147483647;
  			files = (
  				3309D88C1C33A12200534E33 /* LaunchScreen.storyboard in Resources */,
  				3309D8C71C33E5F500534E33 /* Spreader.bundle in Resources */,
  				3309D8891C33A12200534E33 /* Assets.xcassets in Resources */,
  				3309D8DC1C3BA7CE00534E33 /* Default-568h@2x.png in Resources */,
  			);
  			runOnlyForDeploymentPostprocessing = 0;
  		};
  /* End PBXResourcesBuildPhase section */
  
  /* Begin PBXSourcesBuildPhase section */
  		3309D8751C33A12200534E33 /* Sources */ = {
  			isa = PBXSourcesBuildPhase;
  			buildActionMask = 2147483647;
  			files = (
  				3309D8841C33A12200534E33 /* ViewController.m in Sources */,
  				3309D8811C33A12200534E33 /* AppDelegate.m in Sources */,
  				3309D87E1C33A12200534E33 /* main.m in Sources */,
  			);
  			runOnlyForDeploymentPostprocessing = 0;
  		};
  /* End PBXSourcesBuildPhase section */
  
  /* Begin PBXVariantGroup section */
  		3309D88A1C33A12200534E33 /* LaunchScreen.storyboard */ = {
  			isa = PBXVariantGroup;
  			children = (
  				3309D88B1C33A12200534E33 /* Base */,
  			);
  			name = LaunchScreen.storyboard;
  			sourceTree = "<group>";
  		};
  /* End PBXVariantGroup section */
  
  /* Begin XCBuildConfiguration section */
  		3309D88E1C33A12200534E33 /* Debug */ = {
  			isa = XCBuildConfiguration;
  			buildSettings = {
  				ALWAYS_SEARCH_USER_PATHS = NO;
  				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_UNREACHABLE_CODE = YES;
  				CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  				CODE_SIGN_IDENTITY = "iPhone Developer: Fang Chen (57ZYSQ29Y4)";
  				"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  				COPY_PHASE_STRIP = NO;
  				DEBUG_INFORMATION_FORMAT = dwarf;
  				ENABLE_STRICT_OBJC_MSGSEND = YES;
  				ENABLE_TESTABILITY = YES;
  				GCC_C_LANGUAGE_STANDARD = gnu99;
  				GCC_DYNAMIC_NO_PIC = NO;
  				GCC_NO_COMMON_BLOCKS = YES;
  				GCC_OPTIMIZATION_LEVEL = 0;
  				GCC_PREPROCESSOR_DEFINITIONS = (
  					"DEBUG=1",
  					"$(inherited)",
  				);
  				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;
  				IPHONEOS_DEPLOYMENT_TARGET = 9.1;
  				MTL_ENABLE_DEBUG_INFO = YES;
  				ONLY_ACTIVE_ARCH = YES;
  				SDKROOT = iphoneos;
  				TARGETED_DEVICE_FAMILY = "1,2";
  			};
  			name = Debug;
  		};
  		3309D88F1C33A12200534E33 /* Release */ = {
  			isa = XCBuildConfiguration;
  			buildSettings = {
  				ALWAYS_SEARCH_USER_PATHS = NO;
  				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_UNREACHABLE_CODE = YES;
  				CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  				CODE_SIGN_IDENTITY = "iPhone Developer: Fang Chen (57ZYSQ29Y4)";
  				"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  				COPY_PHASE_STRIP = NO;
  				DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  				ENABLE_NS_ASSERTIONS = NO;
  				ENABLE_STRICT_OBJC_MSGSEND = YES;
  				GCC_C_LANGUAGE_STANDARD = gnu99;
  				GCC_NO_COMMON_BLOCKS = YES;
  				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;
  				IPHONEOS_DEPLOYMENT_TARGET = 9.1;
  				MTL_ENABLE_DEBUG_INFO = NO;
  				SDKROOT = iphoneos;
  				TARGETED_DEVICE_FAMILY = "1,2";
  				VALIDATE_PRODUCT = YES;
  			};
  			name = Release;
  		};
  		3309D8911C33A12200534E33 /* Debug */ = {
  			isa = XCBuildConfiguration;
  			buildSettings = {
  				ALWAYS_SEARCH_USER_PATHS = YES;
  				ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  				ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = "Brand Assets";
  				CODE_SIGN_IDENTITY = "iPhone Developer";
07e6b8029   赵康   兼容ios8以前的横屏配置,增加分...
292
  				ENABLE_BITCODE = NO;
fe14a1059   赵康   update demo
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
  				FRAMEWORK_SEARCH_PATHS = (
  					"$(PROJECT_DIR)",
  					"$(PROJECT_DIR)/../",
  				);
  				HEADER_SEARCH_PATHS = "$(PROJECT_DIR)/../Spreader.Framework/**";
  				INFOPLIST_FILE = SpreadDemo/Info.plist;
  				IPHONEOS_DEPLOYMENT_TARGET = 6.0;
  				LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  				OTHER_CODE_SIGN_FLAGS = "";
  				OTHER_LDFLAGS = "-ObjC";
  				PRODUCT_BUNDLE_IDENTIFIER = Gump.SpreadDemo;
  				PRODUCT_NAME = "$(TARGET_NAME)";
  				PROVISIONING_PROFILE = "eb0168b9-d076-46ca-b632-badbf62beb18";
  			};
  			name = Debug;
  		};
  		3309D8921C33A12200534E33 /* Release */ = {
  			isa = XCBuildConfiguration;
  			buildSettings = {
  				ALWAYS_SEARCH_USER_PATHS = YES;
  				ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  				ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = "Brand Assets";
  				CODE_SIGN_IDENTITY = "iPhone Developer";
07e6b8029   赵康   兼容ios8以前的横屏配置,增加分...
316
  				ENABLE_BITCODE = NO;
fe14a1059   赵康   update demo
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
  				FRAMEWORK_SEARCH_PATHS = (
  					"$(PROJECT_DIR)",
  					"$(PROJECT_DIR)/../",
  				);
  				HEADER_SEARCH_PATHS = "$(PROJECT_DIR)/../Spreader.Framework/**";
  				INFOPLIST_FILE = SpreadDemo/Info.plist;
  				IPHONEOS_DEPLOYMENT_TARGET = 6.0;
  				LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  				OTHER_CODE_SIGN_FLAGS = "";
  				OTHER_LDFLAGS = "-ObjC";
  				PRODUCT_BUNDLE_IDENTIFIER = Gump.SpreadDemo;
  				PRODUCT_NAME = "$(TARGET_NAME)";
  				PROVISIONING_PROFILE = "eb0168b9-d076-46ca-b632-badbf62beb18";
  			};
  			name = Release;
  		};
  /* End XCBuildConfiguration section */
  
  /* Begin XCConfigurationList section */
  		3309D8741C33A12200534E33 /* Build configuration list for PBXProject "SpreadDemo" */ = {
  			isa = XCConfigurationList;
  			buildConfigurations = (
  				3309D88E1C33A12200534E33 /* Debug */,
  				3309D88F1C33A12200534E33 /* Release */,
  			);
  			defaultConfigurationIsVisible = 0;
  			defaultConfigurationName = Release;
  		};
  		3309D8901C33A12200534E33 /* Build configuration list for PBXNativeTarget "SpreadDemo" */ = {
  			isa = XCConfigurationList;
  			buildConfigurations = (
  				3309D8911C33A12200534E33 /* Debug */,
  				3309D8921C33A12200534E33 /* Release */,
  			);
  			defaultConfigurationIsVisible = 0;
  			defaultConfigurationName = Release;
  		};
  /* End XCConfigurationList section */
  	};
  	rootObject = 3309D8711C33A12200534E33 /* Project object */;
  }