forked from ChatSecure/ChatSecure-iOS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBranding.plist
30 lines (30 loc) · 1.09 KB
/
Branding.plist
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
<?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>[email protected]</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>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>
</dict>
</plist>