美文网首页
4月1日iOS知识

4月1日iOS知识

作者: 萧修 | 来源:发表于2021-04-21 15:07 被阅读0次

1、上传App Store工具:Transporter App 以及xcode上传

2、AFNetworking引进所需的文件(UIWebView9.0启用)4.0以上支持
pod 'AFNetworking', '3.2.1' , :subspecs => ['Reachability','Serialization','Security','NSURLSession']

3、Spotlight、Settings

4、Xcode工程的Embed三种配置含义

5、Aggregate命令的

6、git的忽略文件.gitignore;
此文件只能忽略未被跟踪的文件,如果文件已经纳入版本管理中,则修改.gitignore是无效的。忽略某文件,需要先移除缓存。
git rm -r --cached .
git add .
git commit -m "msg"//在提交

相关文章

网友评论

      本文标题:4月1日iOS知识

      本文链接:https://www.haomeiwen.com/subject/hohzlltx.html