Hi folks! I'm building a Compose Multiplatform app using Amper for the first time. One of the features involves exporting content into a file, and for iOS, I need to add a key to the info.plist file.
Does anyone know how to do it and which configuration is required?
j
joffrey
12/10/2024, 7:46 AM
Off the top of my head, this is not possible in Amper 0.5.0, but in the next Amper version it will be possible to generate an initial
info.plist
and then make changes to it. @Fedor Ihnatkevich could you please confirm?