default_platform(:ios)
platform :ios do
desc "Description of what the lane does"
lane :make_debug_ipa do
gym(
configuration: "Debug",
clean: true,
output_directory: "./build",
output_name: "FastlaneSample.ipa",
export_method: "development"
)
end
This is slide 1 description. Go to Edit HTML and replace these sentences with your own words. This is a Blogger template by Lasantha - PremiumBloggerTemplates.com...
This is slide 2 description. Go to Edit HTML and replace these sentences with your own words. This is a Blogger template by Lasantha - PremiumBloggerTemplates.com...
This is slide 3 description. Go to Edit HTML and replace these sentences with your own words. This is a Blogger template by Lasantha - PremiumBloggerTemplates.com...
default_platform(:ios)
platform :ios do
desc "Description of what the lane does"
lane :make_debug_ipa do
gym(
configuration: "Debug",
clean: true,
output_directory: "./build",
output_name: "FastlaneSample.ipa",
export_method: "development"
)
end