Skip to content

Commit 67a844b

Browse files
committed
use app_bundle_dsym() to detect dSYM path
1 parent 0ea5302 commit 67a844b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: lib/motion/project/testflight.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ def testflight?
120120
Rake::Task["archive"].invoke
121121

122122
# An archived version of the .dSYM bundle is needed.
123-
app_dsym = App.config.app_bundle('iPhoneOS').sub(/\.app$/, '.dSYM')
123+
app_dsym = App.config.app_bundle_dsym('iPhoneOS')
124124
app_dsym_zip = app_dsym + '.zip'
125125
if !File.exist?(app_dsym_zip) or File.mtime(app_dsym) > File.mtime(app_dsym_zip)
126126
Dir.chdir(File.dirname(app_dsym)) do

0 commit comments

Comments
 (0)