|
11 | 11 | 6402E1F22347A8540087963C /* Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6402E1F12347A8540087963C /* Extension.swift */; }; |
12 | 12 | 647C77B32348EA1600CAEB9F /* PricingVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = 647C77B22348EA1600CAEB9F /* PricingVC.swift */; }; |
13 | 13 | 6489C0612349C571003E5344 /* NotesVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6489C0602349C571003E5344 /* NotesVC.swift */; }; |
| 14 | + 649B1E9223B1251400BD6BFD /* ScrollStackRowAnimator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 649B1E9123B1251400BD6BFD /* ScrollStackRowAnimator.swift */; }; |
| 15 | + 649B1E9323B1251900BD6BFD /* ScrollStackRowAnimator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 649B1E9123B1251400BD6BFD /* ScrollStackRowAnimator.swift */; }; |
14 | 16 | 64A8E8B32348CCCE00E893FB /* WelcomeVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = 64A8E8B02348CCCE00E893FB /* WelcomeVC.swift */; }; |
15 | 17 | 64C02255234735A800A6D844 /* ScrollStackViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 64C0224F234735A800A6D844 /* ScrollStackViewController.swift */; }; |
16 | 18 | 64C02257234735A800A6D844 /* ScrollStack.swift in Sources */ = {isa = PBXBuildFile; fileRef = 64C02250234735A800A6D844 /* ScrollStack.swift */; }; |
|
50 | 52 | 6402E1F12347A8540087963C /* Extension.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Extension.swift; sourceTree = "<group>"; }; |
51 | 53 | 647C77B22348EA1600CAEB9F /* PricingVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PricingVC.swift; sourceTree = "<group>"; }; |
52 | 54 | 6489C0602349C571003E5344 /* NotesVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NotesVC.swift; sourceTree = "<group>"; }; |
| 55 | + 649B1E9123B1251400BD6BFD /* ScrollStackRowAnimator.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ScrollStackRowAnimator.swift; sourceTree = "<group>"; }; |
53 | 56 | 64A8E8B02348CCCE00E893FB /* WelcomeVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WelcomeVC.swift; sourceTree = "<group>"; }; |
54 | 57 | 64C0224F234735A800A6D844 /* ScrollStackViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ScrollStackViewController.swift; sourceTree = "<group>"; }; |
55 | 58 | 64C02250234735A800A6D844 /* ScrollStack.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ScrollStack.swift; sourceTree = "<group>"; }; |
|
131 | 134 | children = ( |
132 | 135 | 64C0228523475A0E00A6D844 /* ScrollStack+Protocols.swift */, |
133 | 136 | 64C02253234735A800A6D844 /* UIView+AutoLayout_Extensions.swift */, |
| 137 | + 649B1E9123B1251400BD6BFD /* ScrollStackRowAnimator.swift */, |
134 | 138 | ); |
135 | 139 | path = Support; |
136 | 140 | sourceTree = "<group>"; |
|
346 | 350 | 64C02259234735A800A6D844 /* ScrollStackRow.swift in Sources */, |
347 | 351 | 64C02255234735A800A6D844 /* ScrollStackViewController.swift in Sources */, |
348 | 352 | 64C02257234735A800A6D844 /* ScrollStack.swift in Sources */, |
| 353 | + 649B1E9223B1251400BD6BFD /* ScrollStackRowAnimator.swift in Sources */, |
349 | 354 | 64C0225D234735A800A6D844 /* UIView+AutoLayout_Extensions.swift in Sources */, |
350 | 355 | 64C0225B234735A800A6D844 /* ScrollStackSeparator.swift in Sources */, |
351 | 356 | ); |
|
371 | 376 | 64C0226C2347360800A6D844 /* ViewController.swift in Sources */, |
372 | 377 | 64C022812347582D00A6D844 /* ScrollStackSeparator.swift in Sources */, |
373 | 378 | 64C0227E2347582D00A6D844 /* ScrollStack.swift in Sources */, |
| 379 | + 649B1E9323B1251900BD6BFD /* ScrollStackRowAnimator.swift in Sources */, |
374 | 380 | 64C022682347360800A6D844 /* AppDelegate.swift in Sources */, |
375 | 381 | 647C77B32348EA1600CAEB9F /* PricingVC.swift in Sources */, |
376 | 382 | 6402E1F22347A8540087963C /* Extension.swift in Sources */, |
|
0 commit comments