1
0
mirror of https://github.com/mastodon/mastodon-ios.git synced 2025-01-30 00:55:25 +01:00

10 lines
199 B
Bash
Raw Normal View History

#!/bin/bash
sudo gem install cocoapods-keys
2021-04-27 16:29:10 +08:00
# stub keys. DO NOT use in production
2021-08-04 17:50:16 +08:00
pod keys set notification_endpoint "<endpoint>"
pod keys set notification_endpoint_debug "<endpoint>"
2021-04-27 16:29:10 +08:00
2021-08-04 17:50:16 +08:00
pod install