mirror of
https://github.com/zhigang1992/GitHawk.git
synced 2026-04-23 03:39:29 +08:00
9 lines
412 B
Plaintext
9 lines
412 B
Plaintext
# The Appfile can be used to specify information that's used across all fastlane
|
|
# tools, like your username or the app's bundle identifier.
|
|
#
|
|
# For more details, check out the documentation at:
|
|
# https://github.com/fastlane/fastlane/blob/master/fastlane/docs/Appfile.md
|
|
|
|
app_identifier "com.whoisryannystrom.freetime" # the bundle identifier of your app
|
|
apple_id "rnystrom@whoisryannystrom.com" # Your Apple ID
|