|
23 | 23 | 0F2A2C682239C15D003BDB2F /* UIViewController+PanModalPresenter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 74C072A9220BA82A00124CE1 /* UIViewController+PanModalPresenter.swift */; }; |
24 | 24 | 0F2A2C692239C162003BDB2F /* DimmedView.swift in Sources */ = {isa = PBXBuildFile; fileRef = DC13906E216D9458007A3E64 /* DimmedView.swift */; }; |
25 | 25 | 0F2A2C6A2239C165003BDB2F /* PanContainerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 94795C9C21F03368008045A0 /* PanContainerView.swift */; }; |
| 26 | + 48EE033725FA8E160069DE6C /* PanModalBackgroundInteraction.swift in Sources */ = {isa = PBXBuildFile; fileRef = 48EE033625FA8E160069DE6C /* PanModalBackgroundInteraction.swift */; }; |
| 27 | + 48EE034025FA8E320069DE6C /* PanModalBackgroundInteraction.swift in Sources */ = {isa = PBXBuildFile; fileRef = 48EE033625FA8E160069DE6C /* PanModalBackgroundInteraction.swift */; }; |
26 | 28 | 743CABB02225FC9F00634A5A /* UserGroupViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 743CABAF2225FC9F00634A5A /* UserGroupViewController.swift */; }; |
27 | 29 | 743CABB22225FD1100634A5A /* UserGroupHeaderView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 743CABB12225FD1100634A5A /* UserGroupHeaderView.swift */; }; |
28 | 30 | 743CABB42225FE7700634A5A /* UserGroupMemberPresentable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 743CABB32225FE7700634A5A /* UserGroupMemberPresentable.swift */; }; |
|
93 | 95 | 0F2A2C512239C119003BDB2F /* PanModal.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = PanModal.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
94 | 96 | 0F2A2C532239C119003BDB2F /* PanModal.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PanModal.h; sourceTree = "<group>"; }; |
95 | 97 | 0F2A2C542239C119003BDB2F /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
| 98 | + 48EE033625FA8E160069DE6C /* PanModalBackgroundInteraction.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PanModalBackgroundInteraction.swift; sourceTree = "<group>"; }; |
96 | 99 | 743CABAF2225FC9F00634A5A /* UserGroupViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UserGroupViewController.swift; sourceTree = "<group>"; }; |
97 | 100 | 743CABB12225FD1100634A5A /* UserGroupHeaderView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UserGroupHeaderView.swift; sourceTree = "<group>"; }; |
98 | 101 | 743CABB32225FE7700634A5A /* UserGroupMemberPresentable.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UserGroupMemberPresentable.swift; sourceTree = "<group>"; }; |
|
300 | 303 | isa = PBXGroup; |
301 | 304 | children = ( |
302 | 305 | 74C072A4220BA76D00124CE1 /* PanModalHeight.swift */, |
| 306 | + 48EE033625FA8E160069DE6C /* PanModalBackgroundInteraction.swift */, |
303 | 307 | DC139068216D9458007A3E64 /* PanModalPresentable.swift */, |
304 | 308 | DCC0EE7B21917F2500208DBC /* PanModalPresentable+Defaults.swift */, |
305 | 309 | DC139069216D9458007A3E64 /* PanModalPresentable+UIViewController.swift */, |
|
540 | 544 | 0F2A2C642239C14E003BDB2F /* PanModalPresentable+Defaults.swift in Sources */, |
541 | 545 | 0F2A2C652239C151003BDB2F /* PanModalPresentable+UIViewController.swift in Sources */, |
542 | 546 | 0F2A2C662239C153003BDB2F /* PanModalPresentable+LayoutHelpers.swift in Sources */, |
| 547 | + 48EE033725FA8E160069DE6C /* PanModalBackgroundInteraction.swift in Sources */, |
543 | 548 | 0F2A2C672239C157003BDB2F /* PanModalPresenter.swift in Sources */, |
544 | 549 | 0F2A2C682239C15D003BDB2F /* UIViewController+PanModalPresenter.swift in Sources */, |
545 | 550 | 0F2A2C692239C162003BDB2F /* DimmedView.swift in Sources */, |
|
587 | 592 | 743CABD322265F2E00634A5A /* ProfileViewController.swift in Sources */, |
588 | 593 | DC139070216D9458007A3E64 /* PanModalPresentationAnimator.swift in Sources */, |
589 | 594 | 944EBA2E227BB7F400C4C97B /* FullScreenNavController.swift in Sources */, |
| 595 | + 48EE034025FA8E320069DE6C /* PanModalBackgroundInteraction.swift in Sources */, |
590 | 596 | DCA741AE216D90410021F2F2 /* AppDelegate.swift in Sources */, |
591 | 597 | ); |
592 | 598 | runOnlyForDeploymentPostprocessing = 0; |
|
0 commit comments