lib/run_loop/app.rb in run_loop-1.3.3 vs lib/run_loop/app.rb in run_loop-1.4.0

- old
+ new

@@ -44,10 +44,10 @@ end identifier end # Inspects the app's Info.plist for the executable name. - # @return [String] The value of CFBundleIdentifier. + # @return [String] The value of CFBundleExecutable. # @raise [RuntimeError] If the plist cannot be read or the # CFBundleExecutable is empty or does not exist. def executable_name identifier = plist_buddy.plist_read('CFBundleExecutable', info_plist_path) unless identifier