terrakok / Compose-Multiplatform-Wizard

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

Update IosProject.kt (Removing .iosApp from bundleId) #63

Closed mirzemehdi closed 2 months ago

mirzemehdi commented 2 months ago

When creating compose app project, in ios for bundleId it adds .iosApp to the projectID. Is there any special reason for that? This PR removes that .iosApp part from bundleID and keeps it same as given project id.

terrakok commented 2 months ago

the reason is to have explicit differences between different app's logs, crash reports etc.