1
0
mirror of https://github.com/mastodon/mastodon-ios.git synced 2025-01-10 08:12:45 +01:00
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/it/Quale-app-mastodon-utilizzare
Go to file
2021-03-31 20:56:11 +08:00
CoreDataStack Merge branch /develop into feature/in-reply-to-header 2021-03-16 11:41:56 +08:00
CoreDataStackTests
Localization chore: add api to APIService 2021-03-31 19:30:21 +08:00
Mastodon feature: add SearchRecommendTagsCollectionViewCell 2021-03-31 20:56:11 +08:00
Mastodon.xcodeproj feature: add SearchRecommendTagsCollectionViewCell 2021-03-31 20:56:11 +08:00
Mastodon.xcworkspace feat: implement emoji picker 2021-03-25 15:56:17 +08:00
MastodonSDK feature: add SearchRecommendTagsCollectionViewCell 2021-03-31 20:56:11 +08:00
MastodonTests
MastodonUITests
.gitignore
MastodonSDK.xctestplan
Podfile
Podfile.lock
README.md feat: implement status publish API 2021-03-18 17:33:07 +08:00
swiftgen.yml
update_localization.sh feat: add support for inviteEnabled instance 2021-02-26 12:52:37 +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