You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Schemes which have a binary launch target that is also an App Clip can support a new plist property:
appClipInvocationURLString
This is a single URL that will be provided to the app clip during launch. It is useful for teams to set this in their schemes so they do not need to modify the schemes every time the project is generated.
The text was updated successfully, but these errors were encountered:
As a workaround for now: using _XCAppClipURL as an environment variable in the run section of the App Clip scheme still works in Xcode 15.x. The scheme UI in Xcode does not show it as the "App Clip Invocation URL" but the app clip still recognized that URL during launch in my testing.
Schemes which have a binary launch target that is also an App Clip can support a new plist property:
This is a single URL that will be provided to the app clip during launch. It is useful for teams to set this in their schemes so they do not need to modify the schemes every time the project is generated.
The text was updated successfully, but these errors were encountered: