|
55 | 55 | 2290958125D9D407002E8111 /* UILayoutPriority+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2290958025D9D407002E8111 /* UILayoutPriority+Extensions.swift */; };
|
56 | 56 | 2298C2051EE47DC900E2DDC1 /* Weak.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2298C2041EE47DC900E2DDC1 /* Weak.swift */; };
|
57 | 57 | 2298C2071EE480D000E2DDC1 /* Animator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2298C2061EE480D000E2DDC1 /* Animator.swift */; };
|
58 |
| - 2298C2091EE486E300E2DDC1 /* TopBottomAnimation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2298C2081EE486E300E2DDC1 /* TopBottomAnimation.swift */; }; |
| 58 | + 2298C2091EE486E300E2DDC1 /* EdgeAnimation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2298C2081EE486E300E2DDC1 /* EdgeAnimation.swift */; }; |
59 | 59 | 22DFC9161EFF30F6001B1CA1 /* CenteredView.xib in Resources */ = {isa = PBXBuildFile; fileRef = 22DFC9151EFF30F6001B1CA1 /* CenteredView.xib */; };
|
60 | 60 | 22DFC9181F00674E001B1CA1 /* PhysicsPanHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 22DFC9171F00674E001B1CA1 /* PhysicsPanHandler.swift */; };
|
61 | 61 | 22E01F641E74EC8B00ACE19A /* MaskingView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 22E01F631E74EC8B00ACE19A /* MaskingView.swift */; };
|
|
143 | 143 | 2290958025D9D407002E8111 /* UILayoutPriority+Extensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "UILayoutPriority+Extensions.swift"; sourceTree = "<group>"; };
|
144 | 144 | 2298C2041EE47DC900E2DDC1 /* Weak.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Weak.swift; sourceTree = "<group>"; };
|
145 | 145 | 2298C2061EE480D000E2DDC1 /* Animator.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Animator.swift; sourceTree = "<group>"; };
|
146 |
| - 2298C2081EE486E300E2DDC1 /* TopBottomAnimation.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TopBottomAnimation.swift; sourceTree = "<group>"; }; |
| 146 | + 2298C2081EE486E300E2DDC1 /* EdgeAnimation.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = EdgeAnimation.swift; sourceTree = "<group>"; }; |
147 | 147 | 22A2EA6E24EC6CFA00BB2540 /* Package.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Package.swift; sourceTree = "<group>"; };
|
148 | 148 | 22DFC9151EFF30F6001B1CA1 /* CenteredView.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; name = CenteredView.xib; path = Resources/CenteredView.xib; sourceTree = "<group>"; };
|
149 | 149 | 22DFC9171F00674E001B1CA1 /* PhysicsPanHandler.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PhysicsPanHandler.swift; sourceTree = "<group>"; };
|
|
221 | 221 | 2244656C1EF1D62700C50413 /* Animations */ = {
|
222 | 222 | isa = PBXGroup;
|
223 | 223 | children = (
|
224 |
| - 2298C2081EE486E300E2DDC1 /* TopBottomAnimation.swift */, |
| 224 | + 2298C2081EE486E300E2DDC1 /* EdgeAnimation.swift */, |
225 | 225 | 2270044A1FAFA6DD0045DDC3 /* PhysicsAnimation.swift */,
|
226 | 226 | 22DFC9171F00674E001B1CA1 /* PhysicsPanHandler.swift */,
|
227 | 227 | );
|
|
556 | 556 | 86BBA8FF1D5E040600FE8F16 /* Presenter.swift in Sources */,
|
557 | 557 | 86BBA9051D5E040C00FE8F16 /* Theme.swift in Sources */,
|
558 | 558 | 86BBA9081D5E040C00FE8F16 /* Error.swift in Sources */,
|
559 |
| - 2298C2091EE486E300E2DDC1 /* TopBottomAnimation.swift in Sources */, |
| 559 | + 2298C2091EE486E300E2DDC1 /* EdgeAnimation.swift in Sources */, |
560 | 560 | 86589D471D64B6E40041676C /* BaseView.swift in Sources */,
|
561 | 561 | 225304622290C76E00A03ACF /* NSLayoutConstraint+Extensions.swift in Sources */,
|
562 | 562 | 86BBA9071D5E040C00FE8F16 /* MarginAdjustable.swift in Sources */,
|
|
0 commit comments