-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathInfo.plist
More file actions
36 lines (36 loc) · 963 Bytes
/
Copy pathInfo.plist
File metadata and controls
36 lines (36 loc) · 963 Bytes
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
<?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>APPSTORE_URL</key>
<string>$(APPSTORE_URL)</string>
<key>APP_REDIRECT_URL</key>
<string>$(APP_REDIRECT_URL)</string>
<key>CFBundleURLTypes</key>
<array>
<dict>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>CFBundleURLSchemes</key>
<array>
<string>$(REVERSED_CLIENT_ID)</string>
<string>DevLog</string>
</array>
</dict>
</array>
<key>FirebaseAppDelegateProxyEnabled</key>
<false/>
<key>FirebaseAutomaticScreenReportingEnabled</key>
<false/>
<key>GIDClientID</key>
<string>$(CLIENT_ID)</string>
<key>GITHUB_CLIENT_ID</key>
<string>$(GITHUB_CLIENT_ID)</string>
<key>PRIVACY_POLICY_URL</key>
<string>$(PRIVACY_POLICY_URL)</string>
<key>UIBackgroundModes</key>
<array>
<string>remote-notification</string>
</array>
</dict>
</plist>