Skip to content

Feature Request: Support StoreKit Configuration files in generated xcschemes. #3130

@aaronsky

Description

@aaronsky

Xcode scheme run actions have support for a "StoreKit Configuration file" entry, which is a local file that is either managed manually or synced automatically from App Store Connect. It can be used for StoreKit testing inside of Xcode. It seems like all that's required for this is a child element of the LaunchAction with an identifier indicating a path (if relative, to the scheme file itself) to the location of a .storekit file in the project. The .storekit file should otherwise not have any target membership.

<StoreKitConfigurationFileReference
   identifier = "../../Project/Configuration.storekit">
</StoreKitConfigurationFileReference>

Prior art:

Mainly creating this ticket as a marker so I can contribute this.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions