Sha256: 278eb6cf39ba986608f60a46e8c3c51c693506e02b7f29ffafe1cdc61e20d968
Contents?: true
Size: 616 Bytes
Versions: 22
Compression:
Stored size: 616 Bytes
Contents
// Appfile.swift // Copyright (c) 2022 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
22 entries across 22 versions & 1 rubygems