|
34 | 34 | 4BC42850275158F80047A850 /* RxCocoa in Frameworks */ = {isa = PBXBuildFile; productRef = 4BC4284F275158F80047A850 /* RxCocoa */; }; |
35 | 35 | 4BC42852275158F80047A850 /* RxRelay in Frameworks */ = {isa = PBXBuildFile; productRef = 4BC42851275158F80047A850 /* RxRelay */; }; |
36 | 36 | 4BC42854275158F80047A850 /* RxSwift in Frameworks */ = {isa = PBXBuildFile; productRef = 4BC42853275158F80047A850 /* RxSwift */; }; |
| 37 | + 4BD5536329D5D51400A1EBF3 /* DemoUIRefreshViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4BD5536229D5D51400A1EBF3 /* DemoUIRefreshViewController.swift */; }; |
37 | 38 | C400406E29C1A0F1004A834D /* UIControl+Closure.swift in Sources */ = {isa = PBXBuildFile; fileRef = C400406D29C1A0F1004A834D /* UIControl+Closure.swift */; }; |
38 | 39 | /* End PBXBuildFile section */ |
39 | 40 |
|
|
80 | 81 | 4BC42843275158250047A850 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; }; |
81 | 82 | 4BC42846275158250047A850 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; }; |
82 | 83 | 4BC42848275158250047A850 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
| 84 | + 4BD5536229D5D51400A1EBF3 /* DemoUIRefreshViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DemoUIRefreshViewController.swift; sourceTree = "<group>"; }; |
83 | 85 | C400406D29C1A0F1004A834D /* UIControl+Closure.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "UIControl+Closure.swift"; sourceTree = "<group>"; }; |
84 | 86 | /* End PBXFileReference section */ |
85 | 87 |
|
|
181 | 183 | 4BC42845275158250047A850 /* LaunchScreen.storyboard */, |
182 | 184 | 4BC42848275158250047A850 /* Info.plist */, |
183 | 185 | 4B39D05627528ACD00D013F4 /* Components.swift */, |
| 186 | + 4BD5536229D5D51400A1EBF3 /* DemoUIRefreshViewController.swift */, |
184 | 187 | ); |
185 | 188 | path = "ScrollEdgeControl-Demo"; |
186 | 189 | sourceTree = "<group>"; |
|
338 | 341 | 4B39D05727528ACD00D013F4 /* Components.swift in Sources */, |
339 | 342 | C400406E29C1A0F1004A834D /* UIControl+Closure.swift in Sources */, |
340 | 343 | 4B39D0512752745C00D013F4 /* DemoHorizontalViewController.swift in Sources */, |
| 344 | + 4BD5536329D5D51400A1EBF3 /* DemoUIRefreshViewController.swift in Sources */, |
341 | 345 | 4B39D05527528A1900D013F4 /* DebuggingRefreshIndicatorView.swift in Sources */, |
342 | 346 | 4B98480B27F33CB000ED3FA9 /* DemoVerticalStickyHeaderViewController.swift in Sources */, |
343 | 347 | ); |
|
548 | 552 | ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; |
549 | 553 | CODE_SIGN_STYLE = Automatic; |
550 | 554 | CURRENT_PROJECT_VERSION = 1; |
| 555 | + DEVELOPMENT_TEAM = JX92XL88RZ; |
551 | 556 | GENERATE_INFOPLIST_FILE = YES; |
552 | 557 | INFOPLIST_FILE = "ScrollEdgeControl-Demo/Info.plist"; |
553 | 558 | INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES; |
|
575 | 580 | ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; |
576 | 581 | CODE_SIGN_STYLE = Automatic; |
577 | 582 | CURRENT_PROJECT_VERSION = 1; |
| 583 | + DEVELOPMENT_TEAM = JX92XL88RZ; |
578 | 584 | GENERATE_INFOPLIST_FILE = YES; |
579 | 585 | INFOPLIST_FILE = "ScrollEdgeControl-Demo/Info.plist"; |
580 | 586 | INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES; |
|
0 commit comments