Official iOS app for Mastodon
Go to file
CMK 7859ebd4ff chore: add "Open in Browser" i18n word. #307 2021-12-03 19:28:50 +08:00
.github chore: update CI configure for Xcode 13.1 2021-11-03 16:21:09 +08:00
AppShared chore: update to version 1.2.0 (87) 2021-11-10 18:00:16 +08:00
CoreDataStack chore: update to version 1.2.0 (87) 2021-11-10 18:00:16 +08:00
CoreDataStackTests chore: update to version 1.2.0 (87) 2021-11-10 18:00:16 +08:00
Localization chore: add "Open in Browser" i18n word. #307 2021-12-03 19:28:50 +08:00
Mastodon chore: update i18n resources 2021-12-03 19:26:28 +08:00
Mastodon.xcodeproj chore: deselect iPad target 2021-12-03 19:23:21 +08:00
Mastodon.xcworkspace chore: update MetaTextKit package version to v2.1.2 to workaround SDWebImage crash issue 2021-11-03 15:49:42 +08:00
MastodonIntent chore: update i18n resources 2021-12-03 19:26:28 +08:00
MastodonSDK feat: implement following list 2021-11-02 16:12:20 +08:00
MastodonTests chore: update to version 1.2.0 (87) 2021-11-10 18:00:16 +08:00
MastodonUITests chore: update to version 1.2.0 (87) 2021-11-10 18:00:16 +08:00
NotificationService chore: update to version 1.2.0 (87) 2021-11-10 18:00:16 +08:00
ShareActionExtension chore: update to version 1.2.0 (87) 2021-11-10 18:00:16 +08:00
.gitignore chore: update gitignore rules 2021-11-03 16:13:11 +08:00
LICENSE chore: add GPL-3 LICENSE 2021-07-31 18:18:34 +08:00
MastodonSDK.xctestplan feat: add rules attribute for Instance entity 2021-02-22 12:26:44 +08:00
Podfile fix: CI build issue 2021-08-02 19:42:55 +08:00
Podfile.lock feat: add Root scene for iPad 2021-09-22 19:08:09 +08:00
README.md Merge branch 'main' into release/1.2.0 2021-12-03 19:10:39 +08:00
crowdin.yml chore: add intents strings dict to Crowdin configuration. 2021-08-10 16:02:51 +08:00
swiftgen.yml fix: i18n string plural issue 2021-07-06 14:55:24 +08:00
update_localization.sh chore: update i18n scripts and resources 2021-08-06 16:14:27 +08:00

README.md

Mastodon

CI Crowdin

Download on the App Store

Requirements

  • Xcode 12.5+
  • Swift 5.3+
  • iOS 14.0+

Setup

We need the latest version of Xcode from App Store. And use Cocoapods for dependency management.

CocoaPods

For the Intel Mac

sudo gem install cocoapods
sudo gem install cocoapods-keys
pod install

For the M1 Mac

sudo gem install cocoapods
sudo gem install cocoapods-keys

# 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.

Contributors

The app require the App Group capability. To make sure it works for your developer membership. Please check AppName.swift file and set another unique groupID and update App Group settings.

The app is compatible with toot-relay APNs. You can set your push notification endpoint via cocoapod-keys.

Acknowledgements

License

This project is released under the GPL-3 License. It is also dual-licensed to Apple for the purposes of publishing the app on the App Store. For this reason, any contributors are required to sign a Contributor License Agreement.