mirror of
https://github.com/mastodon/mastodon-ios.git
synced 2024-12-11 08:06:23 +01:00
10 lines
199 B
Bash
Executable File
10 lines
199 B
Bash
Executable File
#!/bin/bash
|
|
|
|
sudo gem install cocoapods-keys
|
|
|
|
# stub keys. DO NOT use in production
|
|
pod keys set notification_endpoint "<endpoint>"
|
|
pod keys set notification_endpoint_debug "<endpoint>"
|
|
|
|
pod install
|