Skip to content

Commit 5126fee

Browse files
ethansinjinmeta-codesync[bot]
authored andcommitted
Add AccessoryNotifications and AccessoryTransportExtension to apple_framework_versions
Summary: iOS 26.4 beta 1 added AccessoryNotification. https://developer.apple.com/documentation/accessorynotifications iOS 26.2 added AccessoryTransportExtension. https://developer.apple.com/documentation/AccessoryTransportExtension Reviewed By: rmaz Differential Revision: D93556243 fbshipit-source-id: 6f50c226aa3bde7cfa759258cb2590e77a277cb1
1 parent 7d04d0a commit 5126fee

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

prelude/apple/apple_framework_versions.bzl

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,15 @@ FRAMEWORK_INTRODUCED_VERSIONS = {
5353
"macosx": (11, 0, 0),
5454
"watchos": (7, 0, 0),
5555
},
56+
"AccessoryNotifications": {
57+
"iphoneos": (26, 4, 0),
58+
},
5659
"AccessorySetupKit": {
5760
"iphoneos": (18, 0, 0),
5861
},
62+
"AccessoryTransportExtension": {
63+
"iphoneos": (26, 2, 0),
64+
},
5965
"Accounts": {
6066
"iphoneos": (5, 0, 0),
6167
"maccatalyst": (13, 0, 0),

0 commit comments

Comments
 (0)