Start including a compiled version in the repo

This makes it possible for users to upgrade with a simple `git pull`,
rather than having to re-download the latest release from GitHub each
time - after checking that there is one, first!

It also converts it from just a `.bblm` file to an entire `.bbprojectd`
file, allowing me to add things like Clippings and Text Filters in the
future. (Planned!)
This commit is contained in:
Ben S
2015-07-15 14:14:53 +01:00
parent 6bc2dac873
commit 2e92e9cd82
4 changed files with 227 additions and 0 deletions

1
.gitignore vendored
View File

@@ -3,6 +3,7 @@ build/*
*.pbxuser
xcuserdata
*.mode1v3
xcshareddata
# osx noise
.DS_Store