move resources_dirs into the main config object

This commit is contained in:
Laurent Sansonetti
2013-06-19 12:40:18 +02:00
parent 490debf0b4
commit 0993cb0cec
2 changed files with 4 additions and 4 deletions

View File

@@ -47,7 +47,8 @@ module Motion; module Project
end
end
variable :name, :files, :build_dir, :specs_dir, :version, :motiondir
variable :name, :files, :build_dir, :specs_dir, :resources_dirs, :version,
:motiondir
# Internal only.
attr_accessor :build_mode, :spec_mode, :distribution_mode, :dependencies,

View File

@@ -24,9 +24,8 @@
module Motion; module Project;
class XcodeConfig < Config
variable :xcode_dir, :sdk_version, :deployment_target, :frameworks,
:weak_frameworks, :framework_search_paths, :libs, :resources_dirs,
:identifier, :codesign_certificate, :short_version, :entitlements,
:delegate_class
:weak_frameworks, :framework_search_paths, :libs, :identifier,
:codesign_certificate, :short_version, :entitlements, :delegate_class
def initialize(project_dir, build_mode)
super