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]