摘要:
XCODE -> Windows - > organizer 查看所有打包版本历史 阅读全文
摘要:
终端操作 defaults write com.apple.finder AppleShowAllFiles -bool true 显示隐藏文件 defaults write com.apple.finder AppleShowAllFiles -bool false 关闭 阅读全文
摘要:
~/Library/MobileDevice/Provisioning\ Profiles/ 删除多余配置文件 阅读全文
摘要:
本次升级由swift2.3->swift4.0 swift2.3升级swift3.0pravite -> fileprivatePublice -> open枚举更换小写方法名更精简,后面括号移除 gcd方法改变gcdtimer创建方法返回值类型变了 DispatchSource -> Dispat 阅读全文