get_ipa_info_plist_value¶
Returns a value from Info.plist inside a .ipa file
This is useful for introspecting Info.plist files for
.ipa
files that have already been built.
get_ipa_info_plist_value | |
---|---|
Supported platforms | ios, mac |
Author | @johnboiles |
Returns | Returns the value in the .ipa's Info.plist corresponding to the passed in Key |
1 Example¶
get_ipa_info_plist_value(ipa: "path.ipa", key: "KEY_YOU_READ")
Parameters¶
Key | Description | Default |
---|---|---|
key |
Name of parameter | |
ipa |
Path to IPA | * |
* = default value is dependent on the user's system
To show the documentation in your terminal, run
fastlane action get_ipa_info_plist_value