Open AlexandreFauchard opened 5 months ago
Did you ever published the forked repo? Really interested in this!
This would be a great addition; especially being able to include arbitrary entries into the App Clip's Info.plist.
There's a typo in infoPlistAdditionnalEntries
—should be infoPlistAdditionalEntries
. I wonder if it'd be better to match the Expo convention and just call that parameter infoPlist
?
@bndkt—any chance this or something similar could be merged any time soon?
I now see that the plugin applies any properties in your main expo
-> ios
-> infoPlist
to the app clip's Info.plist
. That was sufficient for my case.
Hey @AlexandreFauchard ! I'm helping Benedikt out with maintaining this repository. I love the changes! Would you mind splitting out this PR, specifically the EAS Updates support and infoPlistAdditionalEntries
changes? I already have a planned fix for Android and web compatibility that I aim to have merged in this weekend, so no need to worry about that.
If you're busy, I'm also happy to split this up myself; just didn't want to steal your changes.
Hello @bndkt !
Thank you for your library, it helps me a lot ! It broke with Expo 51, so I forked it and added some features I needed (Expo updates, Info.plist customization, Android and web compatibility) If you would like to add my improvements to the main library, I would appreciate it.