Returns:
89 90 91
# File 'lib/app_info/ipa.rb', line 89 def app_path @app_path ||= Dir.glob(::File.join(contents, 'Payload', '*.app')).first end