mirror of
https://github.com/jellyfin/Swiftfin.git
synced 2024-11-23 05:59:51 +00:00
8 lines
285 B
Swift
8 lines
285 B
Swift
var appIdentifier: String { return "[[APP_IDENTIFIER]]" } // The bundle identifier of your app
|
|
var appleID: String { return "[[APPLE_ID]]" } // Your Apple Developer Portal username
|
|
|
|
|
|
|
|
// For more information about the Appfile, see:
|
|
// https://docs.fastlane.tools/advanced/#appfile
|