-
-
Notifications
You must be signed in to change notification settings - Fork 1k
Expand file tree
/
Copy pathBranding.plist
More file actions
54 lines (54 loc) · 1.7 KB
/
Branding.plist
File metadata and controls
54 lines (54 loc) · 1.7 KB
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
54
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>kOTRXMPPResource</key>
<string>chatsecure</string>
<key>kOTRFeedbackEmail</key>
<string>support@chatsecure.org</string>
<key>GOOGLE_APP_ID</key>
<string>719137339288.apps.googleusercontent.com</string>
<key>GOOGLE_APP_SCOPE</key>
<string>https://www.googleapis.com/auth/googletalk</string>
<key>GitHubURL</key>
<string>https://github.com/ChatSecure/ChatSecure-iOS/</string>
<key>AppStoreID</key>
<string>464200063</string>
<key>FacebookAppURL</key>
<string>fb://profile/151354555075008</string>
<key>FacebookWebURL</key>
<string>https://www.facebook.com/chatsecure</string>
<key>TwitterAppURL</key>
<string>twitter://user?screen_name=ChatSecure</string>
<key>TwitterWebURL</key>
<string>https://twitter.com/ChatSecure</string>
<key>TransifexURL</key>
<string>https://www.transifex.com/projects/p/chatsecure</string>
<key>ProjectURL</key>
<string>https://chatsecure.org</string>
<key>ShareBaseURL</key>
<string>https://chatsecure.org/i/#</string>
<key>pushAPIURL</key>
<string>https://push.chatsecure.org/api/v1/</string>
<key>StagingPushAPIURL</key>
<string>https://chatsecure-push-staging.herokuapp.com/api/v1</string>
<key>TestflightSignupURL</key>
<string>https://goo.gl/forms/p8XAiaJFvodl7DLk2</string>
<key>ShouldShowPushWarning</key>
<true/>
<key>ShouldShowServerCell</key>
<true/>
<key>ShowsColorForStatus</key>
<true/>
<key>AllowsDonation</key>
<true/>
<key>TorEnabled</key>
<true/>
<key>AllowGroupOMEMO</key>
<true/>
<key>AllowDebugFileLogging</key>
<false/>
<key>AllowOMEMO</key>
<true/>
</dict>
</plist>