- SVG Editor. Editor and Optimiser
- SVG-edit. browser SVG drawing editor. ( GitHub Project : https://github.com/SVG-Edit/svgedit )
- SVGOMG. Online Graphical User interface for SVGO. ( GitHub Repo : https://github.com/jakearchibald/svgomg/ )
- SVGO. Command line tool to optimize SVG vector graphics files built with NodeJS.
- › SVG-encoder. Encode SVG in data URI to make it work in all modern browsers.
- › URL-encoder for SVG Same as above
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1. 拷贝OldSDK到Xcode装SDK的目录下 | |
2. 修改plist文件 | |
sudo /usr/libexec/PlistBuddy -c "Set :MinimumSDKVersion 10.7" | |
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Info.plist | |
3. 重启XCode | |
Xcode build svn: /Library/Developer/CommandLineTools/usr/bin |
OlderNewer