Skip to content

Commit

Permalink
Merge pull request #10 from yhkaplan/even-more-fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
yhkaplan authored Aug 4, 2020
2 parents 343e8c9 + 882e9ee commit cc85ca0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ jobs:
uses: actions/upload-release-asset@v1
with:
asset_content_type: application/zip
asset_name: time.framework.zip
asset_path: ./time.framework.zip
asset_name: CreditCardScanner.framework.zip
asset_path: ./CreditCardScanner.framework.zip
upload_url: '${{ steps.create_release.outputs.upload_url }}'
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,9 @@ $ xcodegen
### CardScan

- [CardScan](https://github.com/getbouncer/cardscan-ios)
- Open-source and looks well made, but it costs money to use
- Open-source and looks well made
- Supports iOS 11/12 unlike CreditCardScanner
- Costs money to use

## Credits/Inspiration

Expand Down

0 comments on commit cc85ca0

Please sign in to comment.