lib/run_loop/ipa.rb in run_loop-2.0.7 vs lib/run_loop/ipa.rb in run_loop-2.0.8

- old
+ new

@@ -43,9 +43,14 @@ # @return [String] The value of CFBundleExecutable. def executable_name app.executable_name end + # Returns the arches for the binary. + def arches + app.arches + end + # Inspects the app's executables for the server version # @return[RunLoop::Version] a version instance def calabash_server_version app.calabash_server_version end