diff --git a/README.md b/README.md index db5fc7a..757cd73 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ iOS Config: - notificationServiceInfo: Optional. Airship will use a default one if not provided. The local path to a Notification Service Extension Info.plist. - notificationServiceTargetName: Optional. Defaults to NotificationServiceExtension if not provided. - developmentTeamID: Optional. The Apple Development Team ID used to configure the Notification Service Extension target. -- deploymentTarget: Optional. The minimum Deployment Target version used to configure the Notification Service Extension target. +- deploymentTarget: Optional. The minimum Deployment Target version used to configure the Notification Service Extension target. Defaults to iOS 15. - airshipExtender: Optional. The local path to a AirshipPluginExtender.swift file. ## Calling takeOff diff --git a/plugin/src/withAirship.ts b/plugin/src/withAirship.ts index 73cf706..11f6eb4 100644 --- a/plugin/src/withAirship.ts +++ b/plugin/src/withAirship.ts @@ -45,6 +45,7 @@ export type AirshipIOSPluginProps = { developmentTeamID?: string; /** * Optional. The minimum Deployment Target version used to configure the Notification Service Extension target. + * Defaults to iOS 15. */ deploymentTarget?: string; /**