mobanisto / pinpit-gradle-plugin

Platform Independent Native Packaging and Installer Toolkit
Apache License 2.0
48 stars 1 forks source link

How to add InfoPlist field? #46

Open kingsword09 opened 2 months ago

kingsword09 commented 2 months ago

I want to add CFBundleURLSchemes of CFBundleURLTypes field to add custom scheme for DeepLink, how can I add this field for packaging.

kingsword09 commented 2 months ago

@sebkur

sebkur commented 2 months ago

Hey @kingsword09, thanks for your request. Could you provide a little more context please? What's your goal? I have google the keywords you provided and it looks like this concerns macOS, right? What do these schemes do when added to the configuration usually?

kingsword09 commented 2 months ago

Hey @kingsword09, thanks for your request. Could you provide a little more context please? What's your goal? I have google the keywords you provided and it looks like this concerns macOS, right? What do these schemes do when added to the configuration usually?

Yes, this is for Mac OS, and this is what it's for custom url scheme.

kingsword09 commented 2 months ago

I currently achieve the effect I want by replacing the Info.plist file.