|
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 |
| - DE6C3D736B571B80E207DF6A /* Pods_PinLayoutSample.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = AAD69688AA2A3F0994F3074E /* Pods_PinLayoutSample.framework */; }; |
| 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 */; }; |
45 | 49 | DF390898211900320049FD56 /* AnimationsView.swift in Sources */ = {isa = PBXBuildFile; fileRef = DF390897211900320049FD56 /* AnimationsView.swift */; };
|
46 | 50 | DF39089A211900480049FD56 /* AnimationsViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = DF390899211900480049FD56 /* AnimationsViewController.swift */; };
|
47 | 51 | DF4C1AA4205AEDFC00DED50B /* SafeAreaView.swift in Sources */ = {isa = PBXBuildFile; fileRef = DF4C1AA0205AEDFC00DED50B /* SafeAreaView.swift */; };
|
|
148 | 152 | 24F75B591EE5644E008DB567 /* IntroView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = IntroView.swift; sourceTree = "<group>"; };
|
149 | 153 | 24F75B5A1EE5644E008DB567 /* IntroViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = IntroViewController.swift; sourceTree = "<group>"; };
|
150 | 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>"; };
|
151 |
| - AAD69688AA2A3F0994F3074E /* Pods_PinLayoutSample.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_PinLayoutSample.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
152 | 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>"; }; |
153 | 161 | DF390897211900320049FD56 /* AnimationsView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = AnimationsView.swift; path = PinLayoutSample/UI/Examples/Animations/AnimationsView.swift; sourceTree = SOURCE_ROOT; };
|
154 | 162 | DF390899211900480049FD56 /* AnimationsViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AnimationsViewController.swift; sourceTree = "<group>"; };
|
155 | 163 | DF4C1AA0205AEDFC00DED50B /* SafeAreaView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SafeAreaView.swift; sourceTree = "<group>"; };
|
|
173 | 181 | isa = PBXFrameworksBuildPhase;
|
174 | 182 | buildActionMask = 2147483647;
|
175 | 183 | files = (
|
176 |
| - DE6C3D736B571B80E207DF6A /* Pods_PinLayoutSample.framework in Frameworks */, |
177 | 184 | );
|
178 | 185 | runOnlyForDeploymentPostprocessing = 0;
|
179 | 186 | };
|
|
183 | 190 | 160FB83905049FCEDD18DC8A /* Frameworks */ = {
|
184 | 191 | isa = PBXGroup;
|
185 | 192 | children = (
|
186 |
| - AAD69688AA2A3F0994F3074E /* Pods_PinLayoutSample.framework */, |
187 | 193 | 246812FC1F8D013500462E53 /* NotificationCenter.framework */,
|
188 | 194 | );
|
189 | 195 | name = Frameworks;
|
|
240 | 246 | DFD31B9D212EE4D600566CA4 /* TableViewReadableContent */,
|
241 | 247 | 24D18D181F3DECD6008129EF /* IntroRTL */,
|
242 | 248 | 2416376F1F8E4BC200EE703A /* IntroObjectiveC */,
|
| 249 | + C892FA1124A582050086A75E /* AutoSizing */, |
243 | 250 | 24CD1E8D1F8E4B0A00C3A54D /* PinLayoutSample-Bridging-Header.h */,
|
244 | 251 | );
|
245 | 252 | path = Examples;
|
|
255 | 262 | 24F246131FA8D57100B6332E /* UIImageView+Download.swift */,
|
256 | 263 | DFD27840211B1A700056BD93 /* UINavigationController+Orientation.swift */,
|
257 | 264 | DFD27847211B1D090056BD93 /* UITabBarController+Orientation.swift */,
|
| 265 | + C892FA1C24A584010086A75E /* ContentService.swift */, |
| 266 | + C892FA2024A598170086A75E /* ProxyWrapper.swift */, |
258 | 267 | );
|
259 | 268 | path = Common;
|
260 | 269 | sourceTree = "<group>";
|
|
399 | 408 | path = Intro;
|
400 | 409 | sourceTree = "<group>";
|
401 | 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 | + }; |
402 | 421 | DF3908912118FFF20049FD56 /* Animations */ = {
|
403 | 422 | isa = PBXGroup;
|
404 | 423 | children = (
|
|
661 | 680 | 24F75B5C1EE5644E008DB567 /* IntroViewController.swift in Sources */,
|
662 | 681 | 241637741F8E4BC200EE703A /* IntroObjectiveCViewController.m in Sources */,
|
663 | 682 | DF390898211900320049FD56 /* AnimationsView.swift in Sources */,
|
| 683 | + C892FA2124A598170086A75E /* ProxyWrapper.swift in Sources */, |
664 | 684 | 2439CC541E665C6B003326FB /* RelativeView.swift in Sources */,
|
665 | 685 | 2439CC551E665C6B003326FB /* RelativeViewController.swift in Sources */,
|
666 | 686 | 247157941F87BD680003424F /* UIEdgeInsets+PinLayout.swift in Sources */,
|
667 | 687 | 24D18D1E1F3DED0D008129EF /* IntroRTLViewController.swift in Sources */,
|
| 688 | + C892FA1F24A597FA0086A75E /* AutoSizingContainerView.swift in Sources */, |
668 | 689 | DFEAF74C20C9649F00E33147 /* WrapContentViewController.swift in Sources */,
|
669 | 690 | 24F246121FA8D4D100B6332E /* HouseCell.swift in Sources */,
|
670 | 691 | DF4C1AAE205AF78A00DED50B /* SafeAreaAndMarginsViewController.swift in Sources */,
|
|
681 | 702 | 24CB999C1F29059B004EA7FB /* AdjustToContainerView.swift in Sources */,
|
682 | 703 | 2497CFED1EF40B9100DFD13B /* FormView.swift in Sources */,
|
683 | 704 | 24F75B5B1EE5644E008DB567 /* IntroView.swift in Sources */,
|
| 705 | + C892FA1B24A5822B0086A75E /* AutoSizingView.swift in Sources */, |
684 | 706 | DF4C1AA5205AEDFC00DED50B /* SafeAreaViewController.swift in Sources */,
|
685 | 707 | DFEAF74A20C9648A00E33147 /* WrapContentView.swift in Sources */,
|
686 | 708 | 249EFE431E64FAFE00165E39 /* AppDelegate.swift in Sources */,
|
|
693 | 715 | 24F246111FA8D4D100B6332E /* CollectionViewExampleViewController.swift in Sources */,
|
694 | 716 | 2439CC531E665C6B003326FB /* BetweenViewController.swift in Sources */,
|
695 | 717 | DF4C1AA4205AEDFC00DED50B /* SafeAreaView.swift in Sources */,
|
| 718 | + C892FA1924A5821E0086A75E /* AutoSizingViewController.swift in Sources */, |
696 | 719 | 241637771F8E4F9100EE703A /* IntroObjectiveCView.m in Sources */,
|
697 | 720 | 24CB99A01F290664004EA7FB /* ChoiceSelectorView.swift in Sources */,
|
698 | 721 | 249326891EEEEE3D00BCB814 /* Stylesheet.swift in Sources */,
|
| 722 | + C892FA1D24A584010086A75E /* ContentService.swift in Sources */, |
699 | 723 | DFD31BA0212EE4F200566CA4 /* TableViewReadableContentView.swift in Sources */,
|
700 | 724 | DF39089A211900480049FD56 /* AnimationsViewController.swift in Sources */,
|
701 | 725 | 2439CC521E665C6B003326FB /* BetweenView.swift in Sources */,
|
|
0 commit comments