Skip to content

Commit 47033b4

Browse files
xta0facebook-github-bot
authored andcommittedDec 10, 2019
Suppress XCode build warnings (pytorch#31000)
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
1 parent 2da3b9a commit 47033b4

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed
 

‎ios/TestApp/.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
model.pt
22
.config
33
Podfile.lock
4+
fastlane/test_output/

‎ios/TestApp/fastlane/Scanfile

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
scheme("TestAppTests")
22
open_report(false)
33
clean(true)
4+
suppress_xcode_output(true)
5+
force_quit_simulator(true)
6+
include_simulator_logs(false)
7+
device('iPhone 11 (13.2.2)')

0 commit comments

Comments
 (0)
Please sign in to comment.