Skip to content

v0.2.201

Choose a tag to compare

@proggeramlug proggeramlug released this 21 Mar 22:21
· 4635 commits to main since this release

perry setup improvements

Signing identity auto-detection

When reusing an existing distribution certificate, perry setup ios now automatically detects your signing identity from the macOS Keychain instead of leaving it blank. Previously this caused perry publish ios to prompt for it manually.

If multiple identities are found, you'll be shown a picker. If only one Apple Distribution identity exists, it's selected automatically.

Better final output

The setup wizard now clearly shows where config was saved:

  ✓ Global credentials saved to ~/.perry/config.toml
  ✓ Project config saved to /path/to/project/perry.toml

perry.toml value reading

Bundle ID lookup now checks [ios].bundle_id[app].bundle_id[project].bundle_id (previously missed [app]). App name similarly checks [app].name[project].name.