fastlane/lib/fastlane/actions/build_ios_app.rb in fastlane-2.70.1 vs fastlane/lib/fastlane/actions/build_ios_app.rb in fastlane-2.70.2
- old
+ new
@@ -119,10 +119,10 @@
scheme: "MyApp",
silent: true,
clean: true,
output_directory: "path/to/dir", # Destination directory. Defaults to current directory.
output_name: "my-app.ipa", # specify the name of the .ipa file to generate (including file extension)
- sdk: "10.0" # use SDK as the name or path of the base SDK when building the project.
+ sdk: "iOS 11.1" # use SDK as the name or path of the base SDK when building the project.
)',
'gym # alias for "build_ios_app"',
'build_app # alias for "build_ios_app"'
]
end