mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-26 03:01:51 +08:00
fix(d.ts): Update iOS typings iOS 13.2 (#8430)
* chore: Update typings using iOS SDK 13.2 (Xcode 11.3.1) * chore: Update iOS typings using the latest runtime This fixes arguments of global functions. See https://github.com/NativeScript/ios-runtime/pull/1250 * chore: Strip MDC types attached to other modules * Delete via regex from generation script * Apply regex to current typings
This commit is contained in:
3
tns-platform-declarations/ios/ios.d.ts
vendored
3
tns-platform-declarations/ios/ios.d.ts
vendored
@ -91,7 +91,6 @@
|
||||
/// <reference path="objc-x86_64/objc!NetworkExtension.d.ts" />
|
||||
/// <reference path="objc-x86_64/objc!NewsstandKit.d.ts" />
|
||||
/// <reference path="objc-x86_64/objc!NotificationCenter.d.ts" />
|
||||
/// <reference path="objc-x86_64/objc!OSLog.d.ts" />
|
||||
/// <reference path="objc-x86_64/objc!ObjectiveC.d.ts" />
|
||||
/// <reference path="objc-x86_64/objc!OpenAL.d.ts" />
|
||||
/// <reference path="objc-x86_64/objc!OpenGLES.d.ts" />
|
||||
@ -131,8 +130,10 @@
|
||||
/// <reference path="objc-x86_64/objc!asl.d.ts" />
|
||||
/// <reference path="objc-x86_64/objc!dnssd.d.ts" />
|
||||
/// <reference path="objc-x86_64/objc!iAd.d.ts" />
|
||||
/// <reference path="objc-x86_64/objc!launch.d.ts" />
|
||||
/// <reference path="objc-x86_64/objc!libkern.d.ts" />
|
||||
/// <reference path="objc-x86_64/objc!libxml2.d.ts" />
|
||||
/// <reference path="objc-x86_64/objc!libxslt.d.ts" />
|
||||
/// <reference path="objc-x86_64/objc!os.d.ts" />
|
||||
/// <reference path="objc-x86_64/objc!os_object.d.ts" />
|
||||
/// <reference path="objc-x86_64/objc!simd.d.ts" />
|
||||
|
Reference in New Issue
Block a user