From a0c3a1eff53878af07b0cdb76fbbc615dfe3bea5 Mon Sep 17 00:00:00 2001 From: Krisjanis Rijnieks Date: Wed, 5 Nov 2014 22:22:37 +0100 Subject: [PATCH] Add xcode project add to readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ace762a..0a14e06 100644 --- a/README.md +++ b/README.md @@ -172,6 +172,7 @@ A short wishlist for the next releases: - Added FBO source. You can create a custom openFrameworks application for piMapper by extending the FboSource class. Add/register your custom object as source in piMapper and you will be able to select it in the source editor. Source is saved and loaded from the settings as well. - Fixed issue #15 - Added -f (fullscreen) flag for the Raspberry Pi version. Use `./yourApp -f` to launch it fullscreen on start. + - Added XCode project file to example. ### Version 0.2.0 (2014-10-18): - Added logo (thanks [Irina Spicaka](http://irina.spicaka.info/))