File tree Expand file tree Collapse file tree 10 files changed +7
-8
lines changed
src/appleMain/kotlin/com/powersync Expand file tree Collapse file tree 10 files changed +7
-8
lines changed Original file line number Diff line number Diff line change 1111 outputs :
1212 tag : ${{ steps.tag.outputs.tag }}
1313 steps :
14- - uses : actions/checkout@v4
14+ - uses : actions/checkout@v5
1515 with :
1616 fetch-depth : 0
1717
3232 maven_publish :
3333 runs-on : macos-latest
3434 steps :
35- - uses : actions/checkout@v4
35+ - uses : actions/checkout@v5
3636 - name : Validate Gradle Wrapper
3737 uses : gradle/wrapper-validation-action@v1
3838 - uses : actions/cache@v3
@@ -81,14 +81,14 @@ jobs:
8181 with :
8282 cache-encryption-key : ${{ secrets.GRADLE_ENCRYPTION_KEY }}
8383 - name : Build frameworks
84- run : " ./gradlew PowerSyncKotlin:buildRelease"
84+ run : " ./gradlew internal: PowerSyncKotlin:buildRelease"
8585
8686 - uses : actions/upload-artifact@v4
8787 with :
8888 name : XCFramework
8989 retention-days : 1 # Only used temporarily
9090 compression-level : 0 # We're already uploading a compressed file
91- path : PowerSyncKotlin/build/FrameworkArchives/PowersyncKotlinRelease.zip
91+ path : internal/ PowerSyncKotlin/build/FrameworkArchives/PowersyncKotlinRelease.zip
9292 if-no-files-found : error
9393
9494 add_assets :
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ Pod::Spec.new do |spec|
1212
1313
1414 spec . pod_target_xcconfig = {
15- 'KOTLIN_PROJECT_PATH' => ':PowerSyncKotlin' ,
15+ 'KOTLIN_PROJECT_PATH' => ':internal: PowerSyncKotlin' ,
1616 'PRODUCT_MODULE_NAME' => 'PowerSyncKotlin' ,
1717 }
1818
@@ -28,7 +28,7 @@ Pod::Spec.new do |spec|
2828 fi
2929 set -ev
3030 REPO_ROOT="$PODS_TARGET_SRCROOT"
31- "$REPO_ROOT/../gradlew" -p "$REPO_ROOT" $KOTLIN_PROJECT_PATH:syncFramework \
31+ "$REPO_ROOT/../../ gradlew" -p "$REPO_ROOT" $KOTLIN_PROJECT_PATH:syncFramework \
3232 -Pkotlin.native.cocoapods.platform=$PLATFORM_NAME \
3333 -Pkotlin.native.cocoapods.archs="$ARCHS" \
3434 -Pkotlin.native.cocoapods.configuration="$CONFIGURATION"
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ plugins {
2828rootProject.name = " powersync-root"
2929
3030include(" :internal:download-core-extension" )
31+ include(" :internal:PowerSyncKotlin" )
3132
3233include(" :core" )
3334include(" :core-tests-android" )
@@ -38,8 +39,6 @@ include(":static-sqlite-driver")
3839include(" :integrations:sqldelight" )
3940include(" :integrations:sqldelight-test-database" )
4041
41- include(" :PowerSyncKotlin" )
42-
4342include(" :compose" )
4443
4544include(" :demos:android-supabase-todolist" )
You can’t perform that action at this time.
0 commit comments