ATS
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
<true/>
</dict>
静态库
lipo -info XXX
lipo -create xxx xxx -output xxx
插件UUID
defaults read /Applications/Xcode.app/Contents/Info DVTPlugInCompatibilityUUID
find ~/Library/Application\ Support/Developer/Shared/Xcode/Plug-ins -name Info.plist -maxdepth 3 | xargs -I{} defaults write {} DVTPlugInCompatibilityUUIDs -array-add `defaults read /Applications/Xcode.app/Contents/Info.plist DVTPlugInCompatibilityUUID`
插件
open ~/Library/Application\ Support/Developer/Shared/Xcode/Plug-ins/
签名
open ~/Library/MobileDevice/Provisioning\ Profiles
主题配置
~/Library/Developer/Xcode/UserData/FontAndColorThemes
青花瓷乱码
Response中文乱码:在Info.plist中 的VMOption或JVMOption 添加-Dfile.encoding=UTF-8