v0.2.201
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.