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
sunxiaojian 24ca4644de status content display 2021-01-29 16:47:32 +08:00
CoreDataStack status content display 2021-01-29 16:47:32 +08:00
CoreDataStackTests feat: add Core Data Stack 2021-01-27 14:50:13 +08:00
Mastodon status content display 2021-01-29 16:47:32 +08:00
Mastodon.xcodeproj status content display 2021-01-29 16:47:32 +08:00
Mastodon.xcworkspace add public timeline 2021-01-28 16:10:30 +08:00
MastodonSDK status content display 2021-01-29 16:47:32 +08:00
MastodonTests Initial Commit 2021-01-22 13:54:11 +08:00
MastodonUITests Initial Commit 2021-01-22 13:54:11 +08:00
.gitignore chore: setup project 2021-01-22 14:28:58 +08:00
MastodonSDK.xctestplan feat: add Mastodon.API.App.create API 2021-01-27 16:01:20 +08:00
Podfile status content display 2021-01-29 16:47:32 +08:00
Podfile.lock status content display 2021-01-29 16:47:32 +08:00
README.md chore: update README 2021-01-26 19:33:16 +08:00
swiftgen.yml chore: setup project 2021-01-22 14:28:58 +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