|
41 | 41 | 24F246141FA8D57100B6332E /* UIImageView+Download.swift in Sources */ = {isa = PBXBuildFile; fileRef = 24F246131FA8D57100B6332E /* UIImageView+Download.swift */; }; |
42 | 42 | 24F75B5B1EE5644E008DB567 /* IntroView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 24F75B591EE5644E008DB567 /* IntroView.swift */; }; |
43 | 43 | 24F75B5C1EE5644E008DB567 /* IntroViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 24F75B5A1EE5644E008DB567 /* IntroViewController.swift */; }; |
| 44 | + C892FA1924A5821E0086A75E /* AutoSizingViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = C892FA1824A5821E0086A75E /* AutoSizingViewController.swift */; }; |
| 45 | + C892FA1B24A5822B0086A75E /* AutoSizingView.swift in Sources */ = {isa = PBXBuildFile; fileRef = C892FA1A24A5822B0086A75E /* AutoSizingView.swift */; }; |
| 46 | + C892FA1D24A584010086A75E /* ContentService.swift in Sources */ = {isa = PBXBuildFile; fileRef = C892FA1C24A584010086A75E /* ContentService.swift */; }; |
| 47 | + C892FA1F24A597FA0086A75E /* AutoSizingContainerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = C892FA1E24A597FA0086A75E /* AutoSizingContainerView.swift */; }; |
| 48 | + C892FA2124A598170086A75E /* ProxyWrapper.swift in Sources */ = {isa = PBXBuildFile; fileRef = C892FA2024A598170086A75E /* ProxyWrapper.swift */; }; |
44 | 49 | DF390898211900320049FD56 /* AnimationsView.swift in Sources */ = {isa = PBXBuildFile; fileRef = DF390897211900320049FD56 /* AnimationsView.swift */; }; |
45 | 50 | DF39089A211900480049FD56 /* AnimationsViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = DF390899211900480049FD56 /* AnimationsViewController.swift */; }; |
46 | 51 | DF4C1AA4205AEDFC00DED50B /* SafeAreaView.swift in Sources */ = {isa = PBXBuildFile; fileRef = DF4C1AA0205AEDFC00DED50B /* SafeAreaView.swift */; }; |
|
148 | 153 | 24F75B5A1EE5644E008DB567 /* IntroViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = IntroViewController.swift; sourceTree = "<group>"; }; |
149 | 154 | 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>"; }; |
150 | 155 | 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>"; }; |
| 156 | + C892FA1824A5821E0086A75E /* AutoSizingViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AutoSizingViewController.swift; sourceTree = "<group>"; }; |
| 157 | + C892FA1A24A5822B0086A75E /* AutoSizingView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AutoSizingView.swift; sourceTree = "<group>"; }; |
| 158 | + C892FA1C24A584010086A75E /* ContentService.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentService.swift; sourceTree = "<group>"; }; |
| 159 | + C892FA1E24A597FA0086A75E /* AutoSizingContainerView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AutoSizingContainerView.swift; sourceTree = "<group>"; }; |
| 160 | + C892FA2024A598170086A75E /* ProxyWrapper.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ProxyWrapper.swift; sourceTree = "<group>"; }; |
151 | 161 | DF390897211900320049FD56 /* AnimationsView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = AnimationsView.swift; path = PinLayoutSample/UI/Examples/Animations/AnimationsView.swift; sourceTree = SOURCE_ROOT; }; |
152 | 162 | DF390899211900480049FD56 /* AnimationsViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AnimationsViewController.swift; sourceTree = "<group>"; }; |
153 | 163 | DF4C1AA0205AEDFC00DED50B /* SafeAreaView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SafeAreaView.swift; sourceTree = "<group>"; }; |
|
236 | 246 | DFD31B9D212EE4D600566CA4 /* TableViewReadableContent */, |
237 | 247 | 24D18D181F3DECD6008129EF /* IntroRTL */, |
238 | 248 | 2416376F1F8E4BC200EE703A /* IntroObjectiveC */, |
| 249 | + C892FA1124A582050086A75E /* AutoSizing */, |
239 | 250 | 24CD1E8D1F8E4B0A00C3A54D /* PinLayoutSample-Bridging-Header.h */, |
240 | 251 | ); |
241 | 252 | path = Examples; |
|
251 | 262 | 24F246131FA8D57100B6332E /* UIImageView+Download.swift */, |
252 | 263 | DFD27840211B1A700056BD93 /* UINavigationController+Orientation.swift */, |
253 | 264 | DFD27847211B1D090056BD93 /* UITabBarController+Orientation.swift */, |
| 265 | + C892FA1C24A584010086A75E /* ContentService.swift */, |
| 266 | + C892FA2024A598170086A75E /* ProxyWrapper.swift */, |
254 | 267 | ); |
255 | 268 | path = Common; |
256 | 269 | sourceTree = "<group>"; |
|
395 | 408 | path = Intro; |
396 | 409 | sourceTree = "<group>"; |
397 | 410 | }; |
| 411 | + C892FA1124A582050086A75E /* AutoSizing */ = { |
| 412 | + isa = PBXGroup; |
| 413 | + children = ( |
| 414 | + C892FA1824A5821E0086A75E /* AutoSizingViewController.swift */, |
| 415 | + C892FA1A24A5822B0086A75E /* AutoSizingView.swift */, |
| 416 | + C892FA1E24A597FA0086A75E /* AutoSizingContainerView.swift */, |
| 417 | + ); |
| 418 | + path = AutoSizing; |
| 419 | + sourceTree = "<group>"; |
| 420 | + }; |
398 | 421 | DF3908912118FFF20049FD56 /* Animations */ = { |
399 | 422 | isa = PBXGroup; |
400 | 423 | children = ( |
|
657 | 680 | 24F75B5C1EE5644E008DB567 /* IntroViewController.swift in Sources */, |
658 | 681 | 241637741F8E4BC200EE703A /* IntroObjectiveCViewController.m in Sources */, |
659 | 682 | DF390898211900320049FD56 /* AnimationsView.swift in Sources */, |
| 683 | + C892FA2124A598170086A75E /* ProxyWrapper.swift in Sources */, |
660 | 684 | 2439CC541E665C6B003326FB /* RelativeView.swift in Sources */, |
661 | 685 | 2439CC551E665C6B003326FB /* RelativeViewController.swift in Sources */, |
662 | 686 | 247157941F87BD680003424F /* UIEdgeInsets+PinLayout.swift in Sources */, |
663 | 687 | 24D18D1E1F3DED0D008129EF /* IntroRTLViewController.swift in Sources */, |
| 688 | + C892FA1F24A597FA0086A75E /* AutoSizingContainerView.swift in Sources */, |
664 | 689 | DFEAF74C20C9649F00E33147 /* WrapContentViewController.swift in Sources */, |
665 | 690 | 24F246121FA8D4D100B6332E /* HouseCell.swift in Sources */, |
666 | 691 | DF4C1AAE205AF78A00DED50B /* SafeAreaAndMarginsViewController.swift in Sources */, |
|
677 | 702 | 24CB999C1F29059B004EA7FB /* AdjustToContainerView.swift in Sources */, |
678 | 703 | 2497CFED1EF40B9100DFD13B /* FormView.swift in Sources */, |
679 | 704 | 24F75B5B1EE5644E008DB567 /* IntroView.swift in Sources */, |
| 705 | + C892FA1B24A5822B0086A75E /* AutoSizingView.swift in Sources */, |
680 | 706 | DF4C1AA5205AEDFC00DED50B /* SafeAreaViewController.swift in Sources */, |
681 | 707 | DFEAF74A20C9648A00E33147 /* WrapContentView.swift in Sources */, |
682 | 708 | 249EFE431E64FAFE00165E39 /* AppDelegate.swift in Sources */, |
|
689 | 715 | 24F246111FA8D4D100B6332E /* CollectionViewExampleViewController.swift in Sources */, |
690 | 716 | 2439CC531E665C6B003326FB /* BetweenViewController.swift in Sources */, |
691 | 717 | DF4C1AA4205AEDFC00DED50B /* SafeAreaView.swift in Sources */, |
| 718 | + C892FA1924A5821E0086A75E /* AutoSizingViewController.swift in Sources */, |
692 | 719 | 241637771F8E4F9100EE703A /* IntroObjectiveCView.m in Sources */, |
693 | 720 | 24CB99A01F290664004EA7FB /* ChoiceSelectorView.swift in Sources */, |
694 | 721 | 249326891EEEEE3D00BCB814 /* Stylesheet.swift in Sources */, |
| 722 | + C892FA1D24A584010086A75E /* ContentService.swift in Sources */, |
695 | 723 | DFD31BA0212EE4F200566CA4 /* TableViewReadableContentView.swift in Sources */, |
696 | 724 | DF39089A211900480049FD56 /* AnimationsViewController.swift in Sources */, |
697 | 725 | 2439CC521E665C6B003326FB /* BetweenView.swift in Sources */, |
|
0 commit comments