Skip to content

Commit

Permalink
Add support for XCFrameworks
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianvarela committed Aug 6, 2021
1 parent 4dcfb79 commit de0b128
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 172 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
language: swift
osx_image: xcode11.4.1
osx_image: xcode12.2

addons:
homebrew:
Expand All @@ -13,7 +13,7 @@ cache:
script:
- set -o pipefail
- swift --version
- rake
- travis_wait 30 rake
- bundle exec fastlane pass_tests
- travis_wait 30 bundle exec pod lib lint --allow-warnings
- bundle exec danger
Loading

0 comments on commit de0b128

Please sign in to comment.