diff --git a/.github/workflows/build_frameworks.yml b/.github/workflows/build_frameworks.yml index 57189f3a..7b707be5 100644 --- a/.github/workflows/build_frameworks.yml +++ b/.github/workflows/build_frameworks.yml @@ -69,7 +69,7 @@ jobs: - name: Checkout podspec repo uses: actions/checkout@v2 with: - repository: rive-app/test-ios + repository: rive-app/rive-ios-pod token: ${{ secrets.RIVE_REPO_PAT }} - name: Clean run: | @@ -86,7 +86,7 @@ jobs: name: RiveRuntime.podspec - name: Lint pod run: pod lib lint --allow-warnings - - name: Push pod to test-ios repo + - name: Push pod to rive-ios-pod repo run: | git status git config --local user.email 'hello@rive.app' diff --git a/.github/workflows/podspec.txt b/.github/workflows/podspec.txt index f347a45f..6798b964 100644 --- a/.github/workflows/podspec.txt +++ b/.github/workflows/podspec.txt @@ -31,7 +31,7 @@ Pod::Spec.new do |spec| spec.ios.deployment_target = '10.0' spec.swift_version = '5.0' spec.source = { - :git => "https://github.com/rive-app/test-ios.git", + :git => "https://github.com/rive-app/rive-ios-pod.git", :tag => "v#{spec.version}" } spec.ios.vendored_frameworks = 'RiveRuntime.xcframework' diff --git a/README.md b/README.md index 0daaafe6..da62c145 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ We are in the process of getting a pod available in [cocoapods](https://cocoapod While we are working out any kinks, we are publishing our pod to a temporary github repo, which you can install by including placeholder while we finalize any kinks. ```ruby -pod 'RiveRuntime', :git => 'git@github.com:rive-app/test-ios.git' +pod 'RiveRuntime' ``` Once you have installed the pod, you can run