mirror of
https://github.com/yattee/yattee.git
synced 2025-08-09 20:24:06 +00:00
Add bump build action
This commit is contained in:
@@ -1,17 +1,19 @@
|
||||
CERTIFICATES_GIT_URL="git@github.com:developer/yattee-certificates.git"
|
||||
APP_NAME = "Yattee"
|
||||
|
||||
CERTIFICATES_GIT_URL = "git@github.com:developer/yattee-certificates.git"
|
||||
GIT_AUTHORIZATION = "" # For certificates repo, https://github.com/settings/tokens/new (repo scope)
|
||||
FASTLANE_USER="developer@mail.com" # Apple ID
|
||||
FASTLANE_PASSWORD="" # Apple ID Password
|
||||
ITC_TEAM_ID="" # https://sarunw.com/posts/fastlane-find-team-id/
|
||||
TEAM_ID="" # Developer ID
|
||||
DEVELOPER_NAME="" # Developer Name (Developer ID)
|
||||
FASTLANE_USER = "developer@mail.com" # Apple ID
|
||||
FASTLANE_PASSWORD = "" # Apple ID Password
|
||||
ITC_TEAM_ID = "" # https://sarunw.com/posts/fastlane-find-team-id/
|
||||
TEAM_ID = "" # Developer ID
|
||||
DEVELOPER_NAME = "" # Developer Name (Developer ID)
|
||||
|
||||
# Developer Key
|
||||
DEVELOPER_KEY_ID=""
|
||||
DEVELOPER_KEY_ISSUER_ID=""
|
||||
DEVELOPER_KEY_CONTENT=""
|
||||
DEVELOPER_KEY_ID = ""
|
||||
DEVELOPER_KEY_ISSUER_ID = ""
|
||||
DEVELOPER_KEY_CONTENT = ""
|
||||
|
||||
FASTLANE_APPLE_APPLICATION_SPECIFIC_PASSWORD="" # Not needed for most users
|
||||
FASTLANE_APPLE_APPLICATION_SPECIFIC_PASSWORD = "" # Not needed for most users
|
||||
TEMP_KEYCHAIN_USER = "keychain-user"
|
||||
TEMP_KEYCHAIN_PASSWORD = "keychain-password"
|
||||
DEVELOPER_APP_IDENTIFIER = "stream.yattee.app"
|
||||
|
Reference in New Issue
Block a user