aboutsummaryrefslogtreecommitdiffstats
path: root/build.sh
AgeCommit message (Collapse)Author
2015-12-24build.sh: Update `timeStamp` on buildTeddy Wing
When building a new bundle, update the `timeStamp` key in `info.plist` to correspond to the current time. Was hoping to retain the decimal value in the timestamp, but for some reason only the integer part stays after it gets set. Oh well, I don't care enough to fiddle with that.
2015-12-24Add build script to make extension bundleTeddy Wing
* Add `info.plist` (apparently it needs to be lowercase, weird, who knew?) that contains the necessary keys for the extension (as per http://robodocs.readthedocs.org/roboFontDocumentation/content/extensions/specification.html#specificationextensions) * Create a build script that copies the necessary files into the extension's bundle folder * Create a Makefile with some build and clean rules