|
7 | 7 | objects = { |
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */ |
| 10 | + 1B504D661E5EE21A005F39BA /* Launch Screen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 1B504D651E5EE21A005F39BA /* Launch Screen.storyboard */; }; |
| 11 | + 1B504D681E5EE236005F39BA /* Storyboard.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 1B504D671E5EE236005F39BA /* Storyboard.storyboard */; }; |
10 | 12 | 78573EF519155A2E000D3B00 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 78573EF419155A2E000D3B00 /* Foundation.framework */; }; |
11 | 13 | 78573EF719155A2E000D3B00 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 78573EF619155A2E000D3B00 /* CoreGraphics.framework */; }; |
12 | 14 | 78573EF919155A2E000D3B00 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 78573EF819155A2E000D3B00 /* UIKit.framework */; }; |
|
21 | 23 | 78573F1A19155A2E000D3B00 /* AspectsDemoTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 78573F1919155A2E000D3B00 /* AspectsDemoTests.m */; }; |
22 | 24 | 78573F2519155A74000D3B00 /* Aspects.m in Sources */ = {isa = PBXBuildFile; fileRef = 78573F2319155A74000D3B00 /* Aspects.m */; }; |
23 | 25 | 78D7D77119177C8E002EB314 /* AspectsViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 78D7D76F19177C8E002EB314 /* AspectsViewController.m */; }; |
24 | | - 78D7D77219177C8E002EB314 /* AspectsViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 78D7D77019177C8E002EB314 /* AspectsViewController.xib */; }; |
25 | 26 | /* End PBXBuildFile section */ |
26 | 27 |
|
27 | 28 | /* Begin PBXContainerItemProxy section */ |
|
35 | 36 | /* End PBXContainerItemProxy section */ |
36 | 37 |
|
37 | 38 | /* Begin PBXFileReference section */ |
| 39 | + 1B504D651E5EE21A005F39BA /* Launch Screen.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = "Launch Screen.storyboard"; sourceTree = "<group>"; }; |
| 40 | + 1B504D671E5EE236005F39BA /* Storyboard.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = Storyboard.storyboard; sourceTree = "<group>"; }; |
38 | 41 | 78573EF119155A2E000D3B00 /* AspectsDemo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = AspectsDemo.app; sourceTree = BUILT_PRODUCTS_DIR; }; |
39 | 42 | 78573EF419155A2E000D3B00 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; }; |
40 | 43 | 78573EF619155A2E000D3B00 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; }; |
|
55 | 58 | 78573F2419155A74000D3B00 /* Aspects.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Aspects.h; path = ../../Aspects.h; sourceTree = "<group>"; }; |
56 | 59 | 78D7D76E19177C8E002EB314 /* AspectsViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AspectsViewController.h; sourceTree = "<group>"; }; |
57 | 60 | 78D7D76F19177C8E002EB314 /* AspectsViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AspectsViewController.m; sourceTree = "<group>"; }; |
58 | | - 78D7D77019177C8E002EB314 /* AspectsViewController.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = AspectsViewController.xib; sourceTree = "<group>"; }; |
59 | 61 | /* End PBXFileReference section */ |
60 | 62 |
|
61 | 63 | /* Begin PBXFrameworksBuildPhase section */ |
|
123 | 125 | 78573EFB19155A2E000D3B00 /* Supporting Files */, |
124 | 126 | 78D7D76E19177C8E002EB314 /* AspectsViewController.h */, |
125 | 127 | 78D7D76F19177C8E002EB314 /* AspectsViewController.m */, |
126 | | - 78D7D77019177C8E002EB314 /* AspectsViewController.xib */, |
| 128 | + 1B504D651E5EE21A005F39BA /* Launch Screen.storyboard */, |
| 129 | + 1B504D671E5EE236005F39BA /* Storyboard.storyboard */, |
127 | 130 | ); |
128 | 131 | path = AspectsDemo; |
129 | 132 | sourceTree = "<group>"; |
|
235 | 238 | files = ( |
236 | 239 | 78573EFF19155A2E000D3B00 /* InfoPlist.strings in Resources */, |
237 | 240 | 78573F0719155A2E000D3B00 /* Images.xcassets in Resources */, |
238 | | - 78D7D77219177C8E002EB314 /* AspectsViewController.xib in Resources */, |
| 241 | + 1B504D661E5EE21A005F39BA /* Launch Screen.storyboard in Resources */, |
| 242 | + 1B504D681E5EE236005F39BA /* Storyboard.storyboard in Resources */, |
239 | 243 | ); |
240 | 244 | runOnlyForDeploymentPostprocessing = 0; |
241 | 245 | }; |
|
413 | 417 | GCC_PRECOMPILE_PREFIX_HEADER = YES; |
414 | 418 | GCC_PREFIX_HEADER = "AspectsDemo/AspectsDemo-Prefix.pch"; |
415 | 419 | INFOPLIST_FILE = "AspectsDemo/AspectsDemo-Info.plist"; |
| 420 | + IPHONEOS_DEPLOYMENT_TARGET = 8.0; |
416 | 421 | PRODUCT_NAME = "$(TARGET_NAME)"; |
417 | 422 | WRAPPER_EXTENSION = app; |
418 | 423 | }; |
|
426 | 431 | GCC_PRECOMPILE_PREFIX_HEADER = YES; |
427 | 432 | GCC_PREFIX_HEADER = "AspectsDemo/AspectsDemo-Prefix.pch"; |
428 | 433 | INFOPLIST_FILE = "AspectsDemo/AspectsDemo-Info.plist"; |
| 434 | + IPHONEOS_DEPLOYMENT_TARGET = 8.0; |
429 | 435 | PRODUCT_NAME = "$(TARGET_NAME)"; |
430 | 436 | WRAPPER_EXTENSION = app; |
431 | 437 | }; |
|
0 commit comments