Skip to content

Commit

Permalink
feat(ios): types for latest ios 14.3 with Xcode 12.3 (#9118)
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanWalker committed Dec 30, 2020
1 parent b4857f8 commit 9aad2db
Show file tree
Hide file tree
Showing 111 changed files with 15,928 additions and 1,335 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,7 @@ Thumbs.db

# core
# https://github.com/NativeScript/nativescript-dev-webpack/issues/932
!packages/core/xml/index.js
!packages/core/xml/index.js

# types
ios-typings-prj
3 changes: 2 additions & 1 deletion apps/automated/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
"@nativescript/core": "file:../../packages/core"
},
"devDependencies": {
"@nativescript/ios": "7.0.0",
"@nativescript/android": "7.0.1",
"@nativescript/ios": "7.1.0",
"@nativescript/webpack": "file:../../dist/packages/nativescript-webpack.tgz",
"typescript": "file:../../node_modules/typescript"
},
Expand Down
2 changes: 2 additions & 0 deletions apps/toolbox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
"@nativescript/core": "file:../../packages/core"
},
"devDependencies": {
"@nativescript/android": "7.0.1",
"@nativescript/ios": "7.1.0",
"@nativescript/webpack": "file:../../dist/packages/nativescript-webpack.tgz",
"typescript": "file:../../node_modules/typescript"
}
Expand Down
3 changes: 2 additions & 1 deletion apps/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"@nativescript/core": "file:../../packages/core"
},
"devDependencies": {
"@nativescript/ios": "7.0.0",
"@nativescript/android": "7.0.1",
"@nativescript/ios": "7.1.0",
"@nativescript/webpack": "file:../../dist/packages/nativescript-webpack.tgz",
"typescript": "file:../../node_modules/typescript"
},
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nativescript",
"version": "7.0.13",
"version": "7.1.0",
"license": "MIT",
"scripts": {
"setup": "npx rimraf hooks node_modules package-lock.json && npm i && ts-patch install && nx run core:setup",
Expand Down Expand Up @@ -45,7 +45,7 @@
"mocha": "^8.0.1",
"mocha-typescript": "^1.1.17",
"module-alias": "^2.2.2",
"nativescript": "~7.0.6",
"nativescript": "~7.1.0",
"node-sass": "~4.14.1",
"parse-css": "git+https://github.com/tabatkins/parse-css.git",
"parserlib": "^1.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"main": "index",
"types": "index.d.ts",
"description": "NativeScript Core Modules",
"version": "7.0.13",
"version": "7.1.0",
"homepage": "https://nativescript.org",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/types-android/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nativescript/types-android",
"version": "7.0.4",
"version": "7.1.0",
"description": "NativeScript Types for Android.",
"homepage": "https://nativescript.org",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/types-ios/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nativescript/types-ios",
"version": "7.0.4",
"version": "7.1.0",
"description": "NativeScript Types for iOS.",
"homepage": "https://nativescript.org",
"repository": {
Expand Down
19 changes: 17 additions & 2 deletions packages/types-ios/src/lib/ios/ios.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,27 @@
/// <reference path="objc-x86_64/objc!AVFoundation.d.ts" />
/// <reference path="objc-x86_64/objc!AVKit.d.ts" />
/// <reference path="objc-x86_64/objc!Accelerate.d.ts" />
/// <reference path="objc-x86_64/objc!Accessibility.d.ts" />
/// <reference path="objc-x86_64/objc!Accounts.d.ts" />
/// <reference path="objc-x86_64/objc!AdServices.d.ts" />
/// <reference path="objc-x86_64/objc!AdSupport.d.ts" />
/// <reference path="objc-x86_64/objc!AddressBook.d.ts" />
/// <reference path="objc-x86_64/objc!AddressBookUI.d.ts" />
/// <reference path="objc-x86_64/objc!AppClip.d.ts" />
/// <reference path="objc-x86_64/objc!AppTrackingTransparency.d.ts" />
/// <reference path="objc-x86_64/objc!AppleArchive.d.ts" />
/// <reference path="objc-x86_64/objc!AppleTextureEncoder.d.ts" />
/// <reference path="objc-x86_64/objc!AssetsLibrary.d.ts" />
/// <reference path="objc-x86_64/objc!AudioToolbox.d.ts" />
/// <reference path="objc-x86_64/objc!AuthenticationServices.d.ts" />
/// <reference path="objc-x86_64/objc!AutomaticAssessmentConfiguration.d.ts" />
/// <reference path="objc-x86_64/objc!BackgroundTasks.d.ts" />
/// <reference path="objc-x86_64/objc!BusinessChat.d.ts" />
/// <reference path="objc-x86_64/objc!CFNetwork.d.ts" />
/// <reference path="objc-x86_64/objc!CallKit.d.ts" />
/// <reference path="objc-x86_64/objc!CarPlay.d.ts" />
/// <reference path="objc-x86_64/objc!ClassKit.d.ts" />
/// <reference path="objc-x86_64/objc!ClockKit.d.ts" />
/// <reference path="objc-x86_64/objc!CloudKit.d.ts" />
/// <reference path="objc-x86_64/objc!CommonCrypto.d.ts" />
/// <reference path="objc-x86_64/objc!Compression.d.ts" />
Expand All @@ -43,11 +50,13 @@
/// <reference path="objc-x86_64/objc!CoreVideo.d.ts" />
/// <reference path="objc-x86_64/objc!CryptoTokenKit.d.ts" />
/// <reference path="objc-x86_64/objc!Darwin.d.ts" />
/// <reference path="objc-x86_64/objc!DeveloperToolsSupport.d.ts" />
/// <reference path="objc-x86_64/objc!DeviceCheck.d.ts" />
/// <reference path="objc-x86_64/objc!Dispatch.d.ts" />
/// <reference path="objc-x86_64/objc!DispatchIntrospection.d.ts" />
/// <reference path="objc-x86_64/objc!EventKit.d.ts" />
/// <reference path="objc-x86_64/objc!EventKitUI.d.ts" />
/// <reference path="objc-x86_64/objc!ExposureNotification.d.ts" />
/// <reference path="objc-x86_64/objc!ExternalAccessory.d.ts" />
/// <reference path="objc-x86_64/objc!FileProvider.d.ts" />
/// <reference path="objc-x86_64/objc!FileProviderUI.d.ts" />
Expand Down Expand Up @@ -82,15 +91,18 @@
/// <reference path="objc-x86_64/objc!Metal.d.ts" />
/// <reference path="objc-x86_64/objc!MetalKit.d.ts" />
/// <reference path="objc-x86_64/objc!MetalPerformanceShaders.d.ts" />
/// <reference path="objc-x86_64/objc!MetalPerformanceShadersGraph.d.ts" />
/// <reference path="objc-x86_64/objc!MetricKit.d.ts" />
/// <reference path="objc-x86_64/objc!ModelIO.d.ts" />
/// <reference path="objc-x86_64/objc!MultipeerConnectivity.d.ts" />
/// <reference path="objc-x86_64/objc!NativeScriptEmbedder.d.ts" />
/// <reference path="objc-x86_64/objc!NaturalLanguage.d.ts" />
/// <reference path="objc-x86_64/objc!NearbyInteraction.d.ts" />
/// <reference path="objc-x86_64/objc!Network.d.ts" />
/// <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" />
Expand All @@ -108,7 +120,9 @@
/// <reference path="objc-x86_64/objc!SQLite3.d.ts" />
/// <reference path="objc-x86_64/objc!SafariServices.d.ts" />
/// <reference path="objc-x86_64/objc!SceneKit.d.ts" />
/// <reference path="objc-x86_64/objc!ScreenTime.d.ts" />
/// <reference path="objc-x86_64/objc!Security.d.ts" />
/// <reference path="objc-x86_64/objc!SensorKit.d.ts" />
/// <reference path="objc-x86_64/objc!Social.d.ts" />
/// <reference path="objc-x86_64/objc!SoundAnalysis.d.ts" />
/// <reference path="objc-x86_64/objc!Speech.d.ts" />
Expand All @@ -118,6 +132,7 @@
/// <reference path="objc-x86_64/objc!TNSWidgets.d.ts" />
/// <reference path="objc-x86_64/objc!Twitter.d.ts" />
/// <reference path="objc-x86_64/objc!UIKit.d.ts" />
/// <reference path="objc-x86_64/objc!UniformTypeIdentifiers.d.ts" />
/// <reference path="objc-x86_64/objc!UserNotifications.d.ts" />
/// <reference path="objc-x86_64/objc!UserNotificationsUI.d.ts" />
/// <reference path="objc-x86_64/objc!VideoSubscriberAccount.d.ts" />
Expand All @@ -126,15 +141,15 @@
/// <reference path="objc-x86_64/objc!VisionKit.d.ts" />
/// <reference path="objc-x86_64/objc!WatchConnectivity.d.ts" />
/// <reference path="objc-x86_64/objc!WebKit.d.ts" />
/// <reference path="objc-x86_64/objc!WidgetKit.d.ts" />
/// <reference path="objc-x86_64/objc!_Builtin_intrinsics.d.ts" />
/// <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!os_workgroup.d.ts" />
/// <reference path="objc-x86_64/objc!simd.d.ts" />
/// <reference path="objc-x86_64/objc!zlib.d.ts" />
Loading

0 comments on commit 9aad2db

Please sign in to comment.