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 7e1571a493 fix: action buttons for status missing highlighed state 2021-06-17 18:21:18 +08:00
.github chore: update CI script 2021-04-27 16:29:10 +08:00
AppShared chore: update bundle ID. Update version to 0.6.0 (10) 2021-06-12 04:37:54 +08:00
CoreDataStack fix: timer update leaking raise crash in notification scene 2021-06-15 16:36:42 +08:00
CoreDataStackTests
Localization fix: add missing "ago" for timestamp 2021-06-17 14:19:43 +08:00
Mastodon fix: action buttons for status missing highlighed state 2021-06-17 18:21:18 +08:00
Mastodon.xcodeproj chore: profile status header and name label configure 2021-06-17 16:31:34 +08:00
Mastodon.xcworkspace feat: using Nuke framework for timeline image loading 2021-06-16 19:58:40 +08:00
MastodonSDK Merge branch 'fix-codes-typo' into fix/typo 2021-06-15 19:03:41 +08:00
MastodonTests
MastodonUITests
NotificationService chore: update bundle ID. Update version to 0.6.0 (10) 2021-06-12 04:37:54 +08:00
.gitignore
MastodonSDK.xctestplan
Podfile chore: profile status header and name label configure 2021-06-17 16:31:34 +08:00
Podfile.lock chore: profile status header and name label configure 2021-06-17 16:31:34 +08:00
README.md feat: persist notification keys into Keychian 2021-04-27 16:26:59 +08:00
swiftgen.yml
update_localization.sh

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