Skip to content

Commit 9aad2db

Browse files
authored
feat(ios): types for latest ios 14.3 with Xcode 12.3 (#9118)
1 parent b4857f8 commit 9aad2db

111 files changed

Lines changed: 15928 additions & 1335 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,7 @@ Thumbs.db
4747

4848
# core
4949
# https://github.com/NativeScript/nativescript-dev-webpack/issues/932
50-
!packages/core/xml/index.js
50+
!packages/core/xml/index.js
51+
52+
# types
53+
ios-typings-prj

apps/automated/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
"@nativescript/core": "file:../../packages/core"
1515
},
1616
"devDependencies": {
17-
"@nativescript/ios": "7.0.0",
17+
"@nativescript/android": "7.0.1",
18+
"@nativescript/ios": "7.1.0",
1819
"@nativescript/webpack": "file:../../dist/packages/nativescript-webpack.tgz",
1920
"typescript": "file:../../node_modules/typescript"
2021
},

apps/toolbox/package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
"@nativescript/core": "file:../../packages/core"
1212
},
1313
"devDependencies": {
14+
"@nativescript/android": "7.0.1",
15+
"@nativescript/ios": "7.1.0",
1416
"@nativescript/webpack": "file:../../dist/packages/nativescript-webpack.tgz",
1517
"typescript": "file:../../node_modules/typescript"
1618
}

