Kurdmax Sorani TV Rastawxo HD is an incitement Kurdish satellite and close by TV opening arranged in Erbil Iraqi Kurdistan KurdMax TV HD. Kurdmax TV had, worked and regulated by EDICOO gathering, http://kurdtvs.net/kurdmax http://kurdtvs.net/kurdmax
Go to file
CMK 0e9165f9e8 chore: add intents strings dict to Crowdin configuration. 2021-08-10 16:02:51 +08:00
.github chore: not run pod under CI root 2021-08-04 17:50:16 +08:00
AppShared chore: update bundle ID. Update version to 0.6.0 (10) 2021-06-12 04:37:54 +08:00
CoreDataStack feat: purge home timeline when user sign out 2021-07-26 16:31:57 +08:00
CoreDataStackTests feat: add Core Data Stack 2021-01-27 14:50:13 +08:00
Localization chore: add intents strings dict to Crowdin configuration. 2021-08-10 16:02:51 +08:00
Mastodon feat: add i18n supports for German and Dutch 2021-08-09 20:16:54 +08:00
Mastodon.xcodeproj chore: add intents strings dict to Crowdin configuration. 2021-08-10 16:02:51 +08:00
Mastodon.xcworkspace Merge branch 'support-japanese' into develop 2021-08-06 14:00:04 +08:00
MastodonIntent chore: add intents strings dict to Crowdin configuration. 2021-08-10 16:02:51 +08:00
MastodonSDK feat: add Idempotency-Key` header for status 2021-08-09 17:54:11 +08:00
MastodonTests fix: app not respect web finger issue 2021-07-08 14:17:35 +08:00
MastodonUITests Initial Commit 2021-01-22 13:54:11 +08:00
NotificationService fix: notification content not escape issue. ticket: #18624MBA 2021-07-07 20:12:55 +08:00
ShareActionExtension chore: update project for new i18n resources 2021-08-09 19:44:04 +08:00
.gitignore fix: use readable guider to layout section header 2021-04-13 18:12:40 +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 chore: update pod 2021-08-03 16:56:06 +08:00
README.md chore: update README 2021-08-05 19:43:08 +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.