App-thin
2020-07-17 17:14:56 1 举报
AI智能生成
iOS应用瘦身
作者其他创作
大纲/内容
资源优化
删除无用图片
LSUnusedResources
资源压缩
音频压缩
重复资源检测
资源动态下载
Assets.xcassets管理图片
cocoapods图片重复合并问题
工程优化
Compress PNG Files
Remove Text Metadata From PNG File
Strip Debug Symbols During Copy
Symbols Hidden by Default
Link-Time Optimization设置为Incremental
Make Strings Read-Only设置YES
Optimization设置为space
Deployment Postprocessing
Strip Link Product
Bitcode设置YES
Dead Code Stripping设置YES
去掉异常支持
Enable C++ Exceptions
Enable Objective-C Exceptions
Enable Objective-C Exceptions
Other C Flags添加-fno-exceptions
代码优化
冗余代码
无用的方法和类
相似方法
库
公共基础库
第三方库
Flutter优化
https://juejin.im/post/5bd2ac975188252928653585
0 条评论
下一页