|
41 | 41 | B6B3698A2C64F4B30033C307 /* Navigation.swift in Sources */ = {isa = PBXBuildFile; fileRef = B6B369892C64F4B30033C307 /* Navigation.swift */; }; |
42 | 42 | B6FFD5322D06DA8000EEE60F /* PowerSync in Frameworks */ = {isa = PBXBuildFile; productRef = B6FFD5312D06DA8000EEE60F /* PowerSync */; }; |
43 | 43 | BE2F26EC2DA54B2F0080F1AE /* SupabaseRemoteStorage.swift in Sources */ = {isa = PBXBuildFile; fileRef = BE2F26EB2DA54B2A0080F1AE /* SupabaseRemoteStorage.swift */; }; |
| 44 | + BEE4708B2E3BBB2500140D11 /* Secrets.swift in Sources */ = {isa = PBXBuildFile; fileRef = BEE4708A2E3BBB2500140D11 /* Secrets.swift */; }; |
44 | 45 | /* End PBXBuildFile section */ |
45 | 46 |
|
46 | 47 | /* Begin PBXCopyFilesBuildPhase section */ |
|
108 | 109 | B6F4213D2BC42F5B0005D0D0 /* sqlite3.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = sqlite3.c; path = "../powersync-kotlin/core/build/interop/sqlite/sqlite3.c"; sourceTree = "<group>"; }; |
109 | 110 | B6F421402BC430B60005D0D0 /* sqlite3.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = sqlite3.h; path = "../powersync-kotlin/core/build/interop/sqlite/sqlite3.h"; sourceTree = "<group>"; }; |
110 | 111 | BE2F26EB2DA54B2A0080F1AE /* SupabaseRemoteStorage.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SupabaseRemoteStorage.swift; sourceTree = "<group>"; }; |
| 112 | + BEE4708A2E3BBB2500140D11 /* Secrets.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Secrets.swift; sourceTree = "<group>"; }; |
111 | 113 | /* End PBXFileReference section */ |
112 | 114 |
|
113 | 115 | /* Begin PBXFrameworksBuildPhase section */ |
|
151 | 153 | 6A7315862B9854220004CB17 /* PowerSyncExample */ = { |
152 | 154 | isa = PBXGroup; |
153 | 155 | children = ( |
| 156 | + BEE4708A2E3BBB2500140D11 /* Secrets.swift */, |
154 | 157 | B65C4D6F2C60D58500176007 /* PowerSync */, |
155 | 158 | B65C4D6E2C60D52E00176007 /* Components */, |
156 | 159 | B65C4D6B2C60D36700176007 /* Screens */, |
|
564 | 567 | 6ABD78672B9F2B4800558A41 /* RootView.swift in Sources */, |
565 | 568 | B66658612C62179E00159A81 /* ListView.swift in Sources */, |
566 | 569 | 6ABD78782B9F2D2800558A41 /* Schema.swift in Sources */, |
| 570 | + BEE4708B2E3BBB2500140D11 /* Secrets.swift in Sources */, |
567 | 571 | B65C4D6D2C60D38B00176007 /* HomeScreen.swift in Sources */, |
568 | 572 | 6A7315882B9854220004CB17 /* PowerSyncExampleApp.swift in Sources */, |
569 | 573 | B666585F2C62115300159A81 /* ListRow.swift in Sources */, |
|
0 commit comments