From 1cb611098528dff0c79379d2c5a09d7111cdafb2 Mon Sep 17 00:00:00 2001 From: Shazron Abdullah Date: Mon, 18 May 2015 14:22:55 -0700 Subject: [PATCH] Added Roadmap to README --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 5525f7f..262c8bc 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,15 @@ Install and debug iOS apps without using Xcode. Designed to work on un-jailbroke * You need to have a valid iOS Development certificate installed. * Xcode 6 or greater should be installed +## Roadmap + +See our [milestones](https://github.com/phonegap/ios-deploy/milestones). + +Significant changes: + + 1.8.0 will use an Xcode project instead of a Makefile (to prepare for 2.0.0) + 2.0.0 will break out the commands into their own files, and create ios-deploy-lib for node.js use + ## Installation =======