diff --git a/README.md b/README.md index 0572a66..a13ce34 100644 --- a/README.md +++ b/README.md @@ -119,6 +119,7 @@ ipa.devices ipa.ipad? ipa.iphone? ipa.universal? +ipa.appletv? # detect app release type ipa.release_type @@ -136,6 +137,18 @@ ipa.frameworks ipa.plugins # => [] +# get url schemes +ipa.url_schemes +# => [{:name=>"Web", :role=>"Editor", :schemes=>["app-info", "app_info"]}] + +# get query schemes +ipa.url_schemes +# => ["twitter", "instagram", "www-x-callback"] + +# get background modes +ipa.background_modes +# => ["audio", "fetch", "remote-notification"] + # get more propety in Info.plist ipa.info[:CFBundleDisplayName] # => 'AppInfoDemo'