forked from webfrogs/CCMakefile4iOS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Makefile.cfg
53 lines (34 loc) · 1001 Bytes
/
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
45
46
47
48
49
50
51
52
53
#------Compile setting-------start
#The configuration of project.(default is Release)
#Configuration = Debug
#Name of app.(default value is CFBundleDisplayName of Info.plist)
#AppName =
#Scheme
#Scheme =
#Provisioning profile
#ProvisioningProfile =
#------Compile setting-------end
#------Http setting------start
BaseURL = http://xxxx.com
PlistFileHttpsURL = https://xxx.com/xx.plist
#------Http setting------end
#------MailGun setting------start
#use MailGun to send emails. (http://www.mailgun.com/)
MailGunDomain = xxxx.mailgun.org
MailGunReceiveList = xxxx@xxxx.mailgun.org
MailGunApiKey = xxxxxxxxxxxxxxxxxxxxxxxxxxxx
#------MailGun setting------end
#------iMessage setting------start
#Receiver address list(seperated with white space)
IMsgList =
#------iMessage setting------end
#------scp setting------start
#ScpHost =
#ScpUser =
#ScpFilePath = /
#------scp setting------end
#------ftp setting------start
FtpHost =
FtpUser =
FtpPassword =
#------ftp setting------end