Skip to content

Commit

Permalink
Remove CocoaPods publication (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
rschulman authored Jan 21, 2025
1 parent 0d945c1 commit 62bbd80
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 58 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,6 @@ jobs:
run: |
sed -i '' 's/"https.*/"https:\/\/github.com\/spruceid\/mobile-sdk-rs\/releases\/download\/${{ github.event.inputs.version }}\/RustFramework.xcframework.zip",/' Package.swift
sed -i '' 's/checksum.*/checksum: "${{ env.XCF_CHECKSUM }}"),/' Package.swift
- name: Update Cocoapods definitions
run: |
sed -i '' -r 's/[0-9]+.[0-9]+.[0-9]+/${{ github.event.inputs.version }}/' SpruceIDMobileSdkRsRustFramework.podspec
sed -i '' -r 's/[0-9]+.[0-9]+.[0-9]+/${{ github.event.inputs.version }}/' SpruceIDMobileSdkRs.podspec
- name: Push changes and tag
run: |
Expand All @@ -80,13 +76,6 @@ jobs:
tag: ${{ github.event.inputs.version }}
name: ${{ github.event.inputs.version }}

- name: Publish to CocoaPod register
env:
COCOAPODS_TRUNK_TOKEN: ${{ secrets.COCOAPODS_TRUNK_TOKEN }}
run: |
pod trunk push SpruceIDMobileSdkRsRustFramework.podspec
pod trunk push SpruceIDMobileSdkRs.podspec --synchronous
kotlin:
runs-on: ubuntu-latest
needs: validation
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

25 changes: 0 additions & 25 deletions SpruceIDMobileSdkRs.podspec

This file was deleted.

21 changes: 0 additions & 21 deletions SpruceIDMobileSdkRsRustFramework.podspec

This file was deleted.

0 comments on commit 62bbd80

Please sign in to comment.