This commit is contained in:
Laurent Sansonetti
2011-12-05 21:03:44 +01:00
parent 7128cc77c8
commit 9fda9e1893
2 changed files with 4 additions and 2 deletions

4
NEWS
View File

@@ -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'.

View File

@@ -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]