Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 502 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 502 Bytes

AniXPlayer

弹弹Play iOS+Mac版,包含基础播放、设置等功能

你问我为啥叫这个名?当然是群友选的

安装

  1. clone 项目
  2. pod install
  3. 在下图目录中创建AppKey.swift文件,内容如下(AppKey申请方式:点我跳转):
AppKey.swift:

struct AppKey {
    static var appId = "xxxxx"
    static var appSec = "xxxxx"
}

mac

截图

Mac

mac

iOS

iOS