Skip to content

Commit

Permalink
Merge pull request #11 from tinkoff-mobile-tech/skip_import_validation
Browse files Browse the repository at this point in the history
skip_import_validation for pod push
  • Loading branch information
Nov1kov authored Jun 2, 2023
2 parents 56a7f2d + ddd33c7 commit d7aaf61
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ def push_podspec(podspec_name)
use_bundle_exec: true,
path: podspec_name,
allow_warnings: true,
skip_import_validation: true,
skip_tests: true,
synchronous: true
)
Expand Down

0 comments on commit d7aaf61

Please sign in to comment.