-
Notifications
You must be signed in to change notification settings - Fork 0
greggjaskiewicz/VersioningTool
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This tool is replacing agvtool. agvtool was causing Xcode to crash all the time - so I wrote a simple tool that replaces it. Takes either -r [path] or list of names of plist files. For instance VersioningTool -r ~/Projects/myproject VersioningTool ~/Projects/myproject/info.plist ~/Projects/myproject/component/info.plist VersioningTool -r Or in Xcode just add this in the 'custom' script: /usr/local/bin/VersioningTool "$PRODUCT_SETTINGS_PATH" Providing of course , that this is where you've installed VersioningTool :) You have to add "Bundle Version" key/value in the plist file, as type string, with initial value 1. That's it.
About
Ever had issues with agvtool ? Xcode crashes when you try to use apple versioning tool ? Well, this is my answer to the problem. You're welcome !
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published