chore: update CI script

This commit is contained in:
CMK 2021-04-27 16:29:10 +08:00
parent aca358db26
commit d4552332b3
1 changed files with 6 additions and 1 deletions

View File

@ -1,4 +1,9 @@
#!/bin/bash
sudo gem install cocoapods-keys
pod install
# stub keys. DO NOT use in production
pod keys set notification_endpoint "<endpoint>"
pod keys set notification_endpoint_debug "<endpoint>"
pod install