You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@available(*, deprecated, renamed:"read(from:bundleIdentifier:timeout:delay:queue:presentationIdentifier:broadcast:)", message:"Use 'read(from:bundleIdentifier:timeout:delay:queue:presentationIdentifier:broadcast:)' instead. This deprecated API will be removed after 6.1 is released")
@@ -261,33 +259,28 @@ public class NavigatorTree {
261
259
- Parameters:
262
260
- url: The file URL from which the tree should be read.
263
261
- bundleIdentifier: The bundle identifier used to generate the mapping topicID to node on tree.
264
-
- interfaceLanguages: A set containing the indication about the interface languages a tree contains.
265
262
- atomically: Defines if the read should be atomic.
266
263
- presentationIdentifier: Defines if nodes should have a presentation identifier useful in presentation contexts.
267
264
- onNodeRead: An action to perform after reading a node. This allows clients to perform arbitrary actions on the node while it is being read from disk. This is useful for clients wanting to attach data to ``NavigatorTree/Node/attributes``.
XCTAssertTrue(validateTree(node: readTree.root, validator: bundleIdentifierValidator),"The tree has bundle identifier missing.")
196
196
XCTAssertTrue(validateTree(node: readTree.root, validator: emptyPresentationIdentifierValidator),"The tree has a presentation identifier set which should not be present.")
0 commit comments