From 9fda9e1893e683766b9029b2eba8ea5d0edf5711 Mon Sep 17 00:00:00 2001 From: Laurent Sansonetti Date: Mon, 5 Dec 2011 21:03:44 +0100 Subject: [PATCH] 0.24 --- NEWS | 4 +++- Rakefile | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 3dc08c43..60c53ab8 100644 --- a/NEWS +++ b/NEWS @@ -2,7 +2,9 @@ * Updated doc/ReferenceManual.html to track the new changes and also to mention the `files_dependencies' config setting. - * Added the `identifier' config setting. + * Added the `info_plist' config setting, which exposes the Info.plist as + a Hash object that can be changed (for advanced settings). + * Added the `identifier' config setting, reverse DNS name for an app. * Reorganized the rake interface. Existing projects should migrate from `motion/rake' to `motion/project', and from `Motion::App' to `Motion::Project::App'. diff --git a/Rakefile b/Rakefile index 08ce7452..4286e67d 100644 --- a/Rakefile +++ b/Rakefile @@ -1,5 +1,5 @@ PLATFORMS_DIR = '/Developer/Platforms' -PROJECT_VERSION = '0.23' +PROJECT_VERSION = '0.24' sim_sdks = Dir.glob(File.join(PLATFORMS_DIR, 'iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator*.sdk')).map do |path| File.basename(path).scan(/^iPhoneSimulator(.+)\.sdk$/)[0][0]