diff --git a/toolchain.py b/toolchain.py index 533b11f..fde6f79 100755 --- a/toolchain.py +++ b/toolchain.py @@ -1029,6 +1029,7 @@ Xcode: create Create a new xcode project update Update an existing xcode project (frameworks, libraries..) launchimage Create Launch images for your xcode project + icon Create Icons for your xcode project """) parser.add_argument("command", help="Command to run") args = parser.parse_args(sys.argv[1:2])