Cap v3’s big selling point was the ability to switch between environments (dev/prod/staging etc).
I’ve modified my config.ts to switch the bundle ID (appId) between com.example.app and com.example.app.dev. However when I run npx cap sync it doesn’t modify any of the bundle IDs in the android .java/xml or iOS pbxproj.
Does that mean that if you want to toggle environments in Cap v3 you still need to do everything manually like in v2?