Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: support App Clip invocation URL in custom schemes #2980

Open
luispadron opened this issue Apr 2, 2024 · 4 comments
Open
Assignees
Labels
feature request New feature or request

Comments

@luispadron
Copy link
Contributor

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.

@luispadron luispadron added the feature request New feature or request label Apr 2, 2024
@luispadron luispadron self-assigned this Apr 2, 2024
@luispadron
Copy link
Contributor Author

Planning on implementing this when I get some free time, if someone would prefer to take this up let me know!

@adincebic
Copy link
Contributor

Planning on implementing this when I get some free time, if someone would prefer to take this up let me know!

I would like to give it a shot but need some guidance on where to start.

@luispadron
Copy link
Contributor Author

luispadron commented Apr 2, 2024

Nice!

@adincebic you can take a look at: #2785 and #2866 which implemented a similar change to the schemes API.

@brentleyjones if you have other suggestions to get them started

@luispadron
Copy link
Contributor Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants