Skip to content

Commit

Permalink
Fix carthage building
Browse files Browse the repository at this point in the history
  • Loading branch information
gaetanzanella committed Mar 18, 2021
1 parent a2732dd commit b8ede14
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ DerivedData
*.ipa
*.dSYM.zip
*.dSYM
!Carthage/Build/**/*.dSYM

# Bundler
.bundle
Expand Down
5 changes: 5 additions & 0 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ default_platform(:ios)
platform :ios do
desc "Run all unit tests"
lane :tests do
carthage(
command: "update",
platform: "iOS",
use_xcframeworks: true
)
scan(
scheme: ENV["SCHEME"],
clean: true
Expand Down

0 comments on commit b8ede14

Please sign in to comment.