terrakok / Compose-Multiplatform-Wizard

Compose Multiplatform Wizard
https://terrakok.github.io/Compose-Multiplatform-Wizard/
MIT License
389 stars 25 forks source link

Info.plist in iOS? #44

Closed ShmuelCammebys closed 6 months ago

ShmuelCammebys commented 6 months ago

I am trying to add Microsoft SSO login to my app, but it requires editing the Info.plist to add a redirect URL. There is no Info.plist in the iosApp folder generated by your amazing tool (that I use constantly). How can I accomplish this?

terrakok commented 6 months ago

Open an ios project in xcode and create any value there. Xcode will create the file

ShmuelCammebys commented 6 months ago

I get this error: Multiple commands produce '/Users/shmueladmin/Library/Developer/Xcode/DerivedData/iosApp-emvlkobhvqnfhogrloztkzyoxuia/Build/Products/Debug-iphonesimulator/MyApp.app/Info.plist'

Target 'iosApp' (project 'iosApp') has copy command from '/Users/shmueladmin/KotlinMultiplatformProjects/MyApp/iosApp/Info.plist' to '/Users/shmueladmin/Library/Developer/Xcode/DerivedData/iosApp-emvlkobhvqnfhogrloztkzyoxuia/Build/Products/Debug-iphonesimulator/MyApp.app/Info.plist' Target 'iosApp' (project 'iosApp') has process command with output '/Users/shmueladmin/Library/Developer/Xcode/DerivedData/iosApp-emvlkobhvqnfhogrloztkzyoxuia/Build/Products/Debug-iphonesimulator/MyApp.app/Info.plist'

ShmuelCammebys commented 6 months ago

(reference for future developers) If I add properties here it works (it created the Info.plist):

Screenshot 2024-01-16 at 1 28 28 PM