Skip to content

Commit

Permalink
Add missing Fabric key to Internal Info-Plist.
Browse files Browse the repository at this point in the history
  • Loading branch information
astralbodies committed Mar 10, 2017
1 parent 2f4de4a commit d3a4f64
Showing 1 changed file with 18 additions and 3 deletions.
21 changes: 18 additions & 3 deletions WordPress/WordPress-Internal-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleDisplayName</key>
Expand Down Expand Up @@ -41,12 +39,27 @@
<array>
<string>wordpress-oauth-v2</string>
<string>${WPCOM_SCHEME}</string>
<string>pocketapp12013</string>
</array>
</dict>
</array>
<key>CFBundleVersion</key>
<string>7.1.0.20170310</string>
<key>Fabric</key>
<dict>
<key>APIKey</key>
<string>FABRIC_API_KEY</string>
<key>Kits</key>
<array>
<dict>
<key>KitInfo</key>
<dict/>
<key>KitName</key>
<string>Crashlytics</string>
</dict>
</array>
</dict>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<key>LSApplicationQueriesSchemes</key>
<array>
<string>org-appextension-feature-password-management</string>
Expand Down Expand Up @@ -79,6 +92,8 @@
<array>
<string>Noticons.ttf</string>
</array>
<key>UIApplicationShortcutWidget</key>
<string>org.wordpress.internal.WordPressTodayWidget</string>
<key>UIBackgroundModes</key>
<array>
<string>remote-notification</string>
Expand Down

0 comments on commit d3a4f64

Please sign in to comment.