Documentation
    Preparing search index...
    • Add a "share-ext" Share Extension target to App.xcodeproj, so the app can be built with iOS share-to support without ever opening Xcode.

      Parameters

      • buildDir: string

        directory where the app will be built

      • appId: string

        main app's bundle id - the extension's is ${appId}.share-ext

      • OptionalappGroupId: string

        optional app group ID, wired into a matching entitlements plist for the new target

      Returns void