Skip to content

Commit

Permalink
[Intents] Update bindings to Xcode 15.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dalexsoto committed May 22, 2024
1 parent be6f961 commit da15846
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
10 changes: 10 additions & 0 deletions src/intents.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2619,11 +2619,21 @@ enum INCarChargingConnectorType {
[Field ("INCarChargingConnectorTypeGBTDC")]
Gbtdc,

[Deprecated (PlatformName.iOS, 17, 4, message: "Use 'INCarChargingConnectorType.NacsDc' instead.")]
[Deprecated (PlatformName.WatchOS, 10, 4, message: "Use 'INCarChargingConnectorType.NacsDc' instead.")]
[Field ("INCarChargingConnectorTypeTesla")]
Tesla,

[Field ("INCarChargingConnectorTypeMennekes")]
Mennekes,

[Watch (10, 4), iOS (17, 4), MacCatalyst (17, 4)]
[Field ("INCarChargingConnectorTypeNACSDC")]
NacsDC,

[Watch (10, 4), iOS (17, 4), MacCatalyst (17, 4)]
[Field ("INCarChargingConnectorTypeNACSAC")]
NacsAC,
}

// End of enums
Expand Down
2 changes: 0 additions & 2 deletions tests/xtro-sharpie/api-annotations-dotnet/iOS-Intents.todo

This file was deleted.

2 changes: 0 additions & 2 deletions tests/xtro-sharpie/iOS-Intents.todo

This file was deleted.

2 changes: 0 additions & 2 deletions tests/xtro-sharpie/watchOS-Intents.todo

This file was deleted.

0 comments on commit da15846

Please sign in to comment.