Skip to content

Commit

Permalink
Suppress XCode build warnings (pytorch#31000)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: pytorch#31000

## Summary

Add Fastlane configurations to suppress the build warnings from XCode.

Test Plan: Imported from OSS

Differential Revision: D18912489

Pulled By: xta0

fbshipit-source-id: f2c54d54a12ad2415695d1fcb1800684c7a9e560
  • Loading branch information
xta0 authored and facebook-github-bot committed Dec 10, 2019
1 parent 2da3b9a commit 47033b4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions ios/TestApp/.gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
model.pt
.config
Podfile.lock
fastlane/test_output/
4 changes: 4 additions & 0 deletions ios/TestApp/fastlane/Scanfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
scheme("TestAppTests")
open_report(false)
clean(true)
suppress_xcode_output(true)
force_quit_simulator(true)
include_simulator_logs(false)
device('iPhone 11 (13.2.2)')

0 comments on commit 47033b4

Please sign in to comment.