deliver/lib/assets/DeliverfileDefault.swift in fastlane-2.102.0 vs deliver/lib/assets/DeliverfileDefault.swift in fastlane-2.103.0
- old
+ new
@@ -1,3 +1,13 @@
// The Deliverfile allows you to store various App Store Connect metadata
// For more information, check out the docs
// https://docs.fastlane.tools/actions/deliver/
+
+// In general, you can use the options available
+// fastlane deliver --help
+
+// Remove the // in front of the line to enable the option
+
+class Deliverfile: DeliverfileProtocol {
+ //var username: String { return "" }
+ //var appIdentifier: String? { return "" }
+}