|
@@ -427,6 +427,9 @@ The bundle version, either a number or x.y.z. (see [`CFBundleVersion`](https://d
|
|
#### Info.plist
|
|
#### Info.plist
|
|
If specified, use this info.plist file when bundling your app.
|
|
If specified, use this info.plist file when bundling your app.
|
|
|
|
|
|
|
|
+#### Privacy Manifest
|
|
|
|
+The Apple Privacy Manifest for the application. The field will default to `/builtins/manifests/ios/PrivacyInfo.xcprivacy`.
|
|
|
|
+
|
|
#### Custom Entitlements
|
|
#### Custom Entitlements
|
|
If specified, the entitlements in the supplied provisioning profile (.entitlements, .xcent, .plist) will be merged with the entitlements from the provisioning profile supplied when bundling the application.
|
|
If specified, the entitlements in the supplied provisioning profile (.entitlements, .xcent, .plist) will be merged with the entitlements from the provisioning profile supplied when bundling the application.
|
|
|
|
|
|
@@ -489,6 +492,9 @@ Image file (.png) to use as application icon on macOS.
|
|
#### Info.plist
|
|
#### Info.plist
|
|
If set, use the specified info.plist file when bundling.
|
|
If set, use the specified info.plist file when bundling.
|
|
|
|
|
|
|
|
+#### Privacy Manifest
|
|
|
|
+The Apple Privacy Manifest for the application. The field will default to `/builtins/manifests/osx/PrivacyInfo.xcprivacy`.
|
|
|
|
+
|
|
#### Bundle Identifier
|
|
#### Bundle Identifier
|
|
The bundle identifier lets macOS recognize updates to your app. Your bundle ID must be registered with Apple and be unique to your app. You cannot use the same identifier for both iOS and macOS apps. Must consist of two or more segments separated by a dot. Each segment must start with a letter. Each segment must only consist of alphanumeric letters, the underscore or hypen (-) character.
|
|
The bundle identifier lets macOS recognize updates to your app. Your bundle ID must be registered with Apple and be unique to your app. You cannot use the same identifier for both iOS and macOS apps. Must consist of two or more segments separated by a dot. Each segment must start with a letter. Each segment must only consist of alphanumeric letters, the underscore or hypen (-) character.
|
|
|
|
|