Skip to content

Commit 105d81d

Browse files
committed
feat(types-minimal): include AudioToolbox, CoreMIDI, CoreMotion
1 parent 098fc86 commit 105d81d

File tree

6 files changed

+5881
-2
lines changed

6 files changed

+5881
-2
lines changed

packages/types-minimal/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript/types-minimal",
3-
"version": "8.2.4",
3+
"version": "8.2.5",
44
"description": "NativeScript 'Minimal' Types for only the latest Android and iOS sdks.",
55
"homepage": "https://nativescript.org",
66
"repository": {

packages/types-minimal/src/lib/ios/ios.d.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22
/// <reference path="objc-x86_64/objc!ARKit.d.ts" />
33
/// <reference path="objc-x86_64/objc!AVFAudio.d.ts" />
44
/// <reference path="objc-x86_64/objc!AVFoundation.d.ts" />
5+
/// <reference path="objc-x86_64/objc!AudioToolbox.d.ts" />
56
/// <reference path="objc-x86_64/objc!CoreGraphics.d.ts" />
7+
/// <reference path="objc-x86_64/objc!CoreMIDI.d.ts" />
8+
/// <reference path="objc-x86_64/objc!CoreMotion.d.ts" />
69
/// <reference path="objc-x86_64/objc!Foundation.d.ts" />
710
/// <reference path="objc-x86_64/objc!ObjectiveC.d.ts" />
811
/// <reference path="objc-x86_64/objc!PDFKit.d.ts" />

0 commit comments

Comments
 (0)