Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulrico972 committed Feb 5, 2025
1 parent 6c6125b commit 58782b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions plugin/src/withAirship.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
/**
Expand Down

0 comments on commit 58782b5

Please sign in to comment.