Questa è l'app ufficiale di Mastodon, gira su ios 14 o superiore. L'app ufficiale è rivolta ai nuovi utenti che non hanno familiarità con il Fediverso. Semplifica il processo di registrazione e nasconde alcune caratteristiche come la timeline Federata. https://mastodon.it
Go to file
CMK d5366c2d07
Merge pull request #103 from tootsuite/feature/post-thread
Add thread scene and reply post support
2021-04-16 18:17:34 +08:00
CoreDataStack feat: implement reply status entry and update query of API 2021-04-14 15:59:29 +08:00
CoreDataStackTests feat: add Core Data Stack 2021-01-27 14:50:13 +08:00
Localization feat: update compose scene UI appearance 2021-04-14 15:24:54 +08:00
Mastodon feat: make reply to foldable in compose scene 2021-04-15 12:10:43 +08:00
Mastodon.xcodeproj fix: resolve #83 the text editor input content offset reset after input character issue 2021-04-14 18:11:59 +08:00
Mastodon.xcworkspace Merge branch 'develop' into feature/profile 2021-04-01 14:53:24 +08:00
MastodonSDK feat: implement reply status entry and update query of API 2021-04-14 15:59:29 +08:00
MastodonTests Initial Commit 2021-01-22 13:54:11 +08:00
MastodonUITests Initial Commit 2021-01-22 13:54:11 +08:00
.gitignore feat: implement image media content warning overlay 2021-02-25 13:47:30 +08:00
MastodonSDK.xctestplan feat: add rules attribute for Instance entity 2021-02-22 12:26:44 +08:00
Podfile feat: add sign up button for authentication scene 2021-02-05 11:53:21 +08:00
Podfile.lock feat: add sign up button for authentication scene 2021-02-05 11:53:21 +08:00
README.md feat: add title view for profile scene 2021-04-09 19:44:48 +08:00
swiftgen.yml chore: setup project 2021-01-22 14:28:58 +08:00
update_localization.sh feat: add support for inviteEnabled instance 2021-02-26 12:52:37 +08:00

README.md

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