File tree Expand file tree Collapse file tree 2 files changed +5
-18
lines changed Expand file tree Collapse file tree 2 files changed +5
-18
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -42,9 +42,10 @@ if let corePath = localCoreExtension {
42
42
corePackageName = " powersync-sqlite-core "
43
43
} else {
44
44
// Not using a local build, so download from releases
45
- conditionalDependencies. append ( . package (
46
- url: " https://github.com/powersync-ja/powersync-sqlite-core-swift.git " ,
47
- exact: " 0.4.2 "
45
+ conditionalTargets. append ( . binaryTarget(
46
+ name: " powersync-sqlite-core " ,
47
+ url: " https://fsn1.your-objectstorage.com/simon-public/powersync/powersync_preview_0.zip " ,
48
+ checksum: " f239e732dea91318bb0ebb129c85ae68a6f59e8f4918c30ebfa2a5fabe0dd146 "
48
49
) )
49
50
}
50
51
@@ -69,7 +70,7 @@ let package = Package(
69
70
name: packageName,
70
71
dependencies: [
71
72
kotlinTargetDependency,
72
- . product ( name: " PowerSyncSQLiteCore " , package : corePackageName )
73
+ . target ( name: " powersync-sqlite-core " )
73
74
] ) ,
74
75
. testTarget(
75
76
name: " PowerSyncTests " ,
You can’t perform that action at this time.
0 commit comments