get_info_plist_value¶
Returns value from Info.plist of your project as native Ruby data structures
Get a value from a plist file, which can be used to fetch the app identifier and more information about your app
get_info_plist_value | |
---|---|
Supported platforms | ios, mac |
Author | @kohtenko |
1 Example¶
identifier = get_info_plist_value(path: "./Info.plist", key: "CFBundleIdentifier")
Parameters¶
Key | Description | Default |
---|---|---|
key |
Name of parameter | |
path |
Path to plist file you want to read |
* = default value is dependent on the user's system
To show the documentation in your terminal, run
fastlane action get_info_plist_value