Skip to content

Commit

Permalink
updated kmm configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
FilippoDev committed Jan 25, 2023
1 parent 23d4600 commit 54a6edf
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/All-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ jobs:
uses: touchlab/KMMBridgeGithubWorkflow/.github/workflows/faktorybuildbranches.yml@v0.6
with:
publishTask: kmmBridgePublish publishAndroidDebugPublicationToGitHubPackagesRepository publishAndroidReleasePublicationToGitHubPackagesRepository
# secrets:
# PODSPEC_SSH_KEY: ${{ secrets.PODSPEC_SSH_KEY }}
secrets:
PODSPEC_SSH_KEY: ${{ secrets.PODSPEC_SSH_KEY }}
2 changes: 1 addition & 1 deletion allshared/KMMBridge-KickStart.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Pod::Spec.new do |spec|
fi
set -ev
REPO_ROOT="$PODS_TARGET_SRCROOT"
"$REPO_ROOT/../../../../../private/var/folders/4r/4p1sjpm51yv_hd0pwtlm4xsc0000gn/T/wrap8loc/gradlew" -p "$REPO_ROOT" $KOTLIN_PROJECT_PATH:syncFramework \
"$REPO_ROOT/../gradlew" -p "$REPO_ROOT" $KOTLIN_PROJECT_PATH:syncFramework \
-Pkotlin.native.cocoapods.platform=$PLATFORM_NAME \
-Pkotlin.native.cocoapods.archs="$ARCHS" \
-Pkotlin.native.cocoapods.configuration="$CONFIGURATION"
Expand Down
4 changes: 2 additions & 2 deletions allshared/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,6 @@ kmmbridge {
// Android version is not automatically incremented in KMMBridge, so if you need it to be aligned with the iOS version
// use manualVersions instead of githubReleaseVersions to set version manually
// manualVersions()
spm()
// cocoapods("git@github.com:touchlab/PodSpecs.git")
// spm()
cocoapods("git@github.com:hudl/arkhamlabs.git")
}

0 comments on commit 54a6edf

Please sign in to comment.