Skip to content

Commit 56a2e06

Browse files
author
DominicGBauer
committed
fix: remove need for main thread
1 parent 3eacb0f commit 56a2e06

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Demo/PowerSyncExample.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
6A7315882B9854220004CB17 /* PowerSyncExampleApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6A7315872B9854220004CB17 /* PowerSyncExampleApp.swift */; };
1515
6A73158C2B9854240004CB17 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 6A73158B2B9854240004CB17 /* Assets.xcassets */; };
1616
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 */; };
1818
6A9668FE2B9EE4FE00B05DCF /* Auth in Frameworks */ = {isa = PBXBuildFile; productRef = 6A9668FD2B9EE4FE00B05DCF /* Auth */; };
1919
6A9669002B9EE4FE00B05DCF /* PostgREST in Frameworks */ = {isa = PBXBuildFile; productRef = 6A9668FF2B9EE4FE00B05DCF /* PostgREST */; };
2020
6A9669022B9EE69500B05DCF /* Supabase in Frameworks */ = {isa = PBXBuildFile; productRef = 6A9669012B9EE69500B05DCF /* Supabase */; };
@@ -64,7 +64,7 @@
6464
6A7315872B9854220004CB17 /* PowerSyncExampleApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PowerSyncExampleApp.swift; sourceTree = "<group>"; };
6565
6A73158B2B9854240004CB17 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
6666
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>"; };
6868
6A9669032B9EE6FA00B05DCF /* SignInScreen.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SignInScreen.swift; sourceTree = "<group>"; };
6969
6ABD78662B9F2B4800558A41 /* RootView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RootView.swift; sourceTree = "<group>"; };
7070
6ABD786A2B9F2C1500558A41 /* TodoListView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TodoListView.swift; sourceTree = "<group>"; };
@@ -218,7 +218,7 @@
218218
B65C4D6F2C60D58500176007 /* PowerSync */ = {
219219
isa = PBXGroup;
220220
children = (
221-
6A7315BA2B98BDD30004CB17 /* PowerSyncManager.swift */,
221+
6A7315BA2B98BDD30004CB17 /* SystemManager.swift */,
222222
6A4AD3842B9EE763005CBFD4 /* SupabaseConnector.swift */,
223223
6ABD78772B9F2D2800558A41 /* Schema.swift */,
224224
B66658642C62314B00159A81 /* Lists.swift */,
@@ -567,7 +567,7 @@
567567
B66658632C621CA700159A81 /* AddTodoListView.swift in Sources */,
568568
B666585D2C620E9E00159A81 /* WifiIcon.swift in Sources */,
569569
6A9669042B9EE6FA00B05DCF /* SignInScreen.swift in Sources */,
570-
6A7315BB2B98BDD30004CB17 /* PowerSyncManager.swift in Sources */,
570+
6A7315BB2B98BDD30004CB17 /* SystemManager.swift in Sources */,
571571
);
572572
runOnlyForDeploymentPostprocessing = 0;
573573
};

0 commit comments

Comments
 (0)