1
0
mirror of https://github.com/mastodon/mastodon-ios.git synced 2025-01-03 04:19:24 +01:00
mastodon-app-ufficiale-ipho.../.github/scripts/setup.sh
2022-05-11 19:53:40 +08:00

17 lines
446 B
Bash
Executable File

#!/bin/bash
# workaround https://github.com/CocoaPods/CocoaPods/issues/11355
sed -i '' $'1s/^/source "https:\\/\\/github.com\\/CocoaPods\\/Specs.git"\\\n\\\n/' Podfile
# Install Ruby Bundler
gem install bundler:2.3.11
# Install Ruby Gems
bundle install
# stub keys. DO NOT use in production
bundle exec pod keys set notification_endpoint "<endpoint>"
bundle exec pod keys set notification_endpoint_debug "<endpoint>"
bundle exec pod install