fastlane/lib/fastlane/actions/build_ios_app.rb in fastlane-2.68.0 vs fastlane/lib/fastlane/actions/build_ios_app.rb in fastlane-2.68.1
- old
+ new
@@ -84,11 +84,11 @@
return absolute_ipa_path
end
def self.description
- "Easily build and sign your app (via gym)"
+ "Easily build and sign your app (via _gym_)"
end
def self.details
"More information: https://fastlane.tools/gym"
end
@@ -121,11 +121,11 @@
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.
)',
- 'gym(...) # alias for "build_ios_app"',
- 'build_app(...) # alias for "build_ios_app"'
+ 'gym # alias for "build_ios_app"',
+ 'build_app # alias for "build_ios_app"'
]
end
def self.category
:building