Page MenuHomePhabricator

Use cocoapods-keys to remove committed tokens/keys from repo & obfuscate them
Closed, DuplicatePublic

Description

Use https://github.com/orta/cocoapods-keys to prevent keys from being committed to source as plain-text strings and obfuscate them when in use:

  • HockeyApp
  • Piwik

Event Timeline

BGerstle-WMF raised the priority of this task from to High.
BGerstle-WMF updated the task description. (Show Details)
BGerstle-WMF subscribed.

This will require reconfiguration of our Xcode project since all the HockeyApp keys are stored in the build settings. We'll need to retrieve them from the generated Keys class instead, maybe using a different selector