Skip to content

JavaScriptCore tvOS xcode13.3 beta1

Alex Soto edited this page Jan 27, 2022 · 2 revisions

#JavaScriptCore.framework

diff -ruN /Applications/Xcode_13.2.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/JavaScriptCore.framework/Headers/JSValue.h /Applications/Xcode_13.3.0-beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/JavaScriptCore.framework/Headers/JSValue.h
--- /Applications/Xcode_13.2.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/JavaScriptCore.framework/Headers/JSValue.h	2021-11-19 09:42:19.000000000 -0500
+++ /Applications/Xcode_13.3.0-beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/JavaScriptCore.framework/Headers/JSValue.h	2022-01-25 13:14:52.000000000 -0500
@@ -322,7 +322,7 @@
  If the value is not an object then a JavaScript TypeError will be thrown.
  The property <code>length</code> is read from the object, converted to an unsigned
  integer, and an NSArray of this size is allocated. Properties corresponding
- to indicies within the array bounds will be copied to the array, with
+ to indices within the array bounds will be copied to the array, with
  JSValues converted to equivalent Objective-C objects as specified.
 @result The NSArray containing the recursively converted contents of the 
  converted JavaScript array.
Clone this wiki locally