|
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */ |
10 | 10 | 00FC4A321B7359D700DCA999 /* MASExampleDistributeView.m in Sources */ = {isa = PBXBuildFile; fileRef = 00FC4A311B7359D700DCA999 /* MASExampleDistributeView.m */; }; |
11 | | - 114413091924B6EE008E702E /* Default-568h@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 114413081924B6EE008E702E /* Default-568h@2x.png */; }; |
12 | 11 | 27A27D461A6CF0C400D34F52 /* MASExampleAspectFitView.m in Sources */ = {isa = PBXBuildFile; fileRef = 27A27D451A6CF0C400D34F52 /* MASExampleAspectFitView.m */; }; |
13 | 12 | 3C02224919D0C4EC00507321 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 3C02224819D0C4EC00507321 /* Images.xcassets */; }; |
14 | 13 | 3DB1CAD5184538E200E91FC5 /* MASExampleArrayView.m in Sources */ = {isa = PBXBuildFile; fileRef = 3DB1CAD4184538E200E91FC5 /* MASExampleArrayView.m */; }; |
|
33 | 32 | DD9B4D35183CC980002BF408 /* MASExampleScrollView.m in Sources */ = {isa = PBXBuildFile; fileRef = DD9B4D34183CC980002BF408 /* MASExampleScrollView.m */; }; |
34 | 33 | DDDF60CC181915E300BF7B8B /* MASExampleLabelView.m in Sources */ = {isa = PBXBuildFile; fileRef = DDDF60CB181915E300BF7B8B /* MASExampleLabelView.m */; }; |
35 | 34 | DDF3875C179D648D00178773 /* MASExampleAnimatedView.m in Sources */ = {isa = PBXBuildFile; fileRef = DDF3875B179D648D00178773 /* MASExampleAnimatedView.m */; }; |
| 35 | + DFBACE591F7B76E40047F15A /* MASExampleSafeAreaLayoutGuideViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = DFBACE581F7B76E40047F15A /* MASExampleSafeAreaLayoutGuideViewController.m */; }; |
| 36 | + DFBACE5D1F7B86860047F15A /* Launch Screen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = DFBACE5C1F7B86860047F15A /* Launch Screen.storyboard */; }; |
36 | 37 | /* End PBXBuildFile section */ |
37 | 38 |
|
38 | 39 | /* Begin PBXFileReference section */ |
39 | 40 | 00FC4A301B7359D700DCA999 /* MASExampleDistributeView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MASExampleDistributeView.h; sourceTree = "<group>"; }; |
40 | 41 | 00FC4A311B7359D700DCA999 /* MASExampleDistributeView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MASExampleDistributeView.m; sourceTree = "<group>"; }; |
41 | | - 114413081924B6EE008E702E /* Default-568h@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Default-568h@2x.png"; sourceTree = "<group>"; }; |
42 | 42 | 27A27D441A6CF0C400D34F52 /* MASExampleAspectFitView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MASExampleAspectFitView.h; sourceTree = "<group>"; }; |
43 | 43 | 27A27D451A6CF0C400D34F52 /* MASExampleAspectFitView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MASExampleAspectFitView.m; sourceTree = "<group>"; }; |
44 | 44 | 321AA59CF7B045B6D503D2E5 /* Pods-Masonry iOS Examples.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Masonry iOS Examples.release.xcconfig"; path = "../Pods/Target Support Files/Pods-Masonry iOS Examples/Pods-Masonry iOS Examples.release.xcconfig"; sourceTree = "<group>"; }; |
|
85 | 85 | DDDF60CB181915E300BF7B8B /* MASExampleLabelView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MASExampleLabelView.m; sourceTree = "<group>"; }; |
86 | 86 | DDF3875A179D648D00178773 /* MASExampleAnimatedView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MASExampleAnimatedView.h; sourceTree = "<group>"; }; |
87 | 87 | DDF3875B179D648D00178773 /* MASExampleAnimatedView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MASExampleAnimatedView.m; sourceTree = "<group>"; }; |
| 88 | + DFBACE571F7B76E30047F15A /* MASExampleSafeAreaLayoutGuideViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MASExampleSafeAreaLayoutGuideViewController.h; sourceTree = "<group>"; }; |
| 89 | + DFBACE581F7B76E40047F15A /* MASExampleSafeAreaLayoutGuideViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MASExampleSafeAreaLayoutGuideViewController.m; sourceTree = "<group>"; }; |
| 90 | + DFBACE5C1F7B86860047F15A /* Launch Screen.storyboard */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; path = "Launch Screen.storyboard"; sourceTree = "<group>"; }; |
88 | 91 | /* End PBXFileReference section */ |
89 | 92 |
|
90 | 93 | /* Begin PBXFrameworksBuildPhase section */ |
|
105 | 108 | DD52F21E179CAD57005CD195 = { |
106 | 109 | isa = PBXGroup; |
107 | 110 | children = ( |
108 | | - 114413081924B6EE008E702E /* Default-568h@2x.png */, |
109 | 111 | DD52F230179CAD57005CD195 /* Masonry iOS Examples */, |
110 | 112 | DD52F229179CAD57005CD195 /* Frameworks */, |
111 | 113 | DD52F228179CAD57005CD195 /* Products */, |
|
141 | 143 | DD52F256179CADC4005CD195 /* Views */, |
142 | 144 | 3C02224819D0C4EC00507321 /* Images.xcassets */, |
143 | 145 | DD52F231179CAD57005CD195 /* Supporting Files */, |
| 146 | + DFBACE5C1F7B86860047F15A /* Launch Screen.storyboard */, |
144 | 147 | ); |
145 | 148 | path = "Masonry iOS Examples"; |
146 | 149 | sourceTree = "<group>"; |
|
200 | 203 | DD52F250179CADC0005CD195 /* MASExampleViewController.m */, |
201 | 204 | DD653E481843E61500D1EC5A /* MASExampleLayoutGuideViewController.h */, |
202 | 205 | DD653E491843E61500D1EC5A /* MASExampleLayoutGuideViewController.m */, |
| 206 | + DFBACE571F7B76E30047F15A /* MASExampleSafeAreaLayoutGuideViewController.h */, |
| 207 | + DFBACE581F7B76E40047F15A /* MASExampleSafeAreaLayoutGuideViewController.m */, |
203 | 208 | ); |
204 | 209 | name = Controllers; |
205 | 210 | sourceTree = "<group>"; |
|
268 | 273 | isa = PBXResourcesBuildPhase; |
269 | 274 | buildActionMask = 2147483647; |
270 | 275 | files = ( |
| 276 | + DFBACE5D1F7B86860047F15A /* Launch Screen.storyboard in Resources */, |
271 | 277 | 3C02224919D0C4EC00507321 /* Images.xcassets in Resources */, |
272 | 278 | DD52F235179CAD57005CD195 /* InfoPlist.strings in Resources */, |
273 | | - 114413091924B6EE008E702E /* Default-568h@2x.png in Resources */, |
274 | 279 | ); |
275 | 280 | runOnlyForDeploymentPostprocessing = 0; |
276 | 281 | }; |
|
344 | 349 | 27A27D461A6CF0C400D34F52 /* MASExampleAspectFitView.m in Sources */, |
345 | 350 | DD52F252179CADC0005CD195 /* MASExampleConstantsView.m in Sources */, |
346 | 351 | DD52F253179CADC0005CD195 /* MASExampleListViewController.m in Sources */, |
| 352 | + DFBACE591F7B76E40047F15A /* MASExampleSafeAreaLayoutGuideViewController.m in Sources */, |
347 | 353 | DD52F254179CADC0005CD195 /* MASExampleSidesView.m in Sources */, |
348 | 354 | DD32C3FD18E8BFF6001F6AD2 /* MASExampleAttributeChainingView.m in Sources */, |
349 | 355 | DD52F255179CADC0005CD195 /* MASExampleViewController.m in Sources */, |
|
409 | 415 | GCC_WARN_UNINITIALIZED_AUTOS = YES; |
410 | 416 | GCC_WARN_UNUSED_FUNCTION = YES; |
411 | 417 | GCC_WARN_UNUSED_VARIABLE = YES; |
412 | | - IPHONEOS_DEPLOYMENT_TARGET = 8.0; |
413 | 418 | ONLY_ACTIVE_ARCH = YES; |
414 | 419 | SDKROOT = iphoneos; |
415 | 420 | TARGETED_DEVICE_FAMILY = "1,2"; |
|
449 | 454 | GCC_WARN_UNINITIALIZED_AUTOS = YES; |
450 | 455 | GCC_WARN_UNUSED_FUNCTION = YES; |
451 | 456 | GCC_WARN_UNUSED_VARIABLE = YES; |
452 | | - IPHONEOS_DEPLOYMENT_TARGET = 8.0; |
453 | 457 | OTHER_CFLAGS = "-DNS_BLOCK_ASSERTIONS=1"; |
454 | 458 | SDKROOT = iphoneos; |
455 | 459 | TARGETED_DEVICE_FAMILY = "1,2"; |
|
461 | 465 | isa = XCBuildConfiguration; |
462 | 466 | baseConfigurationReference = 50B25D0621957AEB87C3FCC2 /* Pods-Masonry iOS Examples.debug.xcconfig */; |
463 | 467 | buildSettings = { |
464 | | - ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage; |
465 | 468 | GCC_PRECOMPILE_PREFIX_HEADER = YES; |
466 | 469 | GCC_PREFIX_HEADER = "Masonry iOS Examples/Masonry iOS Examples-Prefix.pch"; |
467 | 470 | INFOPLIST_FILE = "Masonry iOS Examples/Masonry iOS Examples-Info.plist"; |
468 | | - IPHONEOS_DEPLOYMENT_TARGET = 8.0; |
469 | 471 | PRODUCT_BUNDLE_IDENTIFIER = "com.cloudling.${PRODUCT_NAME:rfc1034identifier}"; |
470 | 472 | PRODUCT_NAME = "Masonry iOS Examples"; |
471 | 473 | WRAPPER_EXTENSION = app; |
|
476 | 478 | isa = XCBuildConfiguration; |
477 | 479 | baseConfigurationReference = 321AA59CF7B045B6D503D2E5 /* Pods-Masonry iOS Examples.release.xcconfig */; |
478 | 480 | buildSettings = { |
479 | | - ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage; |
480 | 481 | GCC_PRECOMPILE_PREFIX_HEADER = YES; |
481 | 482 | GCC_PREFIX_HEADER = "Masonry iOS Examples/Masonry iOS Examples-Prefix.pch"; |
482 | 483 | INFOPLIST_FILE = "Masonry iOS Examples/Masonry iOS Examples-Info.plist"; |
483 | | - IPHONEOS_DEPLOYMENT_TARGET = 8.0; |
484 | 484 | PRODUCT_BUNDLE_IDENTIFIER = "com.cloudling.${PRODUCT_NAME:rfc1034identifier}"; |
485 | 485 | PRODUCT_NAME = "Masonry iOS Examples"; |
486 | 486 | WRAPPER_EXTENSION = app; |
|
0 commit comments