Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Commit 62bbd80

Browse files
authored
Remove CocoaPods publication (#99)
1 parent 0d945c1 commit 62bbd80

File tree

4 files changed

+1
-58
lines changed

4 files changed

+1
-58
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,6 @@ jobs:
5858
run: |
5959
sed -i '' 's/"https.*/"https:\/\/github.com\/spruceid\/mobile-sdk-rs\/releases\/download\/${{ github.event.inputs.version }}\/RustFramework.xcframework.zip",/' Package.swift
6060
sed -i '' 's/checksum.*/checksum: "${{ env.XCF_CHECKSUM }}"),/' Package.swift
61-
- name: Update Cocoapods definitions
62-
run: |
63-
sed -i '' -r 's/[0-9]+.[0-9]+.[0-9]+/${{ github.event.inputs.version }}/' SpruceIDMobileSdkRsRustFramework.podspec
64-
sed -i '' -r 's/[0-9]+.[0-9]+.[0-9]+/${{ github.event.inputs.version }}/' SpruceIDMobileSdkRs.podspec
6561
6662
- name: Push changes and tag
6763
run: |
@@ -80,13 +76,6 @@ jobs:
8076
tag: ${{ github.event.inputs.version }}
8177
name: ${{ github.event.inputs.version }}
8278

83-
- name: Publish to CocoaPod register
84-
env:
85-
COCOAPODS_TRUNK_TOKEN: ${{ secrets.COCOAPODS_TRUNK_TOKEN }}
86-
run: |
87-
pod trunk push SpruceIDMobileSdkRsRustFramework.podspec
88-
pod trunk push SpruceIDMobileSdkRs.podspec --synchronous
89-
9079
kotlin:
9180
runs-on: ubuntu-latest
9281
needs: validation

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

SpruceIDMobileSdkRs.podspec

Lines changed: 0 additions & 25 deletions
This file was deleted.

SpruceIDMobileSdkRsRustFramework.podspec

Lines changed: 0 additions & 21 deletions
This file was deleted.

0 commit comments

Comments
 (0)