介绍工程目录
1.AFOPlayer:主工程目录
(1)AFOPlayer:
(2) FunctionModule:功能
1)AFOHomePage:首页
2)AFOPlaylist:播放列表
3)AFOSetting: 设置
2.CompileLibrary:打包framework的工程目录,以下都是基础必备库
1)AFOFFMpeg:ffmpeg解码;
2)AFOFoundation:扩展系统库;
3)AFOGitHub:引用github上的库;
4)AFORouter:JLRouter;
5) AFOSQLite: 基于FMDB操作SQLite;
6)AFOUIKit: 扩展系统库;
7)AFOViews:可复用View库;
编译顺序:AFOFoundation -> AFOUIKit -> AFOGitHub -> AFORouter -> AFOSQLite -> AFOViews -> AFOFFMpeg