@nativescript/core 8.9.0-next-01-17-2025-12834437745 → 8.9.0-next-01-18-2025-12839190246
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/accessibility/accessibility-service.d.ts +10 -0
- package/accessibility/font-scale.d.ts +9 -0
- package/accessibility/index.d.ts +37 -0
- package/animation-frame/animation-native.d.ts +4 -0
- package/animation-frame/index.d.ts +17 -3
- package/application/application.d.ts +194 -0
- package/application/index.d.ts +2 -0
- package/application-settings/index.d.ts +70 -0
- package/cli-hooks/before-checkForChanges.js +60 -0
- package/cli-hooks/postinstall.js +2 -0
- package/cli-hooks/preuninstall.js +2 -0
- package/color/index.d.ts +206 -0
- package/connectivity/index.d.ts +52 -0
- package/css/css-tree-parser.js +21 -17
- package/css/lib/parse/index.js +602 -0
- package/css/package.json +36 -0
- package/css/reworkcss.d.ts +47 -0
- package/css/reworkcss.js +1 -0
- package/css-value/package.json +23 -0
- package/css-value/reworkcss-value.d.ts +8 -0
- package/css-value/reworkcss-value.js +113 -0
- package/debugger/css-agent.d.ts +59 -0
- package/debugger/devtools-elements.d.ts +23 -5
- package/debugger/dom-node.d.ts +23 -20
- package/fetch/index.js +539 -0
- package/file-system/file-system-access.d.ts +441 -0
- package/file-system/index.d.ts +370 -95
- package/fps-meter/fps-native.d.ts +24 -0
- package/fps-meter/index.d.ts +24 -7
- package/global-types.d.ts +393 -0
- package/globals/index.d.ts +4 -19
- package/http/http-request/index.d.ts +3 -0
- package/http/index.d.ts +149 -73
- package/image-asset/index.d.ts +17 -0
- package/image-source/index.d.ts +350 -0
- package/index.d.ts +24 -7
- package/js-libs/easysax/easysax.d.ts +8 -0
- package/js-libs/easysax/easysax.js +782 -0
- package/js-libs/easysax/package.json +35 -0
- package/matrix/index.d.ts +32 -5
- package/module-name-resolver/index.d.ts +21 -13
- package/module-name-resolver/qualifier-matcher/index.d.ts +12 -6
- package/package.json +1 -1
- package/platform/device/index.d.ts +70 -0
- package/platform/index.d.ts +26 -0
- package/platform/screen/index.d.ts +48 -0
- package/platforms/android/native-api-usage.json +32 -0
- package/platforms/android/res/values/ids.xml +4 -0
- package/platforms/android/widgets-release.aar +0 -0
- package/platforms/android/winter_tc-release.aar +0 -0
- package/platforms/ios/NSCWinterTC.xcframework/Info.plist +102 -0
- package/platforms/ios/NSCWinterTC.xcframework/ios-arm64/NSCWinterTC.framework/Headers/NSCCrypto.h +79 -0
- package/platforms/ios/NSCWinterTC.xcframework/ios-arm64/NSCWinterTC.framework/Headers/NSCWinterTC.h +20 -0
- package/platforms/ios/NSCWinterTC.xcframework/ios-arm64/NSCWinterTC.framework/Headers/NSString+WinterTC.h +21 -0
- package/platforms/ios/NSCWinterTC.xcframework/ios-arm64/NSCWinterTC.framework/Info.plist +0 -0
- package/platforms/ios/NSCWinterTC.xcframework/ios-arm64/NSCWinterTC.framework/Modules/module.modulemap +6 -0
- package/platforms/ios/NSCWinterTC.xcframework/ios-arm64/NSCWinterTC.framework/NSCWinterTC +0 -0
- package/platforms/ios/NSCWinterTC.xcframework/ios-arm64/dSYMs/NSCWinterTC.framework.dSYM/Contents/Info.plist +20 -0
- package/platforms/ios/NSCWinterTC.xcframework/ios-arm64/dSYMs/NSCWinterTC.framework.dSYM/Contents/Resources/DWARF/NSCWinterTC +0 -0
- package/platforms/ios/NSCWinterTC.xcframework/ios-arm64/dSYMs/NSCWinterTC.framework.dSYM/Contents/Resources/Relocations/aarch64/NSCWinterTC.yml +40 -0
- package/platforms/ios/NSCWinterTC.xcframework/ios-arm64_x86_64-maccatalyst/NSCWinterTC.framework/Headers/NSCCrypto.h +79 -0
- package/platforms/ios/NSCWinterTC.xcframework/ios-arm64_x86_64-maccatalyst/NSCWinterTC.framework/Headers/NSCWinterTC.h +20 -0
- package/platforms/ios/NSCWinterTC.xcframework/ios-arm64_x86_64-maccatalyst/NSCWinterTC.framework/Headers/NSString+WinterTC.h +21 -0
- package/platforms/ios/NSCWinterTC.xcframework/ios-arm64_x86_64-maccatalyst/NSCWinterTC.framework/Modules/module.modulemap +6 -0
- package/platforms/ios/NSCWinterTC.xcframework/ios-arm64_x86_64-maccatalyst/NSCWinterTC.framework/NSCWinterTC +0 -0
- package/platforms/ios/NSCWinterTC.xcframework/ios-arm64_x86_64-maccatalyst/NSCWinterTC.framework/Resources/Info.plist +52 -0
- package/platforms/ios/NSCWinterTC.xcframework/ios-arm64_x86_64-maccatalyst/NSCWinterTC.framework/Versions/A/Headers/NSCCrypto.h +79 -0
- package/platforms/ios/NSCWinterTC.xcframework/ios-arm64_x86_64-maccatalyst/NSCWinterTC.framework/Versions/A/Headers/NSCWinterTC.h +20 -0
- package/platforms/ios/NSCWinterTC.xcframework/ios-arm64_x86_64-maccatalyst/NSCWinterTC.framework/Versions/A/Headers/NSString+WinterTC.h +21 -0
- package/platforms/ios/NSCWinterTC.xcframework/ios-arm64_x86_64-maccatalyst/NSCWinterTC.framework/Versions/A/Modules/module.modulemap +6 -0
- package/platforms/ios/NSCWinterTC.xcframework/ios-arm64_x86_64-maccatalyst/NSCWinterTC.framework/Versions/A/NSCWinterTC +0 -0
- package/platforms/ios/NSCWinterTC.xcframework/ios-arm64_x86_64-maccatalyst/NSCWinterTC.framework/Versions/A/Resources/Info.plist +52 -0
- package/platforms/ios/NSCWinterTC.xcframework/ios-arm64_x86_64-maccatalyst/NSCWinterTC.framework/Versions/Current/NSCWinterTC +0 -0
- package/platforms/ios/NSCWinterTC.xcframework/ios-arm64_x86_64-maccatalyst/dSYMs/NSCWinterTC.framework.dSYM/Contents/Info.plist +20 -0
- package/platforms/ios/NSCWinterTC.xcframework/ios-arm64_x86_64-maccatalyst/dSYMs/NSCWinterTC.framework.dSYM/Contents/Resources/DWARF/NSCWinterTC +0 -0
- package/platforms/ios/NSCWinterTC.xcframework/ios-arm64_x86_64-maccatalyst/dSYMs/NSCWinterTC.framework.dSYM/Contents/Resources/Relocations/aarch64/NSCWinterTC.yml +40 -0
- package/platforms/ios/NSCWinterTC.xcframework/ios-arm64_x86_64-maccatalyst/dSYMs/NSCWinterTC.framework.dSYM/Contents/Resources/Relocations/x86_64/NSCWinterTC.yml +40 -0
- package/platforms/ios/NSCWinterTC.xcframework/ios-arm64_x86_64-simulator/NSCWinterTC.framework/Headers/NSCCrypto.h +79 -0
- package/platforms/ios/NSCWinterTC.xcframework/ios-arm64_x86_64-simulator/NSCWinterTC.framework/Headers/NSCWinterTC.h +20 -0
- package/platforms/ios/NSCWinterTC.xcframework/ios-arm64_x86_64-simulator/NSCWinterTC.framework/Headers/NSString+WinterTC.h +21 -0
- package/platforms/ios/NSCWinterTC.xcframework/ios-arm64_x86_64-simulator/NSCWinterTC.framework/Info.plist +0 -0
- package/platforms/ios/NSCWinterTC.xcframework/ios-arm64_x86_64-simulator/NSCWinterTC.framework/Modules/module.modulemap +6 -0
- package/platforms/ios/NSCWinterTC.xcframework/ios-arm64_x86_64-simulator/NSCWinterTC.framework/NSCWinterTC +0 -0
- package/platforms/ios/NSCWinterTC.xcframework/ios-arm64_x86_64-simulator/NSCWinterTC.framework/_CodeSignature/CodeResources +146 -0
- package/platforms/ios/NSCWinterTC.xcframework/ios-arm64_x86_64-simulator/dSYMs/NSCWinterTC.framework.dSYM/Contents/Info.plist +20 -0
- package/platforms/ios/NSCWinterTC.xcframework/ios-arm64_x86_64-simulator/dSYMs/NSCWinterTC.framework.dSYM/Contents/Resources/DWARF/NSCWinterTC +0 -0
- package/platforms/ios/NSCWinterTC.xcframework/ios-arm64_x86_64-simulator/dSYMs/NSCWinterTC.framework.dSYM/Contents/Resources/Relocations/aarch64/NSCWinterTC.yml +40 -0
- package/platforms/ios/NSCWinterTC.xcframework/ios-arm64_x86_64-simulator/dSYMs/NSCWinterTC.framework.dSYM/Contents/Resources/Relocations/x86_64/NSCWinterTC.yml +40 -0
- package/platforms/ios/NSCWinterTC.xcframework/xros-arm64/NSCWinterTC.framework/Headers/NSCCrypto.h +79 -0
- package/platforms/ios/NSCWinterTC.xcframework/xros-arm64/NSCWinterTC.framework/Headers/NSCWinterTC.h +20 -0
- package/platforms/ios/NSCWinterTC.xcframework/xros-arm64/NSCWinterTC.framework/Headers/NSString+WinterTC.h +21 -0
- package/platforms/ios/NSCWinterTC.xcframework/xros-arm64/NSCWinterTC.framework/Info.plist +0 -0
- package/platforms/ios/NSCWinterTC.xcframework/xros-arm64/NSCWinterTC.framework/Modules/module.modulemap +6 -0
- package/platforms/ios/NSCWinterTC.xcframework/xros-arm64/NSCWinterTC.framework/NSCWinterTC +0 -0
- package/platforms/ios/NSCWinterTC.xcframework/xros-arm64/dSYMs/NSCWinterTC.framework.dSYM/Contents/Info.plist +20 -0
- package/platforms/ios/NSCWinterTC.xcframework/xros-arm64/dSYMs/NSCWinterTC.framework.dSYM/Contents/Resources/DWARF/NSCWinterTC +0 -0
- package/platforms/ios/NSCWinterTC.xcframework/xros-arm64/dSYMs/NSCWinterTC.framework.dSYM/Contents/Resources/Relocations/aarch64/NSCWinterTC.yml +40 -0
- package/platforms/ios/NSCWinterTC.xcframework/xros-arm64_x86_64-simulator/NSCWinterTC.framework/Headers/NSCCrypto.h +79 -0
- package/platforms/ios/NSCWinterTC.xcframework/xros-arm64_x86_64-simulator/NSCWinterTC.framework/Headers/NSCWinterTC.h +20 -0
- package/platforms/ios/NSCWinterTC.xcframework/xros-arm64_x86_64-simulator/NSCWinterTC.framework/Headers/NSString+WinterTC.h +21 -0
- package/platforms/ios/NSCWinterTC.xcframework/xros-arm64_x86_64-simulator/NSCWinterTC.framework/Info.plist +0 -0
- package/platforms/ios/NSCWinterTC.xcframework/xros-arm64_x86_64-simulator/NSCWinterTC.framework/Modules/module.modulemap +6 -0
- package/platforms/ios/NSCWinterTC.xcframework/xros-arm64_x86_64-simulator/NSCWinterTC.framework/NSCWinterTC +0 -0
- package/platforms/ios/NSCWinterTC.xcframework/xros-arm64_x86_64-simulator/NSCWinterTC.framework/_CodeSignature/CodeResources +146 -0
- package/platforms/ios/NSCWinterTC.xcframework/xros-arm64_x86_64-simulator/dSYMs/NSCWinterTC.framework.dSYM/Contents/Info.plist +20 -0
- package/platforms/ios/NSCWinterTC.xcframework/xros-arm64_x86_64-simulator/dSYMs/NSCWinterTC.framework.dSYM/Contents/Resources/DWARF/NSCWinterTC +0 -0
- package/platforms/ios/NSCWinterTC.xcframework/xros-arm64_x86_64-simulator/dSYMs/NSCWinterTC.framework.dSYM/Contents/Resources/Relocations/aarch64/NSCWinterTC.yml +40 -0
- package/platforms/ios/NSCWinterTC.xcframework/xros-arm64_x86_64-simulator/dSYMs/NSCWinterTC.framework.dSYM/Contents/Resources/Relocations/x86_64/NSCWinterTC.yml +40 -0
- package/platforms/ios/TNSWidgets.xcframework/Info.plist +102 -0
- package/platforms/ios/TNSWidgets.xcframework/ios-arm64/TNSWidgets.framework/Headers/NSCCrypto.h +60 -0
- package/platforms/ios/TNSWidgets.xcframework/ios-arm64/TNSWidgets.framework/Headers/NSData+Async.h +24 -0
- package/platforms/ios/TNSWidgets.xcframework/ios-arm64/TNSWidgets.framework/Headers/NSFileHandle+Async.h +22 -0
- package/platforms/ios/TNSWidgets.xcframework/ios-arm64/TNSWidgets.framework/Headers/NSString+Async.h +25 -0
- package/platforms/ios/TNSWidgets.xcframework/ios-arm64/TNSWidgets.framework/Headers/TNSLabel.h +16 -0
- package/platforms/ios/TNSWidgets.xcframework/ios-arm64/TNSWidgets.framework/Headers/TNSProcess.h +29 -0
- package/platforms/ios/TNSWidgets.xcframework/ios-arm64/TNSWidgets.framework/Headers/TNSWidgets.h +25 -0
- package/platforms/ios/TNSWidgets.xcframework/ios-arm64/TNSWidgets.framework/Headers/UIImage+TNSBlocks.h +26 -0
- package/platforms/ios/TNSWidgets.xcframework/ios-arm64/TNSWidgets.framework/Headers/UIView+PassThroughParent.h +17 -0
- package/platforms/ios/TNSWidgets.xcframework/ios-arm64/TNSWidgets.framework/Info.plist +0 -0
- package/platforms/ios/TNSWidgets.xcframework/ios-arm64/TNSWidgets.framework/Modules/module.modulemap +6 -0
- package/platforms/ios/TNSWidgets.xcframework/ios-arm64/TNSWidgets.framework/PrivateHeaders/NSObject+Swizzling.h +17 -0
- package/platforms/ios/TNSWidgets.xcframework/ios-arm64/TNSWidgets.framework/PrivateHeaders/UIView+PropertyBag.h +18 -0
- package/platforms/ios/TNSWidgets.xcframework/ios-arm64/TNSWidgets.framework/TNSWidgets +0 -0
- package/platforms/ios/TNSWidgets.xcframework/ios-arm64/dSYMs/TNSWidgets.framework.dSYM/Contents/Info.plist +20 -0
- package/platforms/ios/TNSWidgets.xcframework/ios-arm64/dSYMs/TNSWidgets.framework.dSYM/Contents/Resources/DWARF/TNSWidgets +0 -0
- package/platforms/ios/TNSWidgets.xcframework/ios-arm64/dSYMs/TNSWidgets.framework.dSYM/Contents/Resources/Relocations/aarch64/TNSWidgets.yml +82 -0
- package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/Headers/NSCCrypto.h +60 -0
- package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/Headers/NSData+Async.h +24 -0
- package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/Headers/NSFileHandle+Async.h +22 -0
- package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/Headers/NSString+Async.h +25 -0
- package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/Headers/TNSLabel.h +16 -0
- package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/Headers/TNSProcess.h +29 -0
- package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/Headers/TNSWidgets.h +25 -0
- package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/Headers/UIImage+TNSBlocks.h +26 -0
- package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/Headers/UIView+PassThroughParent.h +17 -0
- package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/Modules/module.modulemap +6 -0
- package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/PrivateHeaders/NSObject+Swizzling.h +17 -0
- package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/PrivateHeaders/UIView+PropertyBag.h +18 -0
- package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/Resources/Info.plist +52 -0
- package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/TNSWidgets +0 -0
- package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/Versions/A/Headers/NSCCrypto.h +60 -0
- package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/Versions/A/Headers/NSData+Async.h +24 -0
- package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/Versions/A/Headers/NSFileHandle+Async.h +22 -0
- package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/Versions/A/Headers/NSString+Async.h +25 -0
- package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/Versions/A/Headers/TNSLabel.h +16 -0
- package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/Versions/A/Headers/TNSProcess.h +29 -0
- package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/Versions/A/Headers/TNSWidgets.h +25 -0
- package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/Versions/A/Headers/UIImage+TNSBlocks.h +26 -0
- package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/Versions/A/Headers/UIView+PassThroughParent.h +17 -0
- package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/Versions/A/Modules/module.modulemap +6 -0
- package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/Versions/A/PrivateHeaders/NSObject+Swizzling.h +17 -0
- package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/Versions/A/PrivateHeaders/UIView+PropertyBag.h +18 -0
- package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/Versions/A/Resources/Info.plist +52 -0
- package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/Versions/A/TNSWidgets +0 -0
- package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/Versions/Current/TNSWidgets +0 -0
- package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/dSYMs/TNSWidgets.framework.dSYM/Contents/Info.plist +20 -0
- package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/dSYMs/TNSWidgets.framework.dSYM/Contents/Resources/DWARF/TNSWidgets +0 -0
- package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/dSYMs/TNSWidgets.framework.dSYM/Contents/Resources/Relocations/aarch64/TNSWidgets.yml +82 -0
- package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/dSYMs/TNSWidgets.framework.dSYM/Contents/Resources/Relocations/x86_64/TNSWidgets.yml +82 -0
- package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-simulator/TNSWidgets.framework/Headers/NSCCrypto.h +60 -0
- package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-simulator/TNSWidgets.framework/Headers/NSData+Async.h +24 -0
- package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-simulator/TNSWidgets.framework/Headers/NSFileHandle+Async.h +22 -0
- package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-simulator/TNSWidgets.framework/Headers/NSString+Async.h +25 -0
- package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-simulator/TNSWidgets.framework/Headers/TNSLabel.h +16 -0
- package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-simulator/TNSWidgets.framework/Headers/TNSProcess.h +29 -0
- package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-simulator/TNSWidgets.framework/Headers/TNSWidgets.h +25 -0
- package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-simulator/TNSWidgets.framework/Headers/UIImage+TNSBlocks.h +26 -0
- package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-simulator/TNSWidgets.framework/Headers/UIView+PassThroughParent.h +17 -0
- package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-simulator/TNSWidgets.framework/Info.plist +0 -0
- package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-simulator/TNSWidgets.framework/Modules/module.modulemap +6 -0
- package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-simulator/TNSWidgets.framework/PrivateHeaders/NSObject+Swizzling.h +17 -0
- package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-simulator/TNSWidgets.framework/PrivateHeaders/UIView+PropertyBag.h +18 -0
- package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-simulator/TNSWidgets.framework/TNSWidgets +0 -0
- package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-simulator/TNSWidgets.framework/_CodeSignature/CodeResources +223 -0
- package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-simulator/dSYMs/TNSWidgets.framework.dSYM/Contents/Info.plist +20 -0
- package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-simulator/dSYMs/TNSWidgets.framework.dSYM/Contents/Resources/DWARF/TNSWidgets +0 -0
- package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-simulator/dSYMs/TNSWidgets.framework.dSYM/Contents/Resources/Relocations/aarch64/TNSWidgets.yml +82 -0
- package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-simulator/dSYMs/TNSWidgets.framework.dSYM/Contents/Resources/Relocations/x86_64/TNSWidgets.yml +82 -0
- package/platforms/ios/TNSWidgets.xcframework/xros-arm64/TNSWidgets.framework/Headers/NSCCrypto.h +60 -0
- package/platforms/ios/TNSWidgets.xcframework/xros-arm64/TNSWidgets.framework/Headers/NSData+Async.h +24 -0
- package/platforms/ios/TNSWidgets.xcframework/xros-arm64/TNSWidgets.framework/Headers/NSFileHandle+Async.h +22 -0
- package/platforms/ios/TNSWidgets.xcframework/xros-arm64/TNSWidgets.framework/Headers/NSString+Async.h +25 -0
- package/platforms/ios/TNSWidgets.xcframework/xros-arm64/TNSWidgets.framework/Headers/TNSLabel.h +16 -0
- package/platforms/ios/TNSWidgets.xcframework/xros-arm64/TNSWidgets.framework/Headers/TNSProcess.h +29 -0
- package/platforms/ios/TNSWidgets.xcframework/xros-arm64/TNSWidgets.framework/Headers/TNSWidgets.h +25 -0
- package/platforms/ios/TNSWidgets.xcframework/xros-arm64/TNSWidgets.framework/Headers/UIImage+TNSBlocks.h +26 -0
- package/platforms/ios/TNSWidgets.xcframework/xros-arm64/TNSWidgets.framework/Headers/UIView+PassThroughParent.h +17 -0
- package/platforms/ios/TNSWidgets.xcframework/xros-arm64/TNSWidgets.framework/Info.plist +0 -0
- package/platforms/ios/TNSWidgets.xcframework/xros-arm64/TNSWidgets.framework/Modules/module.modulemap +6 -0
- package/platforms/ios/TNSWidgets.xcframework/xros-arm64/TNSWidgets.framework/PrivateHeaders/NSObject+Swizzling.h +17 -0
- package/platforms/ios/TNSWidgets.xcframework/xros-arm64/TNSWidgets.framework/PrivateHeaders/UIView+PropertyBag.h +18 -0
- package/platforms/ios/TNSWidgets.xcframework/xros-arm64/TNSWidgets.framework/TNSWidgets +0 -0
- package/platforms/ios/TNSWidgets.xcframework/xros-arm64/dSYMs/TNSWidgets.framework.dSYM/Contents/Info.plist +20 -0
- package/platforms/ios/TNSWidgets.xcframework/xros-arm64/dSYMs/TNSWidgets.framework.dSYM/Contents/Resources/DWARF/TNSWidgets +0 -0
- package/platforms/ios/TNSWidgets.xcframework/xros-arm64/dSYMs/TNSWidgets.framework.dSYM/Contents/Resources/Relocations/aarch64/TNSWidgets.yml +82 -0
- package/platforms/ios/TNSWidgets.xcframework/xros-arm64_x86_64-simulator/TNSWidgets.framework/Headers/NSCCrypto.h +60 -0
- package/platforms/ios/TNSWidgets.xcframework/xros-arm64_x86_64-simulator/TNSWidgets.framework/Headers/NSData+Async.h +24 -0
- package/platforms/ios/TNSWidgets.xcframework/xros-arm64_x86_64-simulator/TNSWidgets.framework/Headers/NSFileHandle+Async.h +22 -0
- package/platforms/ios/TNSWidgets.xcframework/xros-arm64_x86_64-simulator/TNSWidgets.framework/Headers/NSString+Async.h +25 -0
- package/platforms/ios/TNSWidgets.xcframework/xros-arm64_x86_64-simulator/TNSWidgets.framework/Headers/TNSLabel.h +16 -0
- package/platforms/ios/TNSWidgets.xcframework/xros-arm64_x86_64-simulator/TNSWidgets.framework/Headers/TNSProcess.h +29 -0
- package/platforms/ios/TNSWidgets.xcframework/xros-arm64_x86_64-simulator/TNSWidgets.framework/Headers/TNSWidgets.h +25 -0
- package/platforms/ios/TNSWidgets.xcframework/xros-arm64_x86_64-simulator/TNSWidgets.framework/Headers/UIImage+TNSBlocks.h +26 -0
- package/platforms/ios/TNSWidgets.xcframework/xros-arm64_x86_64-simulator/TNSWidgets.framework/Headers/UIView+PassThroughParent.h +17 -0
- package/platforms/ios/TNSWidgets.xcframework/xros-arm64_x86_64-simulator/TNSWidgets.framework/Info.plist +0 -0
- package/platforms/ios/TNSWidgets.xcframework/xros-arm64_x86_64-simulator/TNSWidgets.framework/Modules/module.modulemap +6 -0
- package/platforms/ios/TNSWidgets.xcframework/xros-arm64_x86_64-simulator/TNSWidgets.framework/PrivateHeaders/NSObject+Swizzling.h +17 -0
- package/platforms/ios/TNSWidgets.xcframework/xros-arm64_x86_64-simulator/TNSWidgets.framework/PrivateHeaders/UIView+PropertyBag.h +18 -0
- package/platforms/ios/TNSWidgets.xcframework/xros-arm64_x86_64-simulator/TNSWidgets.framework/TNSWidgets +0 -0
- package/platforms/ios/TNSWidgets.xcframework/xros-arm64_x86_64-simulator/TNSWidgets.framework/_CodeSignature/CodeResources +223 -0
- package/platforms/ios/TNSWidgets.xcframework/xros-arm64_x86_64-simulator/dSYMs/TNSWidgets.framework.dSYM/Contents/Info.plist +20 -0
- package/platforms/ios/TNSWidgets.xcframework/xros-arm64_x86_64-simulator/dSYMs/TNSWidgets.framework.dSYM/Contents/Resources/DWARF/TNSWidgets +0 -0
- package/platforms/ios/TNSWidgets.xcframework/xros-arm64_x86_64-simulator/dSYMs/TNSWidgets.framework.dSYM/Contents/Resources/Relocations/aarch64/TNSWidgets.yml +82 -0
- package/platforms/ios/TNSWidgets.xcframework/xros-arm64_x86_64-simulator/dSYMs/TNSWidgets.framework.dSYM/Contents/Resources/Relocations/x86_64/TNSWidgets.yml +82 -0
- package/platforms/ios/native-api-usage.json +41 -0
- package/platforms/ios/src/NativeScriptEmbedder.h +31 -0
- package/platforms/ios/src/NativeScriptEmbedder.m +43 -0
- package/platforms/ios/src/NativeScriptMainWindow.swift +196 -0
- package/platforms/ios/src/NativeScriptUtils.h +16 -0
- package/platforms/ios/src/NativeScriptUtils.m +137 -0
- package/platforms/ios/src/UIView+NativeScript.h +15 -0
- package/platforms/ios/src/UIView+NativeScript.m +148 -0
- package/platforms/ios/src/module.modulemap +14 -0
- package/platforms/ios/typings/objc!MaterialComponents.d.ts +808 -0
- package/platforms/ios/typings/objc!NativeScriptUtils.d.ts +18 -0
- package/profiling/index.d.ts +153 -26
- package/references.d.ts +10 -0
- package/text/formatted-string.d.ts +1 -1
- package/text/index.d.ts +36 -0
- package/text/span.d.ts +1 -1
- package/timer/index.d.ts +27 -0
- package/trace/index.d.ts +131 -105
- package/ui/action-bar/index.d.ts +304 -0
- package/ui/activity-indicator/index.d.ts +25 -0
- package/ui/animation/index.d.ts +139 -0
- package/ui/animation/keyframe-animation.d.ts +118 -67
- package/ui/builder/binding-builder.d.ts +15 -12
- package/ui/builder/index.d.ts +69 -27
- package/ui/button/index.d.ts +50 -0
- package/ui/content-view/index.d.ts +11 -21
- package/ui/core/control-state-change/index.d.ts +17 -0
- package/ui/core/view/index.d.ts +1216 -0
- package/ui/core/view/view-helper/index.d.ts +76 -0
- package/ui/core/weak-event-listener/index.d.ts +18 -2
- package/ui/date-picker/index.d.ts +95 -0
- package/ui/dialogs/index.d.ts +311 -0
- package/ui/editable-text-base/index.d.ts +142 -0
- package/ui/embedding/index.d.ts +10 -0
- package/ui/frame/fragment.d.ts +5 -0
- package/ui/frame/fragment.transitions.d.ts +43 -0
- package/ui/frame/index.d.ts +590 -0
- package/ui/frame/transition-definitions.android.d.ts +54 -0
- package/ui/gestures/index.d.ts +59 -0
- package/ui/html-view/index.d.ts +41 -0
- package/ui/image/index.d.ts +119 -0
- package/ui/image/symbol-effects.d.ts +13 -0
- package/ui/image-cache/index.d.ts +147 -0
- package/ui/label/index.d.ts +25 -0
- package/ui/layouts/absolute-layout/index.d.ts +42 -0
- package/ui/layouts/dock-layout/index.d.ts +39 -0
- package/ui/layouts/flexbox-layout/index.d.ts +98 -0
- package/ui/layouts/grid-layout/index.d.ts +201 -0
- package/ui/layouts/index.d.ts +1 -2
- package/ui/layouts/layout-base.d.ts +119 -0
- package/ui/layouts/root-layout/index.d.ts +48 -0
- package/ui/layouts/stack-layout/index.d.ts +22 -0
- package/ui/layouts/wrap-layout/index.d.ts +51 -0
- package/ui/list-picker/index.d.ts +43 -0
- package/ui/list-view/index.d.ts +232 -0
- package/ui/page/index.d.ts +241 -0
- package/ui/placeholder/index.d.ts +46 -8
- package/ui/progress/index.d.ts +50 -0
- package/ui/scroll-view/index.d.ts +99 -0
- package/ui/search-bar/index.d.ts +103 -0
- package/ui/segmented-bar/index.d.ts +122 -0
- package/ui/slider/index.d.ts +99 -0
- package/ui/styling/background.d.ts +95 -0
- package/ui/styling/converters.d.ts +2 -2
- package/ui/styling/font.d.ts +62 -0
- package/ui/styling/style-properties.d.ts +101 -81
- package/ui/styling/style-scope.d.ts +48 -79
- package/ui/switch/index.d.ts +46 -0
- package/ui/tab-view/index.d.ts +213 -0
- package/ui/text-base/formatted-string.d.ts +97 -36
- package/ui/text-base/index.d.ts +208 -0
- package/ui/text-base/span.d.ts +111 -36
- package/ui/text-field/index.d.ts +54 -0
- package/ui/text-view/index.d.ts +35 -0
- package/ui/time-picker/index.d.ts +107 -0
- package/ui/transition/fade-transition.d.ts +3 -0
- package/ui/transition/flip-transition.d.ts +5 -0
- package/ui/transition/index.d.ts +59 -0
- package/ui/transition/modal-transition.d.ts +2 -0
- package/ui/transition/page-transition.d.ts +4 -0
- package/ui/transition/shared-transition-helper.d.ts +14 -0
- package/ui/transition/slide-transition.d.ts +5 -0
- package/ui/utils.d.ts +44 -0
- package/ui/web-view/index.d.ts +142 -0
- package/utils/constants.d.ts +1 -0
- package/utils/debug.d.ts +61 -17
- package/utils/index.d.ts +183 -0
- package/utils/layout-helper/index.d.ts +82 -0
- package/utils/lazy.d.ts +5 -0
- package/utils/macrotask-scheduler.d.ts +5 -1
- package/utils/mainthread-helper.d.ts +16 -0
- package/utils/native-helper.d.ts +280 -0
- package/utils/types.d.ts +115 -23
- package/utils/typescript-utils.d.ts +6 -0
- package/xml/index.d.ts +105 -44
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "easysax",
|
|
3
|
+
"description": "pure javascript xml parser",
|
|
4
|
+
"sideEffects": false,
|
|
5
|
+
"keywords": [
|
|
6
|
+
"xml",
|
|
7
|
+
"sax",
|
|
8
|
+
"parser",
|
|
9
|
+
"pure"
|
|
10
|
+
],
|
|
11
|
+
"version": "0.1.14",
|
|
12
|
+
"main": "easysax",
|
|
13
|
+
"types": "easysax.d.ts",
|
|
14
|
+
"bugs": {
|
|
15
|
+
"url": "https://github.com/vflash/easysax/issues"
|
|
16
|
+
},
|
|
17
|
+
"author": {
|
|
18
|
+
"name": "Vopilovskiy Konstantin",
|
|
19
|
+
"email": "flash.vkv@gmail.com",
|
|
20
|
+
"url": "http://vflash.ru"
|
|
21
|
+
},
|
|
22
|
+
"repository": {
|
|
23
|
+
"type": "git",
|
|
24
|
+
"url": "https://github.com/vflash/easysax"
|
|
25
|
+
},
|
|
26
|
+
"readme": "EASYSAX - pure javascript sax-style parser for xml\r\n==================================================\r\nПростой и быстрый SAX парсер XML файлов.\r\nРеализован по принципу парсить только то что нужно и как можно быстрее.\r\nПарсер не потоковый, и не расчитан на гиганские файлы. Весь XML должен быть в памяти.\r\nВстроенный уникальный механизм работы с пространсвами имен.\r\n\r\n\r\nПарсер был написан для RSS ридера http://zzreader.com\r\nНа конец 2012 года остается самым быстрым SAX парсером под NODE.JS\r\n\r\n\r\n\r\nBENCHMARK\r\n---------------------------------------------------\r\n\r\n**benchmark/test.js, parse file #1**\r\n```\r\nsax-js: 12671ms\r\nlibxmljs: 11311ms\r\nexpat: 6118ms\r\nexpat buffer: 5278ms\r\neasysax : 1739ms // namespace--on, attr()--on , entity_decode--on\r\neasysax: 1035ms // namespace--off, attr()--on , entity_decode--on\r\neasysax: 740ms // namespace--off, attr()--off , entity_decode--off\r\n```\r\n\r\n\r\n**benchmark/test.js, parse file #2 (много атрибутов)**\r\n```\r\nsax-js: 84060ms\r\nlibxmljs: 48919ms\r\nexpat: 39444ms\r\nexpat buffer: 35375ms\r\neasysax: 14655ms // namespace--on, attr()--on , entity_decode--on\r\neasysax: 9874ms // namespace--off, attr()--on , entity_decode--on\r\neasysax: 3531ms // namespace--off, attr()--off , entity_decode--on\r\neasysax: 2954ms // namespace--off, attr()--off , entity_decode--off\r\n```\r\n\r\n\r\n**demo/example.js, parse file #2**\r\n```\r\n1,000 pages for: 13335ms - attr()--all\r\n1,000 pages for: 7300ms - attr()--on_request\r\n```\n",
|
|
27
|
+
"readmeFilename": "README.md",
|
|
28
|
+
"homepage": "https://github.com/vflash/easysax",
|
|
29
|
+
"_id": "easysax@0.1.14",
|
|
30
|
+
"dist": {
|
|
31
|
+
"shasum": "ef7f6f92dfbbf68306ec3bfa1c707a9d8d959d1e"
|
|
32
|
+
},
|
|
33
|
+
"_from": "easysax@",
|
|
34
|
+
"_resolved": "https://registry.npmjs.org/easysax/-/easysax-0.1.14.tgz"
|
|
35
|
+
}
|
package/matrix/index.d.ts
CHANGED
|
@@ -1,8 +1,35 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Contains utility methods for transforming css matrixes.
|
|
3
|
+
* All methods in this module are experimental and
|
|
4
|
+
* may be changed in a non-major version.
|
|
5
|
+
*/
|
|
6
|
+
|
|
1
7
|
import { TransformFunctionsInfo } from '../ui/animation';
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
8
|
+
|
|
9
|
+
/**
|
|
10
|
+
* Returns the affine matrix representation of the transformation.
|
|
11
|
+
* @param transformation Property and value of the transformation.
|
|
12
|
+
*/
|
|
13
|
+
export declare const getTransformMatrix: ({ property, value }) => number[];
|
|
14
|
+
|
|
15
|
+
/**
|
|
16
|
+
* Returns the css matrix representation of
|
|
17
|
+
* an affine transformation matrix
|
|
18
|
+
* @param m The flat matrix array to be transformed
|
|
19
|
+
*/
|
|
6
20
|
export declare const matrixArrayToCssMatrix: (m: number[]) => number[];
|
|
21
|
+
|
|
22
|
+
/**
|
|
23
|
+
* Multiplies two two-dimensional affine matrices
|
|
24
|
+
* https://jsperf.com/array-vs-object-affine-matrices/
|
|
25
|
+
* @param m1 Left-side matrix array
|
|
26
|
+
* @param m2 Right-side matrix array
|
|
27
|
+
*/
|
|
7
28
|
export declare function multiplyAffine2d(m1: number[], m2: number[]): number[];
|
|
8
|
-
|
|
29
|
+
|
|
30
|
+
/**
|
|
31
|
+
* QR decomposition using the Gram–Schmidt process.
|
|
32
|
+
* Decomposes a css matrix to simple transforms - translate, rotate and scale.
|
|
33
|
+
* @param matrix The css matrix array to decompose.
|
|
34
|
+
*/
|
|
35
|
+
export function decompose2DTransformMatrix(matrix: number[]): TransformFunctionsInfo;
|
|
@@ -1,16 +1,24 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Provides ModuleNameResolver class used for loading files based on device capabilities.
|
|
3
|
+
*/ /** */
|
|
4
|
+
|
|
1
5
|
import { PlatformContext } from './qualifier-matcher';
|
|
2
|
-
|
|
6
|
+
|
|
7
|
+
export { PlatformContext } from './qualifier-matcher';
|
|
8
|
+
|
|
3
9
|
export type ModuleListProvider = () => string[];
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
resolveModuleName(path: string, ext: string): string;
|
|
10
|
-
clearCache(): void;
|
|
11
|
-
private resolveModuleNameImpl;
|
|
12
|
-
private getCandidates;
|
|
10
|
+
|
|
11
|
+
export class ModuleNameResolver {
|
|
12
|
+
constructor(context: PlatformContext, moduleListProvider?: ModuleListProvider);
|
|
13
|
+
resolveModuleName(path: string, ext: string): string;
|
|
14
|
+
clearCache(): void;
|
|
13
15
|
}
|
|
14
|
-
|
|
15
|
-
export
|
|
16
|
-
export
|
|
16
|
+
|
|
17
|
+
export function resolveModuleName(path: string, ext: string): string;
|
|
18
|
+
export function clearCache(): void;
|
|
19
|
+
|
|
20
|
+
/**
|
|
21
|
+
* Used to set a global singular instance of ModuleNameResolver
|
|
22
|
+
* @param resolver instance
|
|
23
|
+
*/
|
|
24
|
+
export function _setResolver(resolver: ModuleNameResolver);
|
|
@@ -1,11 +1,17 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Provides ModuleNameResolver class used for loading files based on device capabilities.
|
|
3
|
+
*/
|
|
4
|
+
|
|
1
5
|
/**
|
|
2
6
|
* Used with qualifier matchers and module resolution
|
|
3
7
|
*/
|
|
4
8
|
export interface PlatformContext {
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
+
width: number;
|
|
10
|
+
height: number;
|
|
11
|
+
os: string;
|
|
12
|
+
deviceType: string;
|
|
9
13
|
}
|
|
10
|
-
|
|
11
|
-
export
|
|
14
|
+
|
|
15
|
+
export function findMatch(path: string, ext: string, candidates: Array<string>, context: PlatformContext): string;
|
|
16
|
+
|
|
17
|
+
export function stripQualifiers(path: string): string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nativescript/core",
|
|
3
|
-
"version": "8.9.0-next-01-
|
|
3
|
+
"version": "8.9.0-next-01-18-2025-12839190246",
|
|
4
4
|
"description": "A JavaScript library providing an easy to use api for interacting with iOS and Android platform APIs.",
|
|
5
5
|
"main": "index",
|
|
6
6
|
"types": "index.d.ts",
|
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* An object containing device specific information.
|
|
3
|
+
*/
|
|
4
|
+
export interface IDevice {
|
|
5
|
+
/**
|
|
6
|
+
* Gets the manufacturer of the device.
|
|
7
|
+
* For example: "Apple" or "HTC" or "Samsung".
|
|
8
|
+
*/
|
|
9
|
+
manufacturer: string;
|
|
10
|
+
|
|
11
|
+
/**
|
|
12
|
+
* Gets the model of the device.
|
|
13
|
+
* For example: "Nexus 5" or "iPhone".
|
|
14
|
+
*/
|
|
15
|
+
model: string;
|
|
16
|
+
|
|
17
|
+
/**
|
|
18
|
+
* Gets the OS of the device.
|
|
19
|
+
* For example: "Android" or "iOS".
|
|
20
|
+
*/
|
|
21
|
+
os: string;
|
|
22
|
+
|
|
23
|
+
/**
|
|
24
|
+
* Gets the OS version.
|
|
25
|
+
* For example: 4.4.4(android), 8.1(ios)
|
|
26
|
+
*/
|
|
27
|
+
osVersion: string;
|
|
28
|
+
|
|
29
|
+
/**
|
|
30
|
+
* Gets the SDK version.
|
|
31
|
+
* For example: 19(android), 8.1(ios).
|
|
32
|
+
*/
|
|
33
|
+
sdkVersion: string;
|
|
34
|
+
|
|
35
|
+
/**
|
|
36
|
+
* Gets the type of the current device.
|
|
37
|
+
* Available values: "Phone", "Tablet".
|
|
38
|
+
*/
|
|
39
|
+
deviceType: 'Phone' | 'Tablet';
|
|
40
|
+
|
|
41
|
+
/**
|
|
42
|
+
* Gets the uuid.
|
|
43
|
+
* On iOS this will return a new uuid if the application is re-installed on the device.
|
|
44
|
+
* If you need to receive the same uuid even after the application has been re-installed on the device,
|
|
45
|
+
* use this plugin: https://www.npmjs.com/package/nativescript-ios-uuid
|
|
46
|
+
*/
|
|
47
|
+
uuid: string;
|
|
48
|
+
|
|
49
|
+
/**
|
|
50
|
+
* Gets the preferred language. For example "en" or "en-US".
|
|
51
|
+
*/
|
|
52
|
+
language: string;
|
|
53
|
+
|
|
54
|
+
/**
|
|
55
|
+
* Gets the preferred region. For example "US".
|
|
56
|
+
*/
|
|
57
|
+
region: string;
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
/**
|
|
61
|
+
* Gets the current device information.
|
|
62
|
+
*/
|
|
63
|
+
export const Device: IDevice;
|
|
64
|
+
|
|
65
|
+
/**
|
|
66
|
+
* Gets the current device information.
|
|
67
|
+
*
|
|
68
|
+
* This retains compatibility with NS6
|
|
69
|
+
*/
|
|
70
|
+
export const device: IDevice;
|
package/platform/index.d.ts
CHANGED
|
@@ -1,3 +1,29 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Contains all kinds of information about the device, its operating system and software.
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
/* tslint:disable:class-name */
|
|
6
|
+
|
|
7
|
+
/**
|
|
8
|
+
* Gets a value indicating if the app is running on the Android platform.
|
|
9
|
+
*/
|
|
10
|
+
export const isAndroid: boolean;
|
|
11
|
+
|
|
12
|
+
/**
|
|
13
|
+
* Gets a value indicating if the app is running on the iOS platform.
|
|
14
|
+
*/
|
|
15
|
+
export const isIOS: boolean;
|
|
16
|
+
|
|
17
|
+
/**
|
|
18
|
+
* Gets a value indicating if the app is running on an Apple platform.
|
|
19
|
+
*/
|
|
20
|
+
export const isApple: boolean;
|
|
21
|
+
|
|
22
|
+
/**
|
|
23
|
+
* Gets a value indicating if the app is running on the iOS platform.
|
|
24
|
+
*/
|
|
25
|
+
export const isVisionOS: boolean;
|
|
26
|
+
|
|
1
27
|
export * from './common';
|
|
2
28
|
export * from './device';
|
|
3
29
|
export * from './screen';
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* An object containing screen information.
|
|
3
|
+
*/
|
|
4
|
+
export interface ScreenMetrics {
|
|
5
|
+
/**
|
|
6
|
+
* Gets the absolute width of the screen in pixels.
|
|
7
|
+
*/
|
|
8
|
+
widthPixels: number;
|
|
9
|
+
|
|
10
|
+
/**
|
|
11
|
+
* Gets the absolute height of the screen in pixels.
|
|
12
|
+
*/
|
|
13
|
+
heightPixels: number;
|
|
14
|
+
|
|
15
|
+
/**
|
|
16
|
+
* Gets the absolute width of the screen in density independent pixels.
|
|
17
|
+
*/
|
|
18
|
+
widthDIPs: number;
|
|
19
|
+
|
|
20
|
+
/**
|
|
21
|
+
* Gets the absolute height of the screen in density independent pixels.
|
|
22
|
+
*/
|
|
23
|
+
heightDIPs: number;
|
|
24
|
+
|
|
25
|
+
/**
|
|
26
|
+
* The logical density of the display. This is a scaling factor for the Density Independent Pixel unit.
|
|
27
|
+
*/
|
|
28
|
+
scale: number;
|
|
29
|
+
|
|
30
|
+
_updateMetrics(): void;
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
/**
|
|
34
|
+
* An object describing general information about a display.
|
|
35
|
+
*/
|
|
36
|
+
export class Screen {
|
|
37
|
+
/**
|
|
38
|
+
* Gets information about the main screen of the current device.
|
|
39
|
+
*/
|
|
40
|
+
static mainScreen: ScreenMetrics;
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
/**
|
|
44
|
+
* An object describing general information about a display.
|
|
45
|
+
*
|
|
46
|
+
* This retains compatibility with NS6
|
|
47
|
+
*/
|
|
48
|
+
export const screen: Screen;
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
{
|
|
2
|
+
"uses": [
|
|
3
|
+
"java.lang:*",
|
|
4
|
+
"java.lang.reflect:*",
|
|
5
|
+
"java.io:*",
|
|
6
|
+
"java.nio:*",
|
|
7
|
+
"java.util:*",
|
|
8
|
+
"com.tns*:*",
|
|
9
|
+
"org.nativescript*:*",
|
|
10
|
+
"android.content*:*",
|
|
11
|
+
"android.app*:*",
|
|
12
|
+
"android.os*:*",
|
|
13
|
+
"android.view*:*",
|
|
14
|
+
"android.net*:*",
|
|
15
|
+
"android.graphics*:*",
|
|
16
|
+
"android.util*:*",
|
|
17
|
+
"android.media*:*",
|
|
18
|
+
"android.widget*:*",
|
|
19
|
+
"android.animation*:*",
|
|
20
|
+
"android.provider*:*",
|
|
21
|
+
"android.text*:*",
|
|
22
|
+
"android.webkit*:*",
|
|
23
|
+
"androidx.appcompat*:*",
|
|
24
|
+
"androidx.core*:*",
|
|
25
|
+
"androidx.viewpager.widget*:*",
|
|
26
|
+
"androidx.fragment*:*",
|
|
27
|
+
"androidx.transition*:*",
|
|
28
|
+
"androidx.lifecycle*:*",
|
|
29
|
+
"android.inputmethodservice*:*",
|
|
30
|
+
"androidx.activity:ComponentActivity"
|
|
31
|
+
]
|
|
32
|
+
}
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1,102 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
3
|
+
<plist version="1.0">
|
|
4
|
+
<dict>
|
|
5
|
+
<key>AvailableLibraries</key>
|
|
6
|
+
<array>
|
|
7
|
+
<dict>
|
|
8
|
+
<key>BinaryPath</key>
|
|
9
|
+
<string>NSCWinterTC.framework/NSCWinterTC</string>
|
|
10
|
+
<key>DebugSymbolsPath</key>
|
|
11
|
+
<string>dSYMs</string>
|
|
12
|
+
<key>LibraryIdentifier</key>
|
|
13
|
+
<string>ios-arm64_x86_64-simulator</string>
|
|
14
|
+
<key>LibraryPath</key>
|
|
15
|
+
<string>NSCWinterTC.framework</string>
|
|
16
|
+
<key>SupportedArchitectures</key>
|
|
17
|
+
<array>
|
|
18
|
+
<string>arm64</string>
|
|
19
|
+
<string>x86_64</string>
|
|
20
|
+
</array>
|
|
21
|
+
<key>SupportedPlatform</key>
|
|
22
|
+
<string>ios</string>
|
|
23
|
+
<key>SupportedPlatformVariant</key>
|
|
24
|
+
<string>simulator</string>
|
|
25
|
+
</dict>
|
|
26
|
+
<dict>
|
|
27
|
+
<key>BinaryPath</key>
|
|
28
|
+
<string>NSCWinterTC.framework/Versions/A/NSCWinterTC</string>
|
|
29
|
+
<key>DebugSymbolsPath</key>
|
|
30
|
+
<string>dSYMs</string>
|
|
31
|
+
<key>LibraryIdentifier</key>
|
|
32
|
+
<string>ios-arm64_x86_64-maccatalyst</string>
|
|
33
|
+
<key>LibraryPath</key>
|
|
34
|
+
<string>NSCWinterTC.framework</string>
|
|
35
|
+
<key>SupportedArchitectures</key>
|
|
36
|
+
<array>
|
|
37
|
+
<string>arm64</string>
|
|
38
|
+
<string>x86_64</string>
|
|
39
|
+
</array>
|
|
40
|
+
<key>SupportedPlatform</key>
|
|
41
|
+
<string>ios</string>
|
|
42
|
+
<key>SupportedPlatformVariant</key>
|
|
43
|
+
<string>maccatalyst</string>
|
|
44
|
+
</dict>
|
|
45
|
+
<dict>
|
|
46
|
+
<key>BinaryPath</key>
|
|
47
|
+
<string>NSCWinterTC.framework/NSCWinterTC</string>
|
|
48
|
+
<key>DebugSymbolsPath</key>
|
|
49
|
+
<string>dSYMs</string>
|
|
50
|
+
<key>LibraryIdentifier</key>
|
|
51
|
+
<string>xros-arm64_x86_64-simulator</string>
|
|
52
|
+
<key>LibraryPath</key>
|
|
53
|
+
<string>NSCWinterTC.framework</string>
|
|
54
|
+
<key>SupportedArchitectures</key>
|
|
55
|
+
<array>
|
|
56
|
+
<string>arm64</string>
|
|
57
|
+
<string>x86_64</string>
|
|
58
|
+
</array>
|
|
59
|
+
<key>SupportedPlatform</key>
|
|
60
|
+
<string>xros</string>
|
|
61
|
+
<key>SupportedPlatformVariant</key>
|
|
62
|
+
<string>simulator</string>
|
|
63
|
+
</dict>
|
|
64
|
+
<dict>
|
|
65
|
+
<key>BinaryPath</key>
|
|
66
|
+
<string>NSCWinterTC.framework/NSCWinterTC</string>
|
|
67
|
+
<key>DebugSymbolsPath</key>
|
|
68
|
+
<string>dSYMs</string>
|
|
69
|
+
<key>LibraryIdentifier</key>
|
|
70
|
+
<string>xros-arm64</string>
|
|
71
|
+
<key>LibraryPath</key>
|
|
72
|
+
<string>NSCWinterTC.framework</string>
|
|
73
|
+
<key>SupportedArchitectures</key>
|
|
74
|
+
<array>
|
|
75
|
+
<string>arm64</string>
|
|
76
|
+
</array>
|
|
77
|
+
<key>SupportedPlatform</key>
|
|
78
|
+
<string>xros</string>
|
|
79
|
+
</dict>
|
|
80
|
+
<dict>
|
|
81
|
+
<key>BinaryPath</key>
|
|
82
|
+
<string>NSCWinterTC.framework/NSCWinterTC</string>
|
|
83
|
+
<key>DebugSymbolsPath</key>
|
|
84
|
+
<string>dSYMs</string>
|
|
85
|
+
<key>LibraryIdentifier</key>
|
|
86
|
+
<string>ios-arm64</string>
|
|
87
|
+
<key>LibraryPath</key>
|
|
88
|
+
<string>NSCWinterTC.framework</string>
|
|
89
|
+
<key>SupportedArchitectures</key>
|
|
90
|
+
<array>
|
|
91
|
+
<string>arm64</string>
|
|
92
|
+
</array>
|
|
93
|
+
<key>SupportedPlatform</key>
|
|
94
|
+
<string>ios</string>
|
|
95
|
+
</dict>
|
|
96
|
+
</array>
|
|
97
|
+
<key>CFBundlePackageType</key>
|
|
98
|
+
<string>XFWK</string>
|
|
99
|
+
<key>XCFrameworkFormatVersion</key>
|
|
100
|
+
<string>1.0</string>
|
|
101
|
+
</dict>
|
|
102
|
+
</plist>
|
package/platforms/ios/NSCWinterTC.xcframework/ios-arm64/NSCWinterTC.framework/Headers/NSCCrypto.h
ADDED
|
@@ -0,0 +1,79 @@
|
|
|
1
|
+
//
|
|
2
|
+
// NSCCrypto.h
|
|
3
|
+
// NSCWinterTC
|
|
4
|
+
//
|
|
5
|
+
// Created by Osei Fortune on 03/07/2024.
|
|
6
|
+
// Copyright © 2024 NativeScript. All rights reserved.
|
|
7
|
+
//
|
|
8
|
+
|
|
9
|
+
#import <Foundation/Foundation.h>
|
|
10
|
+
#import <CommonCrypto/CommonCrypto.h>
|
|
11
|
+
#import <Security/Security.h>
|
|
12
|
+
#import <Security/SecItem.h>
|
|
13
|
+
#ifndef NSCCrypto_h
|
|
14
|
+
#define NSCCrypto_h
|
|
15
|
+
|
|
16
|
+
typedef enum : NSUInteger {
|
|
17
|
+
kNSCCryptoRSASSA_PKCS1_v1_5,
|
|
18
|
+
kNSCCryptoRSA_PSS,
|
|
19
|
+
kNSCCryptoRSA_OAEP,
|
|
20
|
+
} NSCCryptoRsaHashedKeyGenParamsName;
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
typedef enum : NSUInteger {
|
|
24
|
+
kNSCCryptoHashSHA1,
|
|
25
|
+
kNSCCryptoHashSHA256,
|
|
26
|
+
kNSCCryptoHashSHA384,
|
|
27
|
+
kNSCCryptoHashSHA512
|
|
28
|
+
} NSCCryptoHash;
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
typedef enum : NSUInteger {
|
|
32
|
+
kNSCCryptoDecrypt,
|
|
33
|
+
kNSCCryptoEncrypt,
|
|
34
|
+
kNSCCryptoSign,
|
|
35
|
+
kNSCCryptoVerify,
|
|
36
|
+
kNSCCryptoDeriveKey,
|
|
37
|
+
kNSCCryptoDeriveBits,
|
|
38
|
+
kNSCCryptoWrapKey,
|
|
39
|
+
kNSCCryptoUnwrapKey,
|
|
40
|
+
} NSCCryptoKeyUsages;
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
@interface NSCCryptoKeyPair : NSObject
|
|
45
|
+
@property (nonatomic, readonly, nonnull) SecKeyRef privateKey;
|
|
46
|
+
@property (nonatomic, readonly, nonnull) SecKeyRef publicKey;
|
|
47
|
+
-(nonnull id)initWithPrivateKey:(nonnull SecKeyRef)privKey andPublicKey:(nonnull SecKeyRef)pubKey;
|
|
48
|
+
@end
|
|
49
|
+
|
|
50
|
+
typedef void (^DigestCompletionHandler)(NSData * _Nullable result,NSError * _Nullable error);
|
|
51
|
+
typedef void (^GenerateKeyCompletionHandler)(NSCCryptoKeyPair * _Nullable result,NSError * _Nullable error);
|
|
52
|
+
typedef void (^DecryptCompletionHandler)(NSData * _Nullable result,NSError * _Nullable error);
|
|
53
|
+
typedef void (^EncryptCompletionHandler)(NSData * _Nullable result,NSError * _Nullable error);
|
|
54
|
+
|
|
55
|
+
|
|
56
|
+
@interface NSCCrypto:NSObject
|
|
57
|
+
+ (nonnull NSString*)randomUUID;
|
|
58
|
+
+ (nullable NSString*)getRandomValues:(nonnull NSMutableData*)buffer;
|
|
59
|
+
+ (nullable NSData*)digest:(nonnull NSData*)data mode:(int)mode;
|
|
60
|
+
+ (void)digest:(nonnull NSData*)data mode:(int)mode completion:(DigestCompletionHandler _Nonnull ) completion;
|
|
61
|
+
+ (nullable NSData *)generateKeyHmac:(int)hash length:(int)length;
|
|
62
|
+
+ (nullable NSData *)signHmac:(nonnull NSData*)key hash:(NSCCryptoHash)hash data:(nonnull NSData*)data;
|
|
63
|
+
+ (BOOL)verifyHmac:(nonnull NSData*)key hash:(NSCCryptoHash)hash signature:(nonnull NSData*)signature data:(nonnull NSData*)data;
|
|
64
|
+
|
|
65
|
+
+ (nullable NSCCryptoKeyPair*)generateKeyRsa:(NSCCryptoRsaHashedKeyGenParamsName)name modulusLength:(unsigned int)modulusLength publicExponent:(nullable void*)exponent size:(unsigned int)size hash:(NSCCryptoHash)hash extractable:(BOOL)extractable keyUsages:(nonnull NSArray*) usages;
|
|
66
|
+
|
|
67
|
+
+ (void)generateKeyRsa:(NSCCryptoRsaHashedKeyGenParamsName)name modulusLength:(unsigned int)modulusLength publicExponent:(nullable void*)exponent size:(unsigned int)size hash:(NSCCryptoHash)hash extractable:(BOOL)extractable keyUsages:(nonnull NSArray*) usages completion:(GenerateKeyCompletionHandler _Nonnull ) completion;
|
|
68
|
+
|
|
69
|
+
|
|
70
|
+
|
|
71
|
+
+ (nullable NSData *)encryptRsa:(BOOL)isPrivate key:(nonnull NSCCryptoKeyPair *)key hash:(NSCCryptoHash)hash data:(nonnull NSData*)data;
|
|
72
|
+
|
|
73
|
+
+ (void)encryptRsa:(BOOL)isPrivate key:(nonnull NSCCryptoKeyPair *)key hash:(NSCCryptoHash)hash data:(nonnull NSData*)data completion:(EncryptCompletionHandler _Nonnull ) completion;
|
|
74
|
+
|
|
75
|
+
+ (nullable NSData *)decryptRsa:(BOOL)isPrivate key:(nonnull NSCCryptoKeyPair *)key hash:(NSCCryptoHash)hash data:(nonnull NSData*)data;
|
|
76
|
+
|
|
77
|
+
+ (void)decryptRsa:(BOOL)isPrivate key:(nonnull NSCCryptoKeyPair *)key hash:(NSCCryptoHash)hash data:(nonnull NSData*)data completion:(DecryptCompletionHandler _Nonnull ) completion;
|
|
78
|
+
@end
|
|
79
|
+
#endif /* NSCCrypto_h */
|
package/platforms/ios/NSCWinterTC.xcframework/ios-arm64/NSCWinterTC.framework/Headers/NSCWinterTC.h
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
//
|
|
2
|
+
// NSCWinterTC.h
|
|
3
|
+
// NSCWinterTC
|
|
4
|
+
//
|
|
5
|
+
// Created by Osei Fortune and Nathan Walker on 07/09/2024.
|
|
6
|
+
// Copyright © 2024 NativeScript. All rights reserved.
|
|
7
|
+
//
|
|
8
|
+
|
|
9
|
+
#import <UIKit/UIKit.h>
|
|
10
|
+
|
|
11
|
+
//! Project version number for NSCWinterTC.
|
|
12
|
+
FOUNDATION_EXPORT double NSCWinterTCVersionNumber;
|
|
13
|
+
|
|
14
|
+
//! Project version string for NSCWinterTC.
|
|
15
|
+
FOUNDATION_EXPORT const unsigned char NSCWinterTCVersionString[];
|
|
16
|
+
|
|
17
|
+
// In this header, you should import all the public headers of your framework using statements like #import <NSCWinterTC/PublicHeader.h>
|
|
18
|
+
|
|
19
|
+
#import "NSCCrypto.h"
|
|
20
|
+
#import "NSString+WinterTC.h"
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
//
|
|
2
|
+
// NSString+WinterTC.h
|
|
3
|
+
// NSCWinterTC
|
|
4
|
+
//
|
|
5
|
+
// Created by Osei Fortune and Nathan Walker on 07/09/2024.
|
|
6
|
+
// Copyright © 2024 NativeScript. All rights reserved.
|
|
7
|
+
//
|
|
8
|
+
|
|
9
|
+
#import <Foundation/Foundation.h>
|
|
10
|
+
|
|
11
|
+
NS_ASSUME_NONNULL_BEGIN
|
|
12
|
+
|
|
13
|
+
@interface NSString (WinterTC)
|
|
14
|
+
|
|
15
|
+
+ (NSString*)atob:(nonnull NSString*)data;
|
|
16
|
+
|
|
17
|
+
+ (NSString*)btoa:(nonnull NSString*)stringToEncode;
|
|
18
|
+
|
|
19
|
+
@end
|
|
20
|
+
|
|
21
|
+
NS_ASSUME_NONNULL_END
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
3
|
+
<plist version="1.0">
|
|
4
|
+
<dict>
|
|
5
|
+
<key>CFBundleDevelopmentRegion</key>
|
|
6
|
+
<string>English</string>
|
|
7
|
+
<key>CFBundleIdentifier</key>
|
|
8
|
+
<string>com.apple.xcode.dsym.org.nativescript.NSCWinterTC</string>
|
|
9
|
+
<key>CFBundleInfoDictionaryVersion</key>
|
|
10
|
+
<string>6.0</string>
|
|
11
|
+
<key>CFBundlePackageType</key>
|
|
12
|
+
<string>dSYM</string>
|
|
13
|
+
<key>CFBundleSignature</key>
|
|
14
|
+
<string>????</string>
|
|
15
|
+
<key>CFBundleShortVersionString</key>
|
|
16
|
+
<string>1.0</string>
|
|
17
|
+
<key>CFBundleVersion</key>
|
|
18
|
+
<string>1</string>
|
|
19
|
+
</dict>
|
|
20
|
+
</plist>
|
|
Binary file
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
---
|
|
2
|
+
triple: 'arm64-apple-darwin'
|
|
3
|
+
binary-path: '/Users/nstudio/Documents/github/NativeScript/NativeScript/packages/winter-tc/ios/NSCWinterTC/build/Release-iphoneos/NSCWinterTC.framework/NSCWinterTC'
|
|
4
|
+
relocations:
|
|
5
|
+
- { offset: 0x328AD, size: 0x8, addend: 0x0, symName: _NSCWinterTCVersionString, symObjAddr: 0x0, symBinAddr: 0x5B80, symSize: 0x0 }
|
|
6
|
+
- { offset: 0x328E1, size: 0x8, addend: 0x0, symName: _NSCWinterTCVersionNumber, symObjAddr: 0x30, symBinAddr: 0x5BB0, symSize: 0x0 }
|
|
7
|
+
- { offset: 0x3291D, size: 0x8, addend: 0x0, symName: '+[NSString(WinterTC) atob:]', symObjAddr: 0x0, symBinAddr: 0x4000, symSize: 0x74 }
|
|
8
|
+
- { offset: 0x3292A, size: 0x8, addend: 0x0, symName: '+[NSString(WinterTC) atob:]', symObjAddr: 0x0, symBinAddr: 0x4000, symSize: 0x74 }
|
|
9
|
+
- { offset: 0x32978, size: 0x8, addend: 0x0, symName: '+[NSString(WinterTC) btoa:]', symObjAddr: 0x74, symBinAddr: 0x4074, symSize: 0x50 }
|
|
10
|
+
- { offset: 0x32A29, size: 0x8, addend: 0x0, symName: '-[NSCCryptoKeyPair dealloc]', symObjAddr: 0x0, symBinAddr: 0x40C4, symSize: 0x58 }
|
|
11
|
+
- { offset: 0x32B3E, size: 0x8, addend: 0x0, symName: '-[NSCCryptoKeyPair dealloc]', symObjAddr: 0x0, symBinAddr: 0x40C4, symSize: 0x58 }
|
|
12
|
+
- { offset: 0x32B9C, size: 0x8, addend: 0x0, symName: '-[NSCCryptoKeyPair initWithPrivateKey:andPublicKey:]', symObjAddr: 0x58, symBinAddr: 0x411C, symSize: 0x70 }
|
|
13
|
+
- { offset: 0x32C30, size: 0x8, addend: 0x0, symName: '-[NSCCryptoKeyPair privateKey]', symObjAddr: 0xC8, symBinAddr: 0x418C, symSize: 0x8 }
|
|
14
|
+
- { offset: 0x32C65, size: 0x8, addend: 0x0, symName: '-[NSCCryptoKeyPair publicKey]', symObjAddr: 0xD0, symBinAddr: 0x4194, symSize: 0x8 }
|
|
15
|
+
- { offset: 0x32C99, size: 0x8, addend: 0x0, symName: '+[NSCCrypto randomUUID]', symObjAddr: 0xD8, symBinAddr: 0x419C, symSize: 0x6C }
|
|
16
|
+
- { offset: 0x32CC9, size: 0x8, addend: 0x0, symName: '+[NSCCrypto getRandomValues:]', symObjAddr: 0x144, symBinAddr: 0x4208, symSize: 0x80 }
|
|
17
|
+
- { offset: 0x32D66, size: 0x8, addend: 0x0, symName: '+[NSCCrypto digest:mode:]', symObjAddr: 0x1C4, symBinAddr: 0x4288, symSize: 0x1E4 }
|
|
18
|
+
- { offset: 0x32F10, size: 0x8, addend: 0x0, symName: '+[NSCCrypto digest:mode:completion:]', symObjAddr: 0x3A8, symBinAddr: 0x446C, symSize: 0xE0 }
|
|
19
|
+
- { offset: 0x32FDA, size: 0x8, addend: 0x0, symName: '___36+[NSCCrypto digest:mode:completion:]_block_invoke', symObjAddr: 0x488, symBinAddr: 0x454C, symSize: 0xB0 }
|
|
20
|
+
- { offset: 0x33066, size: 0x8, addend: 0x0, symName: '___36+[NSCCrypto digest:mode:completion:]_block_invoke_2', symObjAddr: 0x538, symBinAddr: 0x45FC, symSize: 0x14 }
|
|
21
|
+
- { offset: 0x330C2, size: 0x8, addend: 0x0, symName: ___copy_helper_block_e8_32s40b, symObjAddr: 0x54C, symBinAddr: 0x4610, symSize: 0x34 }
|
|
22
|
+
- { offset: 0x330EB, size: 0x8, addend: 0x0, symName: ___destroy_helper_block_e8_32s40s, symObjAddr: 0x580, symBinAddr: 0x4644, symSize: 0x28 }
|
|
23
|
+
- { offset: 0x33109, size: 0x8, addend: 0x0, symName: '+[NSCCrypto generateKeyHmac:length:]', symObjAddr: 0x5A8, symBinAddr: 0x466C, symSize: 0x230 }
|
|
24
|
+
- { offset: 0x332AB, size: 0x8, addend: 0x0, symName: '+[NSCCrypto verifyHmac:hash:signature:data:]', symObjAddr: 0x7D8, symBinAddr: 0x489C, symSize: 0xBC }
|
|
25
|
+
- { offset: 0x33317, size: 0x8, addend: 0x0, symName: '+[NSCCrypto signHmac:hash:data:]', symObjAddr: 0x894, symBinAddr: 0x4958, symSize: 0x110 }
|
|
26
|
+
- { offset: 0x333DC, size: 0x8, addend: 0x0, symName: '+[NSCCrypto generateKeyRsa:modulusLength:publicExponent:size:hash:extractable:keyUsages:]', symObjAddr: 0x9A4, symBinAddr: 0x4A68, symSize: 0x2D8 }
|
|
27
|
+
- { offset: 0x33728, size: 0x8, addend: 0x0, symName: '+[NSCCrypto generateKeyRsa:modulusLength:publicExponent:size:hash:extractable:keyUsages:completion:]', symObjAddr: 0xC7C, symBinAddr: 0x4D40, symSize: 0x114 }
|
|
28
|
+
- { offset: 0x33812, size: 0x8, addend: 0x0, symName: '___100+[NSCCrypto generateKeyRsa:modulusLength:publicExponent:size:hash:extractable:keyUsages:completion:]_block_invoke', symObjAddr: 0xD90, symBinAddr: 0x4E54, symSize: 0xC0 }
|
|
29
|
+
- { offset: 0x338FD, size: 0x8, addend: 0x0, symName: '___100+[NSCCrypto generateKeyRsa:modulusLength:publicExponent:size:hash:extractable:keyUsages:completion:]_block_invoke_2', symObjAddr: 0xE50, symBinAddr: 0x4F14, symSize: 0x14 }
|
|
30
|
+
- { offset: 0x3395F, size: 0x8, addend: 0x0, symName: '+[NSCCrypto encryptRsa:key:hash:data:]', symObjAddr: 0xE64, symBinAddr: 0x4F28, symSize: 0x158 }
|
|
31
|
+
- { offset: 0x33B50, size: 0x8, addend: 0x0, symName: '+[NSCCrypto encryptRsa:key:hash:data:completion:]', symObjAddr: 0xFBC, symBinAddr: 0x5080, symSize: 0x11C }
|
|
32
|
+
- { offset: 0x33C07, size: 0x8, addend: 0x0, symName: '___49+[NSCCrypto encryptRsa:key:hash:data:completion:]_block_invoke', symObjAddr: 0x10D8, symBinAddr: 0x519C, symSize: 0xB4 }
|
|
33
|
+
- { offset: 0x33CBF, size: 0x8, addend: 0x0, symName: '___49+[NSCCrypto encryptRsa:key:hash:data:completion:]_block_invoke_2', symObjAddr: 0x118C, symBinAddr: 0x5250, symSize: 0x14 }
|
|
34
|
+
- { offset: 0x33D21, size: 0x8, addend: 0x0, symName: ___copy_helper_block_e8_32s40s48b, symObjAddr: 0x11A0, symBinAddr: 0x5264, symSize: 0x3C }
|
|
35
|
+
- { offset: 0x33D4A, size: 0x8, addend: 0x0, symName: ___destroy_helper_block_e8_32s40s48s, symObjAddr: 0x11DC, symBinAddr: 0x52A0, symSize: 0x30 }
|
|
36
|
+
- { offset: 0x33D69, size: 0x8, addend: 0x0, symName: '+[NSCCrypto decryptRsa:key:hash:data:]', symObjAddr: 0x120C, symBinAddr: 0x52D0, symSize: 0x158 }
|
|
37
|
+
- { offset: 0x33F41, size: 0x8, addend: 0x0, symName: '+[NSCCrypto decryptRsa:key:hash:data:completion:]', symObjAddr: 0x1364, symBinAddr: 0x5428, symSize: 0x11C }
|
|
38
|
+
- { offset: 0x33FF8, size: 0x8, addend: 0x0, symName: '___49+[NSCCrypto decryptRsa:key:hash:data:completion:]_block_invoke', symObjAddr: 0x1480, symBinAddr: 0x5544, symSize: 0xB4 }
|
|
39
|
+
- { offset: 0x340B0, size: 0x8, addend: 0x0, symName: '___49+[NSCCrypto decryptRsa:key:hash:data:completion:]_block_invoke_2', symObjAddr: 0x1534, symBinAddr: 0x55F8, symSize: 0x14 }
|
|
40
|
+
...
|