Skip to content

Release 1.1.0

Compare
Choose a tag to compare
@jdee jdee released this 20 Apr 00:10
· 84 commits to master since this release

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.