Documentation
    Preparing search index...
    • Patch Info.plist with background modes, usage descriptions, and optional URL schemes.

      Parameters

      • buildDir: string

        directory where the app will be built

      • allowShareTo: boolean

        add URL scheme for share-to integration

      • backgroundSyncEnabled: boolean

        background sync task is scheduled

      • pushSyncEnabled: boolean

        add remote-notification background mode

      • backgroundFetchEnabled: boolean = false

        background.js is included (sync or heartbeat configured)

      • OptionalserverURL: string

        server URL, added to WKAppBoundDomains for the iOS cookie fix - changing servers (e.g. a new ngrok URL) needs a rebuild to apply.

      Returns void