Sha256: a4464aa725d022985b94465011c155325e45f7dde0c106d6c830b810bfe8c62b
Contents?: true
Size: 631 Bytes
Versions: 1
Compression:
Stored size: 631 Bytes
Contents
// Appfile.swift // Copyright (c) 2021 FastlaneTools var appIdentifier: String { return "" } // The bundle identifier of your app var appleID: String { return "" } // Your Apple email address var teamID: String { return "" } // Developer Portal Team ID var itcTeam: String? { return nil } // App Store Connect Team ID (may be nil if no team) // you can even provide different app identifiers, Apple IDs and team names per lane: // More information: https://docs.fastlane.tools/advanced/#appfile // Please don't remove the lines below // They are used to detect outdated files // FastlaneRunnerAPIVersion [0.9.1]
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
fastlane_hotfix-2.187.0 | fastlane/swift/Appfile.swift |