mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
feat: Add iOS APIs usage list (#8291)
This commit is contained in:
36
nativescript-core/platforms/ios/native-api-usage.json
Normal file
36
nativescript-core/platforms/ios/native-api-usage.json
Normal file
@@ -0,0 +1,36 @@
|
||||
{
|
||||
"uses": [
|
||||
"CoreFoundation.CFError:*",
|
||||
"CoreFoundation.CFNumber:*",
|
||||
"CoreFoundation.CFRunLoop:*",
|
||||
|
||||
"CoreGraphics.*:*",
|
||||
|
||||
"CoreText.CTFontManager:*",
|
||||
|
||||
"Darwin.C.math:*",
|
||||
"Darwin.POSIX.sys.socket:*",
|
||||
|
||||
"Foundation.*:*",
|
||||
|
||||
"MaterialComponents.MDCTabBar:*",
|
||||
|
||||
"NativeScriptEmbedder:*",
|
||||
|
||||
"Photos.PHImageManager:*",
|
||||
|
||||
"QuartzCore.*:*",
|
||||
|
||||
"SystemConfiguration.SCNetworkReachability:*",
|
||||
|
||||
"UIKit.*:*",
|
||||
|
||||
"WebKit.WKNavigationDelegate:*",
|
||||
"WebKit.WKUserContentController:*",
|
||||
"WebKit.WKUserScript:*",
|
||||
"WebKit.WKWebView:*",
|
||||
"WebKit.WKWebViewConfiguration:*",
|
||||
|
||||
"TNSWidgets*:*"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user