mastodon-ios/.github/scripts/setup.sh

10 lines
199 B
Bash
Raw Normal View History

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