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"