-
Notifications
You must be signed in to change notification settings - Fork 74
/
makefile.cfg
executable file
·44 lines (32 loc) · 1.32 KB
/
makefile.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
APP = APP_NAME
# Leave this blank while building project
WORKSPACE = WORKSPACE_NAME
# Specify project name if there's no WORKSPACE
PROJECT = PROJECT_NAME
CONFIG = InHouse
SCHEME = APP_INHOUSE
ICON_TAG = YES
# iMessage addresses list seperated with white space
IMSG_LIST = [email protected] +86.18621800000 [email protected]
# Comment the following line if you prefer Bonjour Network
# BASE_URL = https://ota.yourserver.com
# Your Mailgun mail list
EMAIL_LIST = [email protected]
EMAIL_DOMAIN = yourid.mailgun.org
# Get API key from Keychain by item name "mailgun api key"
MAILGUN_API_KEY = $(shell security find-generic-password -l "mailgun api key" -gw)
# Your server with SSH access
SFTP_SERVER = [email protected]
SFTP_PATH = /var/www/ota
SFTP_PORT = 22
# Share via Apple Bonjour Network
BASE_PORT = 9966
BASE_URL ?= https://$(shell scutil --get ComputerName).local:$(BASE_PORT)
# Shorten URL by lexr.us
# Change or comment this line if you prefer goo.gl
LEXR_US = YES
# TestFlight Tokens
TESTFLIGHT_API_TOKEN = GET_IT_FROM__https://testflightapp.com/account/#api
TESTFLIGHT_TEAM_TOKEN = GET_IT_FROM__https://testflightapp.com/dashboard/team/edit/
# HockeyApp Token
HOCKEY_APP_API_TOKEN = GET_IT_FROM__https://rink.hockeyapp.net/manage/auth_tokens