lib/app_info/apple.rb in app-info-3.0.0.beta2 vs lib/app_info/apple.rb in app-info-3.0.0.beta3

- old
+ new

@@ -24,13 +24,13 @@ RELEASE = :release # release configuration but download from App Store APPSTORE = :appstore end - # @return [Symbol] {Platform} - def platform - Platform::APPLE + # @return [Symbol] {Manufacturer} + def manufacturer + Manufacturer::APPLE end # return file size # @example Read file size in integer # aab.size # => 3618865 @@ -44,12 +44,12 @@ file_to_human_size(@file, human_size: human_size) end # @!method device # @see InfoPlist#device - # @!method opera_system - # @see InfoPlist#opera_system + # @!method platform + # @see InfoPlist#platform # @!method iphone? # @see InfoPlist#iphone? # @!method ipad? # @see InfoPlist#ipad? # @!method universal? @@ -70,10 +70,10 @@ # @see InfoPlist#bundle_name # @!method min_sdk_version # @see InfoPlist#min_sdk_version # @!method min_os_version # @see InfoPlist#min_os_version - def_delegators :info, :device, :opera_system, :iphone?, :ipad?, :universal?, :macos?, + def_delegators :info, :device, :platform, :iphone?, :ipad?, :universal?, :macos?, :build_version, :name, :release_version, :identifier, :bundle_id, :display_name, :bundle_name, :min_sdk_version, :min_os_version # @!method devices # @see MobileProvision#devices