-
Notifications
You must be signed in to change notification settings - Fork 39
feat: add the App Clip's URL to the Run action #185
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
Conversation
f987e8e to
6bb7627
Compare
|
@pepicrft @fortmarek Hi folks! 👋 Would appreciate it if you could take a look at this PR when you have a chance Any feedback or a merge would be greatly appreciated 🙏 |
fortmarek
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What do you think of using URL and only converting the type to String during generation?
| public let metalOptions: MetalOptions? | ||
| public let expandVariableFromTarget: TargetReference? | ||
| public let launchStyle: LaunchStyle | ||
| public let appClipInvocationURLString: String? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| public let appClipInvocationURLString: String? | |
| public let appClipInvocationURL: URL? |
sorry, this has fallen through the cracks. Feel free to ping us sooner if we forget about something 🙏 |
|
@ns-vasilev what do you think about preparing a PR in |
539b60d to
5d08eea
Compare
5d08eea to
de8fd78
Compare
|
@fortmarek, changed the type from |
|
@fortmarek @pepicrft could you please merge this? Then I can proceed with the integration of AppClips into Tuist. |
|
Thanks and sorry for the longer review cycle here! |
No description provided.