mirror of
https://github.com/mastodon/mastodon-ios
synced 2025-04-11 22:58:02 +02:00
14 lines
206 B
Bash
Executable File
14 lines
206 B
Bash
Executable File
#!/bin/bash
|
|
|
|
brew install swiftgen@6.6.2
|
|
brew install sourcery@2.1.3
|
|
|
|
# Install Ruby Bundler
|
|
gem install bundler:2.5.21
|
|
|
|
# Install Ruby Gems
|
|
bundle install
|
|
|
|
# Setup notification endpoint
|
|
bundle exec arkana
|