1
0
mirror of https://github.com/mastodon/mastodon-ios.git synced 2024-12-26 08:45:25 +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-07-20 20:04:56 +08:00
.github
AppShared chore: update bundle ID. Update version to 0.6.0 (10) 2021-06-12 04:37:54 +08:00
CoreDataStack feat: add share action extension 2021-07-16 16:21:47 +08:00
CoreDataStackTests
Localization feat: set theme color for share action extension 2021-07-20 19:24:24 +08:00
Mastodon feat haptic feedback for reply action 2021-07-20 20:04:56 +08:00
Mastodon.xcodeproj feat: complete upload and publish logic 2021-07-20 16:40:04 +08:00
Mastodon.xcworkspace feat: make UI works 2021-07-19 20:16:56 +08:00
MastodonSDK feat: complete upload and publish logic 2021-07-20 16:40:04 +08:00
MastodonTests fix: app not respect web finger issue 2021-07-08 14:17:35 +08:00
MastodonUITests
NotificationService fix: notification content not escape issue. ticket: #18624MBA 2021-07-07 20:12:55 +08:00
ShareActionExtension feat: set theme color for share action extension 2021-07-20 19:24:24 +08:00
.gitignore
MastodonSDK.xctestplan
Podfile feat: make UI works 2021-07-19 20:16:56 +08:00
Podfile.lock feat: make UI works 2021-07-19 20:16:56 +08:00
README.md
swiftgen.yml fix: i18n string plural issue 2021-07-06 14:55:24 +08:00
update_localization.sh

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