mirror of
https://github.com/zhigang1992/RubyMotion.git
synced 2026-04-02 09:31:37 +08:00
[xcassets] actool uses path info from bundle unless full build path is specified.
This commit is contained in:
@@ -353,7 +353,7 @@ EOS
|
||||
"--notices --warnings --platform #{config.deploy_platform.downcase} " \
|
||||
"--minimum-deployment-target #{config.deployment_target} " \
|
||||
"#{Array(config.device_family).map { |d| "--target-device #{d}" }.join(' ')} " \
|
||||
"--compress-pngs --compile \"#{bundle_path}\" \"#{xcassets.join('" "')}\""
|
||||
"--compress-pngs --compile \"#{File.expand_path(bundle_path)}\" \"#{xcassets.join('" "')}\""
|
||||
end
|
||||
|
||||
# Compile CoreData Model resources and SpriteKit atlas files.
|
||||
|
||||
Reference in New Issue
Block a user