Skip to content

Commit 288325d

Browse files
author
Alexander Perechnev
committed
Look like SPM is right here.
1 parent 8c401a9 commit 288325d

1 file changed

Lines changed: 16 additions & 2 deletions

File tree

SidebarOverlay.xcodeproj/project.pbxproj

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
3298C7101E66B58700198719 /* Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = 3298C7091E66B58700198719 /* Info.plist */; };
1616
3298C7121E66B74A00198719 /* SidebarOverlay.h in Headers */ = {isa = PBXBuildFile; fileRef = 3298C7041E66B58700198719 /* SidebarOverlay.h */; settings = {ATTRIBUTES = (Public, ); }; };
1717
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 */; };
1920
/* End PBXBuildFile section */
2021

2122
/* Begin PBXContainerItemProxy section */
@@ -39,13 +40,17 @@
3940
3298C7091E66B58700198719 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
4041
3298C70A1E66B58700198719 /* SOContainerViewControllerTestCase.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SOContainerViewControllerTestCase.swift; sourceTree = "<group>"; };
4142
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; };
4245
/* End PBXFileReference section */
4346

4447
/* Begin PBXFrameworksBuildPhase section */
4548
322EAC0B1C2B3F820077D684 /* Frameworks */ = {
4649
isa = PBXFrameworksBuildPhase;
4750
buildActionMask = 2147483647;
4851
files = (
52+
3298C71D1E66BC0F00198719 /* Foundation.framework in Frameworks */,
53+
3298C71A1E66B9BD00198719 /* UIKit.framework in Frameworks */,
4954
);
5055
runOnlyForDeploymentPostprocessing = 0;
5156
};
@@ -67,6 +72,7 @@
6772
3298C7021E66B58700198719 /* Source */,
6873
3298C7081E66B58700198719 /* Tests */,
6974
322EAC101C2B3F820077D684 /* Products */,
75+
3298C7181E66B9BC00198719 /* Frameworks */,
7076
);
7177
sourceTree = "<group>";
7278
};
@@ -100,6 +106,15 @@
100106
path = Tests;
101107
sourceTree = "<group>";
102108
};
109+
3298C7181E66B9BC00198719 /* Frameworks */ = {
110+
isa = PBXGroup;
111+
children = (
112+
3298C71C1E66BC0F00198719 /* Foundation.framework */,
113+
3298C7191E66B9BD00198719 /* UIKit.framework */,
114+
);
115+
name = Frameworks;
116+
sourceTree = "<group>";
117+
};
103118
/* End PBXGroup section */
104119

105120
/* Begin PBXHeadersBuildPhase section */
@@ -213,7 +228,6 @@
213228
isa = PBXSourcesBuildPhase;
214229
buildActionMask = 2147483647;
215230
files = (
216-
3298C7171E66B95700198719 /* Package.swift in Sources */,
217231
3298C70E1E66B58700198719 /* SOSide.swift in Sources */,
218232
3298C70D1E66B58700198719 /* SOContainerViewController.swift in Sources */,
219233
3298C70F1E66B58700198719 /* UIViewController.swift in Sources */,

0 commit comments

Comments
 (0)