We are using this to configure on windows, before sending it to a Mac to build. Right now I run into a problem when setting entitlements, where the 'CODE_SIGN_ENTITLEMENTS' in pbxproj is being set to App\App.entitlements instead of App/App.entitlements (This line) https://github.com/ionic-team/capacitor-configure/blob/c4df76cdf629a9b5f9f3c0964291c924c27d099d/packages/project/src/ios/project.ts#L290 This - and other places if such exists - where paths are being set, unix style seperators should be used.