Skip to content
This repository has been archived by the owner on Jan 11, 2024. It is now read-only.

Commit

Permalink
feat: add Carthage prebuilt frameworks support
Browse files Browse the repository at this point in the history
  • Loading branch information
soumyamahunt committed Jun 4, 2022
1 parent d21acf6 commit c0f6918
Show file tree
Hide file tree
Showing 12 changed files with 482 additions and 490 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,8 @@ jobs:
- name: Build package products and documentation
run: |
npm run build
npm run create-xcframework
npm run archive -- $VERSION
npm run serve-doc
npm run archive -- $VERSION
npm run build-doc -- $VERSION
env:
VERSION: '1.0.0'
Expand Down Expand Up @@ -185,9 +184,6 @@ jobs:
# config-file-path: '.github/config/config.js'
# pre-commit: '.github/config/pre_commit_hook.js'

# - name: Create XCFramework
# uses: unsignedapps/swift-create-xcframework@v2

# - name: Build package products and documentation
# if: steps.conventional_changelog.outputs.skipped == 'false'
# run: |
Expand Down
Loading

0 comments on commit c0f6918

Please sign in to comment.