|
15 | 15 | 3298C7101E66B58700198719 /* Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = 3298C7091E66B58700198719 /* Info.plist */; }; |
16 | 16 | 3298C7121E66B74A00198719 /* SidebarOverlay.h in Headers */ = {isa = PBXBuildFile; fileRef = 3298C7041E66B58700198719 /* SidebarOverlay.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
17 | 17 | 3298C7131E66B84800198719 /* SOContainerViewControllerTestCase.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3298C70A1E66B58700198719 /* SOContainerViewControllerTestCase.swift */; }; |
18 | | - 3298C7171E66B95700198719 /* Package.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3298C7161E66B95700198719 /* Package.swift */; }; |
| 18 | + 3298C71A1E66B9BD00198719 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3298C7191E66B9BD00198719 /* UIKit.framework */; }; |
| 19 | + 3298C71D1E66BC0F00198719 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3298C71C1E66BC0F00198719 /* Foundation.framework */; }; |
19 | 20 | /* End PBXBuildFile section */ |
20 | 21 |
|
21 | 22 | /* Begin PBXContainerItemProxy section */ |
|
39 | 40 | 3298C7091E66B58700198719 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
40 | 41 | 3298C70A1E66B58700198719 /* SOContainerViewControllerTestCase.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SOContainerViewControllerTestCase.swift; sourceTree = "<group>"; }; |
41 | 42 | 3298C7161E66B95700198719 /* Package.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Package.swift; sourceTree = "<group>"; }; |
| 43 | + 3298C7191E66B9BD00198719 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; }; |
| 44 | + 3298C71C1E66BC0F00198719 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; }; |
42 | 45 | /* End PBXFileReference section */ |
43 | 46 |
|
44 | 47 | /* Begin PBXFrameworksBuildPhase section */ |
45 | 48 | 322EAC0B1C2B3F820077D684 /* Frameworks */ = { |
46 | 49 | isa = PBXFrameworksBuildPhase; |
47 | 50 | buildActionMask = 2147483647; |
48 | 51 | files = ( |
| 52 | + 3298C71D1E66BC0F00198719 /* Foundation.framework in Frameworks */, |
| 53 | + 3298C71A1E66B9BD00198719 /* UIKit.framework in Frameworks */, |
49 | 54 | ); |
50 | 55 | runOnlyForDeploymentPostprocessing = 0; |
51 | 56 | }; |
|
67 | 72 | 3298C7021E66B58700198719 /* Source */, |
68 | 73 | 3298C7081E66B58700198719 /* Tests */, |
69 | 74 | 322EAC101C2B3F820077D684 /* Products */, |
| 75 | + 3298C7181E66B9BC00198719 /* Frameworks */, |
70 | 76 | ); |
71 | 77 | sourceTree = "<group>"; |
72 | 78 | }; |
|
100 | 106 | path = Tests; |
101 | 107 | sourceTree = "<group>"; |
102 | 108 | }; |
| 109 | + 3298C7181E66B9BC00198719 /* Frameworks */ = { |
| 110 | + isa = PBXGroup; |
| 111 | + children = ( |
| 112 | + 3298C71C1E66BC0F00198719 /* Foundation.framework */, |
| 113 | + 3298C7191E66B9BD00198719 /* UIKit.framework */, |
| 114 | + ); |
| 115 | + name = Frameworks; |
| 116 | + sourceTree = "<group>"; |
| 117 | + }; |
103 | 118 | /* End PBXGroup section */ |
104 | 119 |
|
105 | 120 | /* Begin PBXHeadersBuildPhase section */ |
|
213 | 228 | isa = PBXSourcesBuildPhase; |
214 | 229 | buildActionMask = 2147483647; |
215 | 230 | files = ( |
216 | | - 3298C7171E66B95700198719 /* Package.swift in Sources */, |
217 | 231 | 3298C70E1E66B58700198719 /* SOSide.swift in Sources */, |
218 | 232 | 3298C70D1E66B58700198719 /* SOContainerViewController.swift in Sources */, |
219 | 233 | 3298C70F1E66B58700198719 /* UIViewController.swift in Sources */, |
|
0 commit comments