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 579d45b675 chore: add async entry 2021-06-21 20:27:43 +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: make blurhash display before video thumbnail ready 2021-06-17 19:29:48 +08:00
CoreDataStackTests feat: add Core Data Stack 2021-01-27 14:50:13 +08:00
Localization fix: add interact hint label and separator line for emoji auto complete in compose scene 2021-06-21 18:30:24 +08:00
Mastodon chore: add async entry 2021-06-21 20:27:43 +08:00
Mastodon.xcodeproj chore: add async entry 2021-06-21 20:27:43 +08:00
Mastodon.xcworkspace Merge commit 'feature/texture' into develop 2021-06-21 19:52:44 +08:00
MastodonSDK Merge branch 'fix-codes-typo' into fix/typo 2021-06-15 19:03:41 +08:00
MastodonTests Initial Commit 2021-01-22 13:54:11 +08:00
MastodonUITests Initial Commit 2021-01-22 13:54:11 +08:00
NotificationService Add boop sound for notifications 2021-06-19 00:14:41 +02:00
.gitignore fix: use readable guider to layout section header 2021-04-13 18:12:40 +08:00
MastodonSDK.xctestplan feat: add rules attribute for Instance entity 2021-02-22 12:26:44 +08:00
Podfile feat: [WIP] migrate to Texture (AsyncDisplayKit) for better performance 2021-06-19 18:33:29 +08:00
Podfile.lock Merge commit 'feature/texture' into develop 2021-06-21 19:52:44 +08:00
README.md feat: persist notification keys into Keychian 2021-04-27 16:26:59 +08:00
swiftgen.yml chore: setup project 2021-01-22 14:28:58 +08:00
update_localization.sh feat: add support for inviteEnabled instance 2021-02-26 12:52:37 +08:00

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