We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37a1cbe commit 4045dadCopy full SHA for 4045dad
plugins/build-plugin/src/main/kotlin/SharedBuildPlugin.kt
@@ -24,7 +24,7 @@ class SharedBuildPlugin : Plugin<Project> {
24
.toString()
25
26
val frameworkUrl =
27
- "file:/Users/simon/src/powersync-sqlite-core/powersync-sqlite-core.xcframework.zip"
+ "https://github.com/powersync-ja/powersync-sqlite-core/releases/download/v$coreVersion/powersync-sqlite-core.xcframework.zip"
28
29
val downloadPowersyncFramework =
30
project.tasks.register("downloadPowersyncFramework", Download::class.java) {
0 commit comments