apps/ui/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
"@nativescript/core": "file:../../packages/core"
1212
},
1313
"devDependencies": {
14-
"@nativescript/ios": "7.0.0",
14+
"@nativescript/android": "7.0.1",
15+
"@nativescript/ios": "7.1.0",
1516
"@nativescript/webpack": "file:../../dist/packages/nativescript-webpack.tgz",
1617
"typescript": "file:../../node_modules/typescript"
1718
},

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nativescript",
3-
"version": "7.0.13",
3+
"version": "7.1.0",
44
"license": "MIT",
55
"scripts": {
66
"setup": "npx rimraf hooks node_modules package-lock.json && npm i && ts-patch install && nx run core:setup",
@@ -45,7 +45,7 @@
4545
"mocha": "^8.0.1",
4646
"mocha-typescript": "^1.1.17",
4747
"module-alias": "^2.2.2",
48-
"nativescript": "~7.0.6",
48+
"nativescript": "~7.1.0",
4949
"node-sass": "~4.14.1",
5050
"parse-css": "git+https://github.com/tabatkins/parse-css.git",
5151
"parserlib": "^1.1.1",

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"main": "index",
44
"types": "index.d.ts",
55
"description": "NativeScript Core Modules",
6-
"version": "7.0.13",
6+
"version": "7.1.0",
77
"homepage": "https://nativescript.org",
88
"repository": {
99
"type": "git",

packages/types-android/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-android",
3-
"version": "7.0.4",
3+
"version": "7.1.0",
44
"description": "NativeScript Types for Android.",
55
"homepage": "https://nativescript.org",
66
"repository": {

packages/types-ios/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-ios",
3-
"version": "7.0.4",
3+
"version": "7.1.0",
44
"description": "NativeScript Types for iOS.",
55
"homepage": "https://nativescript.org",
66
"repository": {

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

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,27 @@
33
/// <reference path="objc-x86_64/objc!AVFoundation.d.ts" />
44
/// <reference path="objc-x86_64/objc!AVKit.d.ts" />
55
/// <reference path="objc-x86_64/objc!Accelerate.d.ts" />
6+
/// <reference path="objc-x86_64/objc!Accessibility.d.ts" />
67
/// <reference path="objc-x86_64/objc!Accounts.d.ts" />
8+
/// <reference path="objc-x86_64/objc!AdServices.d.ts" />
79
/// <reference path="objc-x86_64/objc!AdSupport.d.ts" />
810
/// <reference path="objc-x86_64/objc!AddressBook.d.ts" />
911
/// <reference path="objc-x86_64/objc!AddressBookUI.d.ts" />
12+
/// <reference path="objc-x86_64/objc!AppClip.d.ts" />
13+
/// <reference path="objc-x86_64/objc!AppTrackingTransparency.d.ts" />
14+
/// <reference path="objc-x86_64/objc!AppleArchive.d.ts" />
1015
/// <reference path="objc-x86_64/objc!AppleTextureEncoder.d.ts" />
1116
/// <reference path="objc-x86_64/objc!AssetsLibrary.d.ts" />
1217
/// <reference path="objc-x86_64/objc!AudioToolbox.d.ts" />
1318
/// <reference path="objc-x86_64/objc!AuthenticationServices.d.ts" />
19+
/// <reference path="objc-x86_64/objc!AutomaticAssessmentConfiguration.d.ts" />
1420
/// <reference path="objc-x86_64/objc!BackgroundTasks.d.ts" />
1521
/// <reference path="objc-x86_64/objc!BusinessChat.d.ts" />
1622
/// <reference path="objc-x86_64/objc!CFNetwork.d.ts" />
1723
/// <reference path="objc-x86_64/objc!CallKit.d.ts" />
1824
/// <reference path="objc-x86_64/objc!CarPlay.d.ts" />
1925
/// <reference path="objc-x86_64/objc!ClassKit.d.ts" />
26+
/// <reference path="objc-x86_64/objc!ClockKit.d.ts" />
2027
/// <reference path="objc-x86_64/objc!CloudKit.d.ts" />
2128
/// <reference path="objc-x86_64/objc!CommonCrypto.d.ts" />
2229
/// <reference path="objc-x86_64/objc!Compression.d.ts" />
@@ -43,11 +50,13 @@
4350
/// <reference path="objc-x86_64/objc!CoreVideo.d.ts" />
4451
/// <reference path="objc-x86_64/objc!CryptoTokenKit.d.ts" />
4552
/// <reference path="objc-x86_64/objc!Darwin.d.ts" />
53+
/// <reference path="objc-x86_64/objc!DeveloperToolsSupport.d.ts" />
4654
/// <reference path="objc-x86_64/objc!DeviceCheck.d.ts" />
4755
/// <reference path="objc-x86_64/objc!Dispatch.d.ts" />
4856
/// <reference path="objc-x86_64/objc!DispatchIntrospection.d.ts" />
4957
/// <reference path="objc-x86_64/objc!EventKit.d.ts" />
5058
/// <reference path="objc-x86_64/objc!EventKitUI.d.ts" />
59+
/// <reference path="objc-x86_64/objc!ExposureNotification.d.ts" />
5160
/// <reference path="objc-x86_64/objc!ExternalAccessory.d.ts" />
5261
/// <reference path="objc-x86_64/objc!FileProvider.d.ts" />
5362
/// <reference path="objc-x86_64/objc!FileProviderUI.d.ts" />
@@ -82,15 +91,18 @@
8291
/// <reference path="objc-x86_64/objc!Metal.d.ts" />
8392
/// <reference path="objc-x86_64/objc!MetalKit.d.ts" />
8493
/// <reference path="objc-x86_64/objc!MetalPerformanceShaders.d.ts" />
94+
/// <reference path="objc-x86_64/objc!MetalPerformanceShadersGraph.d.ts" />
8595
/// <reference path="objc-x86_64/objc!MetricKit.d.ts" />
8696
/// <reference path="objc-x86_64/objc!ModelIO.d.ts" />
8797
/// <reference path="objc-x86_64/objc!MultipeerConnectivity.d.ts" />
8898
/// <reference path="objc-x86_64/objc!NativeScriptEmbedder.d.ts" />
8999
/// <reference path="objc-x86_64/objc!NaturalLanguage.d.ts" />
100+
/// <reference path="objc-x86_64/objc!NearbyInteraction.d.ts" />
90101
/// <reference path="objc-x86_64/objc!Network.d.ts" />
91102
/// <reference path="objc-x86_64/objc!NetworkExtension.d.ts" />
92103
/// <reference path="objc-x86_64/objc!NewsstandKit.d.ts" />
93104
/// <reference path="objc-x86_64/objc!NotificationCenter.d.ts" />
105+
/// <reference path="objc-x86_64/objc!OSLog.d.ts" />
94106
/// <reference path="objc-x86_64/objc!ObjectiveC.d.ts" />
95107
/// <reference path="objc-x86_64/objc!OpenAL.d.ts" />
96108
/// <reference path="objc-x86_64/objc!OpenGLES.d.ts" />
@@ -108,7 +120,9 @@
108120
/// <reference path="objc-x86_64/objc!SQLite3.d.ts" />
109121
/// <reference path="objc-x86_64/objc!SafariServices.d.ts" />
110122
/// <reference path="objc-x86_64/objc!SceneKit.d.ts" />
123+
/// <reference path="objc-x86_64/objc!ScreenTime.d.ts" />
111124
/// <reference path="objc-x86_64/objc!Security.d.ts" />
125+
/// <reference path="objc-x86_64/objc!SensorKit.d.ts" />
112126
/// <reference path="objc-x86_64/objc!Social.d.ts" />
113127
/// <reference path="objc-x86_64/objc!SoundAnalysis.d.ts" />
114128
/// <reference path="objc-x86_64/objc!Speech.d.ts" />
@@ -118,6 +132,7 @@
118132
/// <reference path="objc-x86_64/objc!TNSWidgets.d.ts" />
119133
/// <reference path="objc-x86_64/objc!Twitter.d.ts" />
120134
/// <reference path="objc-x86_64/objc!UIKit.d.ts" />
135+
/// <reference path="objc-x86_64/objc!UniformTypeIdentifiers.d.ts" />
121136
/// <reference path="objc-x86_64/objc!UserNotifications.d.ts" />
122137
/// <reference path="objc-x86_64/objc!UserNotificationsUI.d.ts" />
123138
/// <reference path="objc-x86_64/objc!VideoSubscriberAccount.d.ts" />
@@ -126,15 +141,15 @@
126141
/// <reference path="objc-x86_64/objc!VisionKit.d.ts" />
127142
/// <reference path="objc-x86_64/objc!WatchConnectivity.d.ts" />
128143
/// <reference path="objc-x86_64/objc!WebKit.d.ts" />
144+
/// <reference path="objc-x86_64/objc!WidgetKit.d.ts" />
129145
/// <reference path="objc-x86_64/objc!_Builtin_intrinsics.d.ts" />
130146
/// <reference path="objc-x86_64/objc!asl.d.ts" />
131147
/// <reference path="objc-x86_64/objc!dnssd.d.ts" />
132148
/// <reference path="objc-x86_64/objc!iAd.d.ts" />
133-
/// <reference path="objc-x86_64/objc!launch.d.ts" />
134149
/// <reference path="objc-x86_64/objc!libkern.d.ts" />
135150
/// <reference path="objc-x86_64/objc!libxml2.d.ts" />
136-
/// <reference path="objc-x86_64/objc!libxslt.d.ts" />
137151
/// <reference path="objc-x86_64/objc!os.d.ts" />
138152
/// <reference path="objc-x86_64/objc!os_object.d.ts" />
153+
/// <reference path="objc-x86_64/objc!os_workgroup.d.ts" />
139154
/// <reference path="objc-x86_64/objc!simd.d.ts" />
140155
/// <reference path="objc-x86_64/objc!zlib.d.ts" />

0 commit comments

Comments
 (0)