Method: AppInfo::IPA#bundle_path
- Defined in:
- lib/app_info/ipa.rb
#bundle_path ⇒ Object
142 143 144 |
# File 'lib/app_info/ipa.rb', line 142 def bundle_path @bundle_path ||= File.join(app_path, info.bundle_name) end |
142 143 144 |
# File 'lib/app_info/ipa.rb', line 142 def bundle_path @bundle_path ||= File.join(app_path, info.bundle_name) end |