mirror of
https://github.com/zhigang1992/RubyMotion.git
synced 2026-06-11 00:09:38 +08:00
change dSYM path to fix symbolicate with Instruments on iOS device
http://hipbyte.myjetbrains.com/youtrack/issue/RM-487
This commit is contained in:
@@ -262,7 +262,7 @@ EOS
|
||||
end
|
||||
|
||||
def app_bundle_dsym(platform)
|
||||
File.join(versionized_build_dir(platform), bundle_name + '.dSYM')
|
||||
File.join(versionized_build_dir(platform), bundle_name + '.app.dSYM')
|
||||
end
|
||||
|
||||
def archive_extension
|
||||
|
||||
Reference in New Issue
Block a user