Sha256: d228455c7890198d5e4e6b657aea72c108984d539a3e8c9fa0a729643de37977

Contents?: true

Size: 628 Bytes

Versions: 4

Compression:

Stored size: 628 Bytes

Contents

// Appfile.swift
// Copyright (c) 2022 FastlaneTools

var appIdentifier: String { return "" } // The bundle identifier of your app
var appleID: String { return "" } // Your Apple Developer Portal username

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

4 entries across 4 versions & 1 rubygems

Version Path
fastlane-2.211.0 fastlane/swift/Appfile.swift
fastlane-2.210.1 fastlane/swift/Appfile.swift
fastlane-2.210.0 fastlane/swift/Appfile.swift
fastlane-2.209.1 fastlane/swift/Appfile.swift