Skip to content

Commit

Permalink
README - created 0.0.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
lukakerr committed Jul 1, 2018
1 parent d835488 commit 25a2ef3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
[![Swift 4.2](https://img.shields.io/badge/swift-4.2-orange.svg?style=flat)](https://github.com/apple/swift)
[![Platform](http://img.shields.io/badge/platform-macOS-red.svg?style=flat)](https://developer.apple.com/macos/)
[![Github](http://img.shields.io/badge/github-lukakerr-green.svg?style=flat)](https://github.com/lukakerr)
![Github All Releases](https://img.shields.io/github/downloads/lukakerr/twig/total.svg)

<p align="center">
<img src="./Twig/Assets.xcassets/AppIcon.appiconset/twig-512.png" width="200">
Expand Down Expand Up @@ -43,7 +44,7 @@ See [CONTRIBUTING.md](./CONTRIBUTING.md) for details on how to contribute.

### Installing

Currently there is no way to install Twig apart from building and archiving manually. As development progresses, releases will be created.
Visit the [releases page](https://github.com/lukakerr/twig/releases) to download. Twig is still in its very early stages, so if you encounter any bugs or have a feature request please raise an issue!

### Building

Expand Down
4 changes: 3 additions & 1 deletion Twig/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<string>0.0.1</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.developer-tools</string>
<key>LSMinimumSystemVersion</key>
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
<key>NSHumanReadableCopyright</key>
Expand Down

0 comments on commit 25a2ef3

Please sign in to comment.