mirror of
https://github.com/zhigang1992/RubyMotion.git
synced 2026-06-12 17:19:01 +08:00
fix archs setting in framework
http://hipbyte.myjetbrains.com/youtrack/issue/RM-670
d141498e58 patch need this changing.
This commit is contained in:
@@ -151,7 +151,8 @@ PLIST
|
||||
"RM_TARGET_DEPLOYMENT_TARGET=\"#{@config.deployment_target}\"",
|
||||
"RM_TARGET_XCODE_DIR=\"#{@config.xcode_dir}\"",
|
||||
"RM_TARGET_HOST_APP_PATH=\"#{File.expand_path(@config.project_dir)}\"",
|
||||
"RM_TARGET_BUILD=\"1\""
|
||||
"RM_TARGET_BUILD=\"1\"",
|
||||
"RM_TARGET_ARCHS='#{@config.archs.inspect}'"
|
||||
].join(' ')
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user