lib/run_loop/lipo.rb in run_loop-1.4.1 vs lib/run_loop/lipo.rb in run_loop-1.5.0

- old
+ new

@@ -20,9 +20,19 @@ def initialize(bundle_path) @bundle_path = bundle_path @plist_buddy = RunLoop::PlistBuddy.new end + # @!visibility private + def to_s + "#<Lipo #{bundle_path}>" + end + + # @!visibility private + def inspect + to_s + end + # Inspect the `CFBundleExecutable` in the app bundle path with `lipo` and # compare the result with the target device's instruction set. # # **Simulators** #