2
2
mirror of https://github.com/mastodon/mastodon-ios synced 2025-04-11 22:58:02 +02:00
2021-01-27 14:50:13 +08:00
2021-01-22 13:54:11 +08:00
2021-01-22 13:54:11 +08:00
2021-01-22 14:28:58 +08:00
2021-01-27 14:58:13 +08:00
2021-01-27 14:58:13 +08:00
2021-01-26 19:33:16 +08:00
2021-01-22 14:28:58 +08:00

Mastodon

Requirements

  • Xcode 12.4+
  • Swift 5.3+
  • iOS 14.0+

Setup

We needs the latest version Xcode from App Store. And install Cocoapods for dependency management.

CocoaPods

For the Intel Mac

# install cocoapods from Homebrew
brew install cocoapods
pod install

For the M1 Mac

# install cocoapods from Homebrew
brew install cocoapods

# pod install may not works on M1 Mac. Fix by install ffi
# ref: https://github.com/CocoaPods/CocoaPods/issues/10220
sudo arch -x86_64 gem install ffi

arch -x86_64 pod install

Start

  1. Open Mastodon.xcworkspace
  2. Wait the Swift Package Dependencies resolved.
  3. Check the signing settings make sure choose a team. More info…
  4. Select Mastodon scheme and run it.

Acknowledgements

License

Description
Official iOS app for Mastodon
Readme GPL-3.0 72 MiB
Languages
Swift 99.7%
Shell 0.2%