lib/app_info/ipa.rb in app-info-3.1.4 vs lib/app_info/ipa.rb in app-info-3.2.0.beta1

- old
+ new

@@ -147,14 +147,14 @@ IPHONE_KEY = 'CFBundleIcons' IPAD_KEY = 'CFBundleIcons~ipad' def icon_keys @icon_keys ||= case device - when Device::IPHONE, Device::APPLETV + when Device::Apple::IPHONE, Device::Apple::APPLETV [IPHONE_KEY] - when Device::IPAD + when Device::Apple::IPAD [IPAD_KEY] - when Device::UNIVERSAL + when Device::Apple::UNIVERSAL [IPHONE_KEY, IPAD_KEY] end end end end