deliver/lib/assets/DeliverfileDefault.swift in fastlane-2.75.0.beta.20180109010003 vs deliver/lib/assets/DeliverfileDefault.swift in fastlane-2.75.0

- old
+ new

@@ -1,13 +1,3 @@ -/************************ More Options ************************/ -// If you want to have even more control, check out the documentation +// The Deliverfile allows you to store various iTunes Connect metadata +// For more information, check out the docs // https://docs.fastlane.tools/actions/deliver - - -/************************ Automatically generated ************************/ - -class Deliverfile: DeliverfileProtocol { - // Feel free to remove the following lines - // These values can go in Appfile.swift - var appIdentifier: String { return "[[APP_IDENTIFIER]]" } // The bundle identifier of your app - var username: String { return "[[USERNAME]]" } // your Apple ID user -}