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