|
14 | 14 | 6A7315882B9854220004CB17 /* PowerSyncExampleApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6A7315872B9854220004CB17 /* PowerSyncExampleApp.swift */; }; |
15 | 15 | 6A73158C2B9854240004CB17 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 6A73158B2B9854240004CB17 /* Assets.xcassets */; }; |
16 | 16 | 6A73158F2B9854240004CB17 /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 6A73158E2B9854240004CB17 /* Preview Assets.xcassets */; }; |
17 | | - 6A7315BB2B98BDD30004CB17 /* PowerSyncManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6A7315BA2B98BDD30004CB17 /* PowerSyncManager.swift */; }; |
| 17 | + 6A7315BB2B98BDD30004CB17 /* SystemManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6A7315BA2B98BDD30004CB17 /* SystemManager.swift */; }; |
18 | 18 | 6A9668FE2B9EE4FE00B05DCF /* Auth in Frameworks */ = {isa = PBXBuildFile; productRef = 6A9668FD2B9EE4FE00B05DCF /* Auth */; }; |
19 | 19 | 6A9669002B9EE4FE00B05DCF /* PostgREST in Frameworks */ = {isa = PBXBuildFile; productRef = 6A9668FF2B9EE4FE00B05DCF /* PostgREST */; }; |
20 | 20 | 6A9669022B9EE69500B05DCF /* Supabase in Frameworks */ = {isa = PBXBuildFile; productRef = 6A9669012B9EE69500B05DCF /* Supabase */; }; |
|
64 | 64 | 6A7315872B9854220004CB17 /* PowerSyncExampleApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PowerSyncExampleApp.swift; sourceTree = "<group>"; }; |
65 | 65 | 6A73158B2B9854240004CB17 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; }; |
66 | 66 | 6A73158E2B9854240004CB17 /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = "<group>"; }; |
67 | | - 6A7315BA2B98BDD30004CB17 /* PowerSyncManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PowerSyncManager.swift; sourceTree = "<group>"; }; |
| 67 | + 6A7315BA2B98BDD30004CB17 /* SystemManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SystemManager.swift; sourceTree = "<group>"; }; |
68 | 68 | 6A9669032B9EE6FA00B05DCF /* SignInScreen.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SignInScreen.swift; sourceTree = "<group>"; }; |
69 | 69 | 6ABD78662B9F2B4800558A41 /* RootView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RootView.swift; sourceTree = "<group>"; }; |
70 | 70 | 6ABD786A2B9F2C1500558A41 /* TodoListView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TodoListView.swift; sourceTree = "<group>"; }; |
|
218 | 218 | B65C4D6F2C60D58500176007 /* PowerSync */ = { |
219 | 219 | isa = PBXGroup; |
220 | 220 | children = ( |
221 | | - 6A7315BA2B98BDD30004CB17 /* PowerSyncManager.swift */, |
| 221 | + 6A7315BA2B98BDD30004CB17 /* SystemManager.swift */, |
222 | 222 | 6A4AD3842B9EE763005CBFD4 /* SupabaseConnector.swift */, |
223 | 223 | 6ABD78772B9F2D2800558A41 /* Schema.swift */, |
224 | 224 | B66658642C62314B00159A81 /* Lists.swift */, |
|
567 | 567 | B66658632C621CA700159A81 /* AddTodoListView.swift in Sources */, |
568 | 568 | B666585D2C620E9E00159A81 /* WifiIcon.swift in Sources */, |
569 | 569 | 6A9669042B9EE6FA00B05DCF /* SignInScreen.swift in Sources */, |
570 | | - 6A7315BB2B98BDD30004CB17 /* PowerSyncManager.swift in Sources */, |
| 570 | + 6A7315BB2B98BDD30004CB17 /* SystemManager.swift in Sources */, |
571 | 571 | ); |
572 | 572 | runOnlyForDeploymentPostprocessing = 0; |
573 | 573 | }; |
|
0 commit comments