Skip to content

Commit b1b2f94

Browse files
committed
Attempt to fix build for SPM not breaking it for xcodeproj
1 parent 7d74fe6 commit b1b2f94

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

BottomSheetDemo.xcodeproj/project.pbxproj

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313
7D05F3242741371400EBDBB1 /* RootViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7D05F3232741371400EBDBB1 /* RootViewController.swift */; };
1414
7D05F33227413A1500EBDBB1 /* libBottomSheet.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 7D05F32A274139E100EBDBB1 /* libBottomSheet.a */; };
1515
7D05F342274140F700EBDBB1 /* SnapKit in Frameworks */ = {isa = PBXBuildFile; productRef = 7D05F341274140F700EBDBB1 /* SnapKit */; };
16+
7D59054827BD2DC70000BC17 /* BottomSheetUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 7D59054727BD2DC70000BC17 /* BottomSheetUtils.h */; settings = {ATTRIBUTES = (Public, ); }; };
17+
7D59054A27BD2DCE0000BC17 /* JMMulticastDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 7D59054927BD2DCE0000BC17 /* JMMulticastDelegate.h */; settings = {ATTRIBUTES = (Public, ); }; };
1618
7D7338D4274269A3004D7E59 /* ResizeViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7D7338D3274269A3004D7E59 /* ResizeViewController.swift */; };
1719
7DA6E0D9274F9186009F5C37 /* BottomSheetTransitioningDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7DA6E0B4274F915A009F5C37 /* BottomSheetTransitioningDelegate.swift */; };
1820
7DA6E0DA274F918A009F5C37 /* BottomSheetNavigationController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7DA6E0B6274F915A009F5C37 /* BottomSheetNavigationController.swift */; };
@@ -35,8 +37,6 @@
3537
7DB24C8A27BD1813001030C7 /* BottomSheetUtils.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 7DB24C8327BD1813001030C7 /* BottomSheetUtils.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
3638
7DB24C9327BD18F1001030C7 /* BottomSheetUtils.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7DB24C8327BD1813001030C7 /* BottomSheetUtils.framework */; };
3739
7DB24CEC27BD1FAD001030C7 /* JMMulticastDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 7DB24CE927BD1FAD001030C7 /* JMMulticastDelegate.m */; };
38-
7DB24CEE27BD1FAD001030C7 /* JMMulticastDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 7DB24CEB27BD1FAD001030C7 /* JMMulticastDelegate.h */; settings = {ATTRIBUTES = (Public, ); }; };
39-
7DDA237927BD25C800D006FE /* BottomSheetUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 7DDA237827BD25C800D006FE /* BottomSheetUtils.h */; settings = {ATTRIBUTES = (Public, ); }; };
4040
/* End PBXBuildFile section */
4141

4242
/* Begin PBXContainerItemProxy section */
@@ -87,6 +87,8 @@
8787
7D05F3122741359C00EBDBB1 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
8888
7D05F3232741371400EBDBB1 /* RootViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RootViewController.swift; sourceTree = "<group>"; };
8989
7D05F32A274139E100EBDBB1 /* libBottomSheet.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libBottomSheet.a; sourceTree = BUILT_PRODUCTS_DIR; };
90+
7D59054727BD2DC70000BC17 /* BottomSheetUtils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BottomSheetUtils.h; sourceTree = "<group>"; };
91+
7D59054927BD2DCE0000BC17 /* JMMulticastDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = JMMulticastDelegate.h; sourceTree = "<group>"; };
9092
7D7338D3274269A3004D7E59 /* ResizeViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ResizeViewController.swift; sourceTree = "<group>"; };
9193
7DA6E0B4274F915A009F5C37 /* BottomSheetTransitioningDelegate.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BottomSheetTransitioningDelegate.swift; sourceTree = "<group>"; };
9294
7DA6E0B6274F915A009F5C37 /* BottomSheetNavigationController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BottomSheetNavigationController.swift; sourceTree = "<group>"; };
@@ -107,8 +109,6 @@
107109
7DA9B01927439FA100284B0F /* UIControl+EventHandling.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "UIControl+EventHandling.swift"; sourceTree = "<group>"; };
108110
7DB24C8327BD1813001030C7 /* BottomSheetUtils.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = BottomSheetUtils.framework; sourceTree = BUILT_PRODUCTS_DIR; };
109111
7DB24CE927BD1FAD001030C7 /* JMMulticastDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = JMMulticastDelegate.m; sourceTree = "<group>"; };
110-
7DB24CEB27BD1FAD001030C7 /* JMMulticastDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = JMMulticastDelegate.h; sourceTree = "<group>"; };
111-
7DDA237827BD25C800D006FE /* BottomSheetUtils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BottomSheetUtils.h; sourceTree = "<group>"; };
112112
/* End PBXFileReference section */
113113

114114
/* Begin PBXFrameworksBuildPhase section */
@@ -322,7 +322,7 @@
322322
isa = PBXGroup;
323323
children = (
324324
7DDA237727BD25C800D006FE /* include */,
325-
7DB24CEB27BD1FAD001030C7 /* JMMulticastDelegate.h */,
325+
7D59054727BD2DC70000BC17 /* BottomSheetUtils.h */,
326326
7DB24CE927BD1FAD001030C7 /* JMMulticastDelegate.m */,
327327
);
328328
name = BottomSheetUtils;
@@ -332,7 +332,7 @@
332332
7DDA237727BD25C800D006FE /* include */ = {
333333
isa = PBXGroup;
334334
children = (
335-
7DDA237827BD25C800D006FE /* BottomSheetUtils.h */,
335+
7D59054927BD2DCE0000BC17 /* JMMulticastDelegate.h */,
336336
);
337337
path = include;
338338
sourceTree = "<group>";
@@ -344,8 +344,8 @@
344344
isa = PBXHeadersBuildPhase;
345345
buildActionMask = 2147483647;
346346
files = (
347-
7DB24CEE27BD1FAD001030C7 /* JMMulticastDelegate.h in Headers */,
348-
7DDA237927BD25C800D006FE /* BottomSheetUtils.h in Headers */,
347+
7D59054827BD2DC70000BC17 /* BottomSheetUtils.h in Headers */,
348+
7D59054A27BD2DCE0000BC17 /* JMMulticastDelegate.h in Headers */,
349349
);
350350
runOnlyForDeploymentPostprocessing = 0;
351351
};
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)