-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 '[email protected]' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 => '[email protected]:rive-app/test-ios.git' | ||
pod 'RiveRuntime' | ||
``` | ||
|
||
Once you have installed the pod, you can run | ||
|