4月1日iOS知识

2021-04-21  本文已影响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"//在提交

上一篇下一篇

猜你喜欢

热点阅读