We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57c8850 commit aab3a15Copy full SHA for aab3a15
lib/slather/project.rb
@@ -140,7 +140,7 @@ def binary_file
140
141
def binary_file_for_app(app_bundle_file)
142
app_bundle_file_name_noext = Pathname.new(app_bundle_file).basename.to_s.gsub(".app", "")
143
- "#{app_bundle_file}/#{app_bundle_file_name_noext}"
+ Dir["#{app_bundle_file}/**/#{app_bundle_file_name_noext}"].first
144
end
145
146
def binary_file_for_dynamic_lib(framework_bundle_file)
0 commit comments