Skip to content

Commit d3a4f64

Browse files
committed
Add missing Fabric key to Internal Info-Plist.
1 parent 2f4de4a commit d3a4f64

File tree

1 file changed

+18
-3
lines changed

1 file changed

+18
-3
lines changed

WordPress/WordPress-Internal-Info.plist

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
33
<plist version="1.0">
44
<dict>
5-
<key>ITSAppUsesNonExemptEncryption</key>
6-
<false/>
75
<key>CFBundleDevelopmentRegion</key>
86
<string>en</string>
97
<key>CFBundleDisplayName</key>
@@ -41,12 +39,27 @@
4139
<array>
4240
<string>wordpress-oauth-v2</string>
4341
<string>${WPCOM_SCHEME}</string>
44-
<string>pocketapp12013</string>
4542
</array>
4643
</dict>
4744
</array>
4845
<key>CFBundleVersion</key>
4946
<string>7.1.0.20170310</string>
47+
<key>Fabric</key>
48+
<dict>
49+
<key>APIKey</key>
50+
<string>FABRIC_API_KEY</string>
51+
<key>Kits</key>
52+
<array>
53+
<dict>
54+
<key>KitInfo</key>
55+
<dict/>
56+
<key>KitName</key>
57+
<string>Crashlytics</string>
58+
</dict>
59+
</array>
60+
</dict>
61+
<key>ITSAppUsesNonExemptEncryption</key>
62+
<false/>
5063
<key>LSApplicationQueriesSchemes</key>
5164
<array>
5265
<string>org-appextension-feature-password-management</string>
@@ -79,6 +92,8 @@
7992
<array>
8093
<string>Noticons.ttf</string>
8194
</array>
95+
<key>UIApplicationShortcutWidget</key>
96+
<string>org.wordpress.internal.WordPressTodayWidget</string>
8297
<key>UIBackgroundModes</key>
8398
<array>
8499
<string>remote-notification</string>

0 commit comments

Comments
 (0)