mirror of
https://github.com/zhigang1992/RubyMotion.git
synced 2026-06-15 10:37:57 +08:00
[libdwarf] fix missing comma
This commit is contained in:
@@ -31,7 +31,7 @@ module Motion; module Project;
|
||||
class XcodeConfig < Config
|
||||
variable :xcode_dir, :sdk_version, :deployment_target, :frameworks,
|
||||
:weak_frameworks, :embedded_frameworks, :external_frameworks, :framework_search_paths,
|
||||
:libs, :identifier, :codesign_certificate, :short_version, :entitlements, :delegate_class, :embed_dsym
|
||||
:libs, :identifier, :codesign_certificate, :short_version, :entitlements, :delegate_class, :embed_dsym,
|
||||
:version
|
||||
|
||||
def initialize(project_dir, build_mode)
|
||||
|
||||
Reference in New Issue
Block a user