Scanfile 434 B

12345678910111213
  1. # For more information about this configuration visit
  2. # https://github.com/fastlane/fastlane/tree/master/scan#scanfile
  3. # In general, you can use the options available
  4. # fastlane scan --help
  5. # Remove the # in front of the line to enable the option
  6. workspace "InAppMessaging-Example-iOS.xcworkspace"
  7. scheme "InAppMessaging_Example_iOS_Swift"
  8. devices ["iPad Pro", "iPhone 6s", "iPhone 4s", "iPhone 7Plus"]
  9. open_report true
  10. clean true