produce/lib/produce/developer_center.rb in fastlane-2.98.0 vs produce/lib/produce/developer_center.rb in fastlane-2.99.0
- old
+ new
@@ -60,10 +60,10 @@
mac: Produce.config[:platform] == "osx")
if app.name != Produce.config[:app_name]
UI.important("Your app name includes non-ASCII characters, which are not supported by the Apple Developer Portal.")
UI.important("To fix this a unique (internal) name '#{app.name}' has been created for you. Your app's real name '#{Produce.config[:app_name]}'")
- UI.important("will still show up correctly on iTunes Connect and the App Store.")
+ UI.important("will still show up correctly on App Store Connect and the App Store.")
end
UI.message("Created app #{app.app_id}")
UI.crash!("Something went wrong when creating the new app - it's not listed in the apps list") unless app_exists?