mirror of
https://github.com/zhigang1992/RubyMotion.git
synced 2026-04-27 00:01:05 +08:00
move plist.rb into project/
This commit is contained in:
@@ -2,6 +2,7 @@ require 'motion/project/app'
|
||||
require 'motion/project/config'
|
||||
require 'motion/project/builder'
|
||||
require 'motion/project/vendor'
|
||||
require 'motion/project/plist'
|
||||
|
||||
desc "Build the project, then run the simulator"
|
||||
task :default => :simulator
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
require 'motion/plist'
|
||||
|
||||
module Motion; module Project
|
||||
class Config
|
||||
VARS = []
|
||||
|
||||
Reference in New Issue
Block a user