Skip to content

Install certificate for Xcode Previews #1568

@auramagi

Description

@auramagi

Description

Add ability to install root certificate for simulators that are used for Xcode Previews.

simctl tool supports having discrete sets of simulators. Xcode Previews use this feature to maintain a "previews" set of simulators. By using the set option we can select which simulator set gets used for a command.

We can use the following command to manually install the certificate while a live preview is shown:

xcrun simctl --set previews keychain booted add-root-cert path/to/Certificate.pem

Why this feature/change is important?

Inspecting traffic in Xcode Previews now requires some manual certificate juggling, but it would be better for Proxyman to support this in the UI.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request✅ DoneTicket is addressed and fixed.

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions