|
16 | 16 | CEBFCA8E1563878A00A67BA5 /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = CEBFCA8D1563878A00A67BA5 /* ViewController.m */; };
|
17 | 17 | CEBFCA911563878A00A67BA5 /* ViewController_iPhone.xib in Resources */ = {isa = PBXBuildFile; fileRef = CEBFCA8F1563878A00A67BA5 /* ViewController_iPhone.xib */; };
|
18 | 18 | CEBFCA941563878A00A67BA5 /* ViewController_iPad.xib in Resources */ = {isa = PBXBuildFile; fileRef = CEBFCA921563878A00A67BA5 /* ViewController_iPad.xib */; };
|
| 19 | + CEBFCA9C15638E5F00A67BA5 /* CoreMotion.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CEBFCA9A15638E1F00A67BA5 /* CoreMotion.framework */; }; |
19 | 20 | /* End PBXBuildFile section */
|
20 | 21 |
|
21 | 22 | /* Begin PBXFileReference section */
|
22 | 23 | CEBFCA761563878A00A67BA5 /* CoreMotionSample.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = CoreMotionSample.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
23 | 24 | CEBFCA7A1563878A00A67BA5 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
|
24 | 25 | CEBFCA7C1563878A00A67BA5 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
|
25 | 26 | CEBFCA7E1563878A00A67BA5 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
|
26 |
| - CEBFCA821563878A00A67BA5 /* CoreMotionSample-Info.plist */ = {isa = PBXFileReference; path = "CoreMotionSample-Info.plist"; sourceTree = "<group>"; }; |
| 27 | + CEBFCA821563878A00A67BA5 /* CoreMotionSample-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "CoreMotionSample-Info.plist"; sourceTree = "<group>"; }; |
27 | 28 | CEBFCA841563878A00A67BA5 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
|
28 | 29 | CEBFCA861563878A00A67BA5 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
|
29 |
| - CEBFCA881563878A00A67BA5 /* CoreMotionSample-Prefix.pch */ = {isa = PBXFileReference; path = "CoreMotionSample-Prefix.pch"; sourceTree = "<group>"; }; |
30 |
| - CEBFCA891563878A00A67BA5 /* AppDelegate.h */ = {isa = PBXFileReference; path = AppDelegate.h; sourceTree = "<group>"; }; |
| 30 | + CEBFCA881563878A00A67BA5 /* CoreMotionSample-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "CoreMotionSample-Prefix.pch"; sourceTree = "<group>"; }; |
| 31 | + CEBFCA891563878A00A67BA5 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; }; |
31 | 32 | CEBFCA8A1563878A00A67BA5 /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
|
32 |
| - CEBFCA8C1563878A00A67BA5 /* ViewController.h */ = {isa = PBXFileReference; path = ViewController.h; sourceTree = "<group>"; }; |
| 33 | + CEBFCA8C1563878A00A67BA5 /* ViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ViewController.h; sourceTree = "<group>"; }; |
33 | 34 | CEBFCA8D1563878A00A67BA5 /* ViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ViewController.m; sourceTree = "<group>"; };
|
34 | 35 | CEBFCA901563878A00A67BA5 /* en */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = en; path = en.lproj/ViewController_iPhone.xib; sourceTree = "<group>"; };
|
35 | 36 | CEBFCA931563878A00A67BA5 /* en */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = en; path = en.lproj/ViewController_iPad.xib; sourceTree = "<group>"; };
|
| 37 | + CEBFCA9A15638E1F00A67BA5 /* CoreMotion.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreMotion.framework; path = System/Library/Frameworks/CoreMotion.framework; sourceTree = SDKROOT; }; |
36 | 38 | /* End PBXFileReference section */
|
37 | 39 |
|
38 | 40 | /* Begin PBXFrameworksBuildPhase section */
|
39 | 41 | CEBFCA731563878A00A67BA5 /* Frameworks */ = {
|
40 | 42 | isa = PBXFrameworksBuildPhase;
|
41 | 43 | buildActionMask = 2147483647;
|
42 | 44 | files = (
|
| 45 | + CEBFCA9C15638E5F00A67BA5 /* CoreMotion.framework in Frameworks */, |
43 | 46 | CEBFCA7B1563878A00A67BA5 /* UIKit.framework in Frameworks */,
|
44 | 47 | CEBFCA7D1563878A00A67BA5 /* Foundation.framework in Frameworks */,
|
45 | 48 | CEBFCA7F1563878A00A67BA5 /* CoreGraphics.framework in Frameworks */,
|
|
69 | 72 | CEBFCA791563878A00A67BA5 /* Frameworks */ = {
|
70 | 73 | isa = PBXGroup;
|
71 | 74 | children = (
|
| 75 | + CEBFCA9A15638E1F00A67BA5 /* CoreMotion.framework */, |
72 | 76 | CEBFCA7A1563878A00A67BA5 /* UIKit.framework */,
|
73 | 77 | CEBFCA7C1563878A00A67BA5 /* Foundation.framework */,
|
74 | 78 | CEBFCA7E1563878A00A67BA5 /* CoreGraphics.framework */,
|
|
205 | 209 | isa = XCBuildConfiguration;
|
206 | 210 | buildSettings = {
|
207 | 211 | ALWAYS_SEARCH_USER_PATHS = NO;
|
208 |
| - ARCHS = "$(ARCHS_STANDARD_32_BIT)"; |
| 212 | + ARCHS = ( |
| 213 | + armv6, |
| 214 | + armv7, |
| 215 | + ); |
209 | 216 | "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
|
210 | 217 | COPY_PHASE_STRIP = NO;
|
211 | 218 | GCC_C_LANGUAGE_STANDARD = gnu99;
|
|
216 | 223 | "$(inherited)",
|
217 | 224 | );
|
218 | 225 | GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
| 226 | + GCC_THUMB_SUPPORT = NO; |
219 | 227 | GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
|
220 | 228 | GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
221 | 229 | GCC_WARN_UNINITIALIZED_AUTOS = YES;
|
222 | 230 | GCC_WARN_UNUSED_VARIABLE = YES;
|
223 |
| - IPHONEOS_DEPLOYMENT_TARGET = 5.1; |
| 231 | + IPHONEOS_DEPLOYMENT_TARGET = 4.0; |
224 | 232 | SDKROOT = iphoneos;
|
225 | 233 | TARGETED_DEVICE_FAMILY = "1,2";
|
226 | 234 | };
|
|
230 | 238 | isa = XCBuildConfiguration;
|
231 | 239 | buildSettings = {
|
232 | 240 | ALWAYS_SEARCH_USER_PATHS = NO;
|
233 |
| - ARCHS = "$(ARCHS_STANDARD_32_BIT)"; |
| 241 | + ARCHS = ( |
| 242 | + armv6, |
| 243 | + armv7, |
| 244 | + ); |
234 | 245 | "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
|
235 | 246 | COPY_PHASE_STRIP = YES;
|
236 | 247 | GCC_C_LANGUAGE_STANDARD = gnu99;
|
| 248 | + GCC_THUMB_SUPPORT = NO; |
237 | 249 | GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
|
238 | 250 | GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
239 | 251 | GCC_WARN_UNINITIALIZED_AUTOS = YES;
|
240 | 252 | GCC_WARN_UNUSED_VARIABLE = YES;
|
241 |
| - IPHONEOS_DEPLOYMENT_TARGET = 5.1; |
| 253 | + IPHONEOS_DEPLOYMENT_TARGET = 4.0; |
242 | 254 | OTHER_CFLAGS = "-DNS_BLOCK_ASSERTIONS=1";
|
243 | 255 | SDKROOT = iphoneos;
|
244 | 256 | TARGETED_DEVICE_FAMILY = "1,2";
|
|
251 | 263 | buildSettings = {
|
252 | 264 | GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
253 | 265 | GCC_PREFIX_HEADER = "CoreMotionSample/CoreMotionSample-Prefix.pch";
|
| 266 | + GCC_THUMB_SUPPORT = NO; |
254 | 267 | INFOPLIST_FILE = "CoreMotionSample/CoreMotionSample-Info.plist";
|
| 268 | + IPHONEOS_DEPLOYMENT_TARGET = 4.0; |
255 | 269 | PRODUCT_NAME = "$(TARGET_NAME)";
|
256 | 270 | WRAPPER_EXTENSION = app;
|
257 | 271 | };
|
|
262 | 276 | buildSettings = {
|
263 | 277 | GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
264 | 278 | GCC_PREFIX_HEADER = "CoreMotionSample/CoreMotionSample-Prefix.pch";
|
| 279 | + GCC_THUMB_SUPPORT = NO; |
265 | 280 | INFOPLIST_FILE = "CoreMotionSample/CoreMotionSample-Info.plist";
|
| 281 | + IPHONEOS_DEPLOYMENT_TARGET = 4.0; |
266 | 282 | PRODUCT_NAME = "$(TARGET_NAME)";
|
267 | 283 | WRAPPER_EXTENSION = app;
|
268 | 284 | };
|
|
287 | 303 | CEBFCA991563878A00A67BA5 /* Release */,
|
288 | 304 | );
|
289 | 305 | defaultConfigurationIsVisible = 0;
|
| 306 | + defaultConfigurationName = Release; |
290 | 307 | };
|
291 | 308 | /* End XCConfigurationList section */
|
292 | 309 | };
|
|
0 commit comments