fastlane/lib/fastlane/actions/ipa.rb in fastlane-2.100.1 vs fastlane/lib/fastlane/actions/ipa.rb in fastlane-2.101.0
- old
+ new
@@ -230,10 +230,10 @@
def self.deprecated_notes
[
"You are using legacy `shenzhen` to build your app, which will be removed soon!",
"It is recommended to upgrade to _gym_.",
"To do so, just replace `ipa(...)` with `gym(...)` in your Fastfile.",
- "To make code signing work, follow [https://docs.fastlane.tools/codesigning/xcode-project](https://docs.fastlane.tools/codesigning/xcode-project)."
+ "To make code signing work, follow [https://docs.fastlane.tools/codesigning/xcode-project/](https://docs.fastlane.tools/codesigning/xcode-project/)."
].join("\n")
end
end
end
end