Release 1.1.0
This release adds an optional :target parameter to select a specific target in the project:
update_settings_bundle(
xcodeproj: "MyProject.xcodeproj",
key: "CurrentAppVersion",
value: ":version (:build)",
target: "MyAppTarget"
)
By default, the action takes the first non-test, non-extension target in the project.