app.vendor_projects is defined in config.rb, not xcode_config.rb

This commit is contained in:
Laurent Sansonetti
2013-08-20 18:01:39 +02:00
parent ab276a5d18
commit 54914a528a
2 changed files with 1 additions and 1 deletions

View File

@@ -82,6 +82,7 @@ module Motion; module Project
@version = '1.0'
@detect_dependencies = true
@exclude_from_detect_dependencies = []
@vendor_projects = []
end
OSX_VERSION = `/usr/bin/sw_vers -productVersion`.strip.sub(/\.\d+$/, '').to_f

View File

@@ -37,7 +37,6 @@ module Motion; module Project;
@libs = []
@bundle_signature = '????'
@short_version = nil
@vendor_projects = []
@entitlements = {}
@delegate_class = 'AppDelegate'
@spec_mode = false