|
13 | 13 | 7D05F3242741371400EBDBB1 /* RootViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7D05F3232741371400EBDBB1 /* RootViewController.swift */; }; |
14 | 14 | 7D05F33227413A1500EBDBB1 /* libBottomSheet.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 7D05F32A274139E100EBDBB1 /* libBottomSheet.a */; }; |
15 | 15 | 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, ); }; }; |
16 | 18 | 7D7338D4274269A3004D7E59 /* ResizeViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7D7338D3274269A3004D7E59 /* ResizeViewController.swift */; }; |
17 | 19 | 7DA6E0D9274F9186009F5C37 /* BottomSheetTransitioningDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7DA6E0B4274F915A009F5C37 /* BottomSheetTransitioningDelegate.swift */; }; |
18 | 20 | 7DA6E0DA274F918A009F5C37 /* BottomSheetNavigationController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7DA6E0B6274F915A009F5C37 /* BottomSheetNavigationController.swift */; }; |
|
35 | 37 | 7DB24C8A27BD1813001030C7 /* BottomSheetUtils.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 7DB24C8327BD1813001030C7 /* BottomSheetUtils.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; |
36 | 38 | 7DB24C9327BD18F1001030C7 /* BottomSheetUtils.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7DB24C8327BD1813001030C7 /* BottomSheetUtils.framework */; }; |
37 | 39 | 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, ); }; }; |
40 | 40 | /* End PBXBuildFile section */ |
41 | 41 |
|
42 | 42 | /* Begin PBXContainerItemProxy section */ |
|
87 | 87 | 7D05F3122741359C00EBDBB1 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
88 | 88 | 7D05F3232741371400EBDBB1 /* RootViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RootViewController.swift; sourceTree = "<group>"; }; |
89 | 89 | 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>"; }; |
90 | 92 | 7D7338D3274269A3004D7E59 /* ResizeViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ResizeViewController.swift; sourceTree = "<group>"; }; |
91 | 93 | 7DA6E0B4274F915A009F5C37 /* BottomSheetTransitioningDelegate.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BottomSheetTransitioningDelegate.swift; sourceTree = "<group>"; }; |
92 | 94 | 7DA6E0B6274F915A009F5C37 /* BottomSheetNavigationController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BottomSheetNavigationController.swift; sourceTree = "<group>"; }; |
|
107 | 109 | 7DA9B01927439FA100284B0F /* UIControl+EventHandling.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "UIControl+EventHandling.swift"; sourceTree = "<group>"; }; |
108 | 110 | 7DB24C8327BD1813001030C7 /* BottomSheetUtils.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = BottomSheetUtils.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
109 | 111 | 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>"; }; |
112 | 112 | /* End PBXFileReference section */ |
113 | 113 |
|
114 | 114 | /* Begin PBXFrameworksBuildPhase section */ |
|
322 | 322 | isa = PBXGroup; |
323 | 323 | children = ( |
324 | 324 | 7DDA237727BD25C800D006FE /* include */, |
325 | | - 7DB24CEB27BD1FAD001030C7 /* JMMulticastDelegate.h */, |
| 325 | + 7D59054727BD2DC70000BC17 /* BottomSheetUtils.h */, |
326 | 326 | 7DB24CE927BD1FAD001030C7 /* JMMulticastDelegate.m */, |
327 | 327 | ); |
328 | 328 | name = BottomSheetUtils; |
|
332 | 332 | 7DDA237727BD25C800D006FE /* include */ = { |
333 | 333 | isa = PBXGroup; |
334 | 334 | children = ( |
335 | | - 7DDA237827BD25C800D006FE /* BottomSheetUtils.h */, |
| 335 | + 7D59054927BD2DCE0000BC17 /* JMMulticastDelegate.h */, |
336 | 336 | ); |
337 | 337 | path = include; |
338 | 338 | sourceTree = "<group>"; |
|
344 | 344 | isa = PBXHeadersBuildPhase; |
345 | 345 | buildActionMask = 2147483647; |
346 | 346 | 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 */, |
349 | 349 | ); |
350 | 350 | runOnlyForDeploymentPostprocessing = 0; |
351 | 351 | }; |
|
0 commit comments