|
44 | 44 | 24F75B5B1EE5644E008DB567 /* IntroView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 24F75B591EE5644E008DB567 /* IntroView.swift */; }; |
45 | 45 | 24F75B5C1EE5644E008DB567 /* IntroViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 24F75B5A1EE5644E008DB567 /* IntroViewController.swift */; }; |
46 | 46 | DE6C3D736B571B80E207DF6A /* Pods_PinLayoutSample.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = AAD69688AA2A3F0994F3074E /* Pods_PinLayoutSample.framework */; }; |
| 47 | + DF390898211900320049FD56 /* AnimationsView.swift in Sources */ = {isa = PBXBuildFile; fileRef = DF390897211900320049FD56 /* AnimationsView.swift */; }; |
| 48 | + DF39089A211900480049FD56 /* AnimationsViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = DF390899211900480049FD56 /* AnimationsViewController.swift */; }; |
47 | 49 | DF4C1AA4205AEDFC00DED50B /* SafeAreaView.swift in Sources */ = {isa = PBXBuildFile; fileRef = DF4C1AA0205AEDFC00DED50B /* SafeAreaView.swift */; }; |
48 | 50 | DF4C1AA5205AEDFC00DED50B /* SafeAreaViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = DF4C1AA1205AEDFC00DED50B /* SafeAreaViewController.swift */; }; |
49 | 51 | DF4C1AAA205AF10900DED50B /* RoundedButton.swift in Sources */ = {isa = PBXBuildFile; fileRef = DF4C1AA7205AF10900DED50B /* RoundedButton.swift */; }; |
50 | 52 | DF4C1AAE205AF78A00DED50B /* SafeAreaCornersViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = DF4C1AAC205AF78A00DED50B /* SafeAreaCornersViewController.swift */; }; |
51 | 53 | DF4C1AAF205AF78A00DED50B /* SafeAreaCornersView.swift in Sources */ = {isa = PBXBuildFile; fileRef = DF4C1AAD205AF78A00DED50B /* SafeAreaCornersView.swift */; }; |
| 54 | + DFD27841211B1A710056BD93 /* UINavigationController+Orientation.swift in Sources */ = {isa = PBXBuildFile; fileRef = DFD27840211B1A700056BD93 /* UINavigationController+Orientation.swift */; }; |
| 55 | + DFD27848211B1D090056BD93 /* UITabBarController+Orientation.swift in Sources */ = {isa = PBXBuildFile; fileRef = DFD27847211B1D090056BD93 /* UITabBarController+Orientation.swift */; }; |
52 | 56 | DFEAF74A20C9648A00E33147 /* WrapContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = DFEAF74920C9648A00E33147 /* WrapContentView.swift */; }; |
53 | 57 | DFEAF74C20C9649F00E33147 /* WrapContentViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = DFEAF74B20C9649F00E33147 /* WrapContentViewController.swift */; }; |
54 | 58 | /* End PBXBuildFile section */ |
|
174 | 178 | A35A00E6536E49A548E763E6 /* Pods-PinLayoutSample.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-PinLayoutSample.debug.xcconfig"; path = "../Pods/Target Support Files/Pods-PinLayoutSample/Pods-PinLayoutSample.debug.xcconfig"; sourceTree = "<group>"; }; |
175 | 179 | AAD69688AA2A3F0994F3074E /* Pods_PinLayoutSample.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_PinLayoutSample.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
176 | 180 | C589624E868FCB20F7C10918 /* Pods-PinLayoutSample.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-PinLayoutSample.release.xcconfig"; path = "../Pods/Target Support Files/Pods-PinLayoutSample/Pods-PinLayoutSample.release.xcconfig"; sourceTree = "<group>"; }; |
| 181 | + DF390897211900320049FD56 /* AnimationsView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = AnimationsView.swift; path = PinLayoutSample/UI/Examples/Animations/AnimationsView.swift; sourceTree = SOURCE_ROOT; }; |
| 182 | + DF390899211900480049FD56 /* AnimationsViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AnimationsViewController.swift; sourceTree = "<group>"; }; |
177 | 183 | DF4C1AA0205AEDFC00DED50B /* SafeAreaView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SafeAreaView.swift; sourceTree = "<group>"; }; |
178 | 184 | DF4C1AA1205AEDFC00DED50B /* SafeAreaViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SafeAreaViewController.swift; sourceTree = "<group>"; }; |
179 | 185 | DF4C1AA7205AF10900DED50B /* RoundedButton.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = RoundedButton.swift; sourceTree = "<group>"; }; |
180 | 186 | DF4C1AAC205AF78A00DED50B /* SafeAreaCornersViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SafeAreaCornersViewController.swift; sourceTree = "<group>"; }; |
181 | 187 | DF4C1AAD205AF78A00DED50B /* SafeAreaCornersView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SafeAreaCornersView.swift; sourceTree = "<group>"; }; |
| 188 | + DFD27840211B1A700056BD93 /* UINavigationController+Orientation.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "UINavigationController+Orientation.swift"; sourceTree = "<group>"; }; |
| 189 | + DFD27847211B1D090056BD93 /* UITabBarController+Orientation.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "UITabBarController+Orientation.swift"; sourceTree = "<group>"; }; |
182 | 190 | DFEAF74920C9648A00E33147 /* WrapContentView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = WrapContentView.swift; sourceTree = "<group>"; }; |
183 | 191 | DFEAF74B20C9649F00E33147 /* WrapContentViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = WrapContentViewController.swift; sourceTree = "<group>"; }; |
184 | 192 | /* End PBXFileReference section */ |
|
249 | 257 | 24F2460C1FA8D4D100B6332E /* CollectionViewExample */, |
250 | 258 | DF4C1A9F205AEDFC00DED50B /* SafeArea */, |
251 | 259 | DFEAF71520C840F300E33147 /* WrapContent */, |
| 260 | + DF3908912118FFF20049FD56 /* Animations */, |
252 | 261 | 2497CFEA1EF40B8100DFD13B /* Form */, |
253 | 262 | 24D18D181F3DECD6008129EF /* IntroRTL */, |
254 | 263 | 2416376F1F8E4BC200EE703A /* IntroObjectiveC */, |
|
267 | 276 | 249326881EEEEE3D00BCB814 /* Stylesheet.swift */, |
268 | 277 | 247157931F87BD680003424F /* UIEdgeInsets+PinLayout.swift */, |
269 | 278 | 24F246131FA8D57100B6332E /* UIImageView+Download.swift */, |
| 279 | + DFD27840211B1A700056BD93 /* UINavigationController+Orientation.swift */, |
| 280 | + DFD27847211B1D090056BD93 /* UITabBarController+Orientation.swift */, |
270 | 281 | ); |
271 | 282 | path = Common; |
272 | 283 | sourceTree = "<group>"; |
|
411 | 422 | path = Intro; |
412 | 423 | sourceTree = "<group>"; |
413 | 424 | }; |
| 425 | + DF3908912118FFF20049FD56 /* Animations */ = { |
| 426 | + isa = PBXGroup; |
| 427 | + children = ( |
| 428 | + DF390897211900320049FD56 /* AnimationsView.swift */, |
| 429 | + DF390899211900480049FD56 /* AnimationsViewController.swift */, |
| 430 | + ); |
| 431 | + path = Animations; |
| 432 | + sourceTree = "<group>"; |
| 433 | + }; |
414 | 434 | DF4C1A9F205AEDFC00DED50B /* SafeArea */ = { |
415 | 435 | isa = PBXGroup; |
416 | 436 | children = ( |
|
491 | 511 | isa = PBXProject; |
492 | 512 | attributes = { |
493 | 513 | LastSwiftUpdateCheck = 0900; |
494 | | - LastUpgradeCheck = 0900; |
| 514 | + LastUpgradeCheck = 0940; |
495 | 515 | ORGANIZATIONNAME = layoutbox; |
496 | 516 | TargetAttributes = { |
497 | 517 | 249EFE3E1E64FAFE00165E39 = { |
|
604 | 624 | inputPaths = ( |
605 | 625 | "${SRCROOT}/../Pods/Target Support Files/Pods-PinLayoutSample/Pods-PinLayoutSample-frameworks.sh", |
606 | 626 | "${BUILT_PRODUCTS_DIR}/PinLayout/PinLayout.framework", |
607 | | - "${PODS_ROOT}/Reveal-SDK/RevealServer-16/iOS/RevealServer.framework", |
| 627 | + "${PODS_ROOT}/Reveal-SDK/RevealServer-17/iOS/RevealServer.framework", |
608 | 628 | ); |
609 | 629 | name = "[CP] Embed Pods Frameworks"; |
610 | 630 | outputPaths = ( |
|
646 | 666 | 24DA374B1EF7F90600D1AB2F /* BaseFormView.swift in Sources */, |
647 | 667 | 24F75B5C1EE5644E008DB567 /* IntroViewController.swift in Sources */, |
648 | 668 | 241637741F8E4BC200EE703A /* IntroObjectiveCViewController.m in Sources */, |
| 669 | + DF390898211900320049FD56 /* AnimationsView.swift in Sources */, |
649 | 670 | 2439CC541E665C6B003326FB /* RelativeView.swift in Sources */, |
650 | 671 | 2439CC551E665C6B003326FB /* RelativeViewController.swift in Sources */, |
651 | 672 | 247157941F87BD680003424F /* UIEdgeInsets+PinLayout.swift in Sources */, |
|
654 | 675 | 24F246121FA8D4D100B6332E /* HouseCell.swift in Sources */, |
655 | 676 | DF4C1AAE205AF78A00DED50B /* SafeAreaCornersViewController.swift in Sources */, |
656 | 677 | 24A9C2031EF16A3E00F2CF64 /* AutoAdjustingSizeView.swift in Sources */, |
| 678 | + DFD27848211B1D090056BD93 /* UITabBarController+Orientation.swift in Sources */, |
657 | 679 | 24D18D1D1F3DED0D008129EF /* IntroRTLView.swift in Sources */, |
658 | 680 | DF4C1AAA205AF10900DED50B /* RoundedButton.swift in Sources */, |
659 | 681 | 2439CC351E665BF6003326FB /* MenuView.swift in Sources */, |
660 | 682 | 2439CC4B1E665C6B003326FB /* BasicView.swift in Sources */, |
661 | 683 | 24A9C1F61EF054BF00F2CF64 /* MethodCell.swift in Sources */, |
| 684 | + DFD27841211B1A710056BD93 /* UINavigationController+Orientation.swift in Sources */, |
662 | 685 | 24A9C2041EF16A3E00F2CF64 /* AutoAdjustingSizeViewController.swift in Sources */, |
663 | 686 | 24CB999C1F29059B004EA7FB /* AdjustToContainerView.swift in Sources */, |
664 | 687 | 2497CFED1EF40B9100DFD13B /* FormView.swift in Sources */, |
|
676 | 699 | 241637771F8E4F9100EE703A /* IntroObjectiveCView.m in Sources */, |
677 | 700 | 24CB99A01F290664004EA7FB /* ChoiceSelectorView.swift in Sources */, |
678 | 701 | 249326891EEEEE3D00BCB814 /* Stylesheet.swift in Sources */, |
| 702 | + DF39089A211900480049FD56 /* AnimationsViewController.swift in Sources */, |
679 | 703 | 2439CC521E665C6B003326FB /* MultiRelativeView.swift in Sources */, |
680 | 704 | 24F246101FA8D4D100B6332E /* CollectionViewExampleView.swift in Sources */, |
681 | 705 | 24A9C1F21EF0542F00F2CF64 /* TableViewExampleView.swift in Sources */, |
|
719 | 743 | CLANG_WARN_BOOL_CONVERSION = YES; |
720 | 744 | CLANG_WARN_COMMA = YES; |
721 | 745 | CLANG_WARN_CONSTANT_CONVERSION = YES; |
| 746 | + CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; |
722 | 747 | CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; |
723 | 748 | CLANG_WARN_DOCUMENTATION_COMMENTS = YES; |
724 | 749 | CLANG_WARN_EMPTY_BODY = YES; |
725 | 750 | CLANG_WARN_ENUM_CONVERSION = YES; |
726 | 751 | CLANG_WARN_INFINITE_RECURSION = YES; |
727 | 752 | CLANG_WARN_INT_CONVERSION = YES; |
728 | 753 | CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; |
| 754 | + CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; |
729 | 755 | CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; |
730 | 756 | CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; |
731 | 757 | CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; |
|
775 | 801 | CLANG_WARN_BOOL_CONVERSION = YES; |
776 | 802 | CLANG_WARN_COMMA = YES; |
777 | 803 | CLANG_WARN_CONSTANT_CONVERSION = YES; |
| 804 | + CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; |
778 | 805 | CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; |
779 | 806 | CLANG_WARN_DOCUMENTATION_COMMENTS = YES; |
780 | 807 | CLANG_WARN_EMPTY_BODY = YES; |
781 | 808 | CLANG_WARN_ENUM_CONVERSION = YES; |
782 | 809 | CLANG_WARN_INFINITE_RECURSION = YES; |
783 | 810 | CLANG_WARN_INT_CONVERSION = YES; |
784 | 811 | CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; |
| 812 | + CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; |
785 | 813 | CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; |
786 | 814 | CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; |
787 | 815 | CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; |
|
0 commit comments