aboutsummaryrefslogtreecommitdiff
path: root/tools/ios_xcode_template/godot_ios.xcodeproj/project.xcworkspace/contents.xcworkspacedata (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move templates and distribution stuff to tools/distRémi Verschelde2016-09-051-7/+0
| | | | Also removed the obsolete iOS xcode template.
* -fixed bug in Button now exporting font propertyJuan Linietsky2014-02-151-0/+7
-made GUI Theme editor usable -editor does not allow to export or create .pck in the same path as a project -changed .pck format (lacked support for versioning so couldn't change it), previous was causing crashes and is now incompatible, just re-export. -will not look for .pck files recursively, was causing unexpected behaviors -fixed execution of Godot in paths with non unicode characters in Windows, OSX and Linux.