mirror of
https://github.com/mastodon/mastodon-ios.git
synced 2024-12-12 08:36:02 +01:00
4517a4fffb
* Remove Cocoapods and Workspace
* Fix build
* Fix build again 🤦
* Update docs
* Fix fastlane to not use workspace anymore
* Update Documentation/Setup.md
Co-authored-by: Marcus Kida <marcus.kida@bearologics.com>
* Pin versions for swiftgen/sourcery
* Improve docs
---------
Co-authored-by: Marcus Kida <marcus.kida@bearologics.com>
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.3.11
|
|
|
|
# Install Ruby Gems
|
|
bundle install
|
|
|
|
# Setup notification endpoint
|
|
bundle exec arkana
|