mirror of
https://github.com/zhigang1992/RubyMotion.git
synced 2026-05-31 02:31:16 +08:00
0.24
This commit is contained in:
4
NEWS
4
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'.
|
||||
|
||||
2
Rakefile
2
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]
|
||||
|
||||
Reference in New Issue
Block a user