From 78a2feccbe06fbbb4039f406ee7b0a73354a9dcf Mon Sep 17 00:00:00 2001 From: Sam Steele Date: Wed, 2 Nov 2016 12:21:02 -0400 Subject: [PATCH] Share the IRCCloud Mock Data scheme that runs only the UI tests for screenshots --- .../xcschemes/IRCCloud Mock Data.xcscheme | 136 ++++++++++++++++++ fastlane/Snapfile | 2 +- 2 files changed, 137 insertions(+), 1 deletion(-) create mode 100644 IRCCloud.xcodeproj/xcshareddata/xcschemes/IRCCloud Mock Data.xcscheme diff --git a/IRCCloud.xcodeproj/xcshareddata/xcschemes/IRCCloud Mock Data.xcscheme b/IRCCloud.xcodeproj/xcshareddata/xcschemes/IRCCloud Mock Data.xcscheme new file mode 100644 index 000000000..4bd29b3e7 --- /dev/null +++ b/IRCCloud.xcodeproj/xcshareddata/xcschemes/IRCCloud Mock Data.xcscheme @@ -0,0 +1,136 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/fastlane/Snapfile b/fastlane/Snapfile index f570d8744..694180543 100644 --- a/fastlane/Snapfile +++ b/fastlane/Snapfile @@ -6,7 +6,7 @@ languages([ # launch_arguments(["-favColor red"]) # The name of the scheme which contains the UI Tests -scheme "IRCCloud" +scheme "IRCCloud Mock Data" # Where should the resulting screenshots be stored? output_directory "./screenshots"