@dynatrace/react-native-plugin 2.279.4 → 2.283.1
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/README.md +16 -7
- package/android/build.gradle +40 -6
- package/android/src/main/java/com/dynatrace/android/agent/{DynatraceRNBridge.java → DynatraceRNBridgeImpl.java} +15 -45
- package/android/src/main/java/com/dynatrace/android/agent/DynatraceReactPackage.java +31 -13
- package/android/src/new/java/com/dynatrace/android/agent/DynatraceRNBridge.java +187 -0
- package/android/src/old/java/com/dynatrace/android/agent/DynatraceRNBridge.java +189 -0
- package/files/plugin.gradle +1 -1
- package/ios/DynatraceRNBridge.h +9 -1
- package/ios/DynatraceRNBridge.m +15 -0
- package/ios/lib/Dynatrace.xcframework/Info.plist +16 -8
- package/ios/lib/Dynatrace.xcframework/_CodeSignature/CodeDirectory +0 -0
- package/ios/lib/Dynatrace.xcframework/_CodeSignature/CodeRequirements +0 -0
- package/ios/lib/Dynatrace.xcframework/_CodeSignature/CodeRequirements-1 +0 -0
- package/ios/lib/Dynatrace.xcframework/_CodeSignature/CodeResources +1058 -0
- package/ios/lib/Dynatrace.xcframework/_CodeSignature/CodeSignature +0 -0
- package/ios/lib/Dynatrace.xcframework/ios-arm64/Dynatrace.framework/Dynatrace +0 -0
- package/ios/lib/Dynatrace.xcframework/ios-arm64/Dynatrace.framework/Headers/Dynatrace-Swift.h +106 -59
- package/ios/lib/Dynatrace.xcframework/ios-arm64/Dynatrace.framework/Headers/Dynatrace.h +1 -1
- package/ios/lib/Dynatrace.xcframework/ios-arm64/Dynatrace.framework/Info.plist +0 -0
- package/ios/lib/Dynatrace.xcframework/ios-arm64/Dynatrace.framework/Modules/Dynatrace.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo +0 -0
- package/ios/lib/Dynatrace.xcframework/ios-arm64/Dynatrace.framework/Modules/Dynatrace.swiftmodule/arm64-apple-ios.abi.json +1 -1
- package/ios/lib/Dynatrace.xcframework/ios-arm64/Dynatrace.framework/Modules/Dynatrace.swiftmodule/arm64-apple-ios.private.swiftinterface +3 -2
- package/ios/lib/Dynatrace.xcframework/ios-arm64/Dynatrace.framework/Modules/Dynatrace.swiftmodule/arm64-apple-ios.swiftdoc +0 -0
- package/ios/lib/Dynatrace.xcframework/ios-arm64/Dynatrace.framework/Modules/Dynatrace.swiftmodule/arm64-apple-ios.swiftinterface +3 -2
- package/ios/lib/Dynatrace.xcframework/ios-arm64/Dynatrace.framework/PrivacyInfo.xcprivacy +100 -0
- package/ios/lib/Dynatrace.xcframework/ios-arm64_x86_64-simulator/Dynatrace.framework/Dynatrace +0 -0
- package/ios/lib/Dynatrace.xcframework/ios-arm64_x86_64-simulator/Dynatrace.framework/Headers/Dynatrace-Swift.h +212 -118
- package/ios/lib/Dynatrace.xcframework/ios-arm64_x86_64-simulator/Dynatrace.framework/Headers/Dynatrace.h +1 -1
- package/ios/lib/Dynatrace.xcframework/ios-arm64_x86_64-simulator/Dynatrace.framework/Info.plist +0 -0
- package/ios/lib/Dynatrace.xcframework/ios-arm64_x86_64-simulator/Dynatrace.framework/Modules/Dynatrace.swiftmodule/Project/arm64-apple-ios-simulator.swiftsourceinfo +0 -0
- package/ios/lib/Dynatrace.xcframework/ios-arm64_x86_64-simulator/Dynatrace.framework/Modules/Dynatrace.swiftmodule/Project/x86_64-apple-ios-simulator.swiftsourceinfo +0 -0
- package/ios/lib/Dynatrace.xcframework/ios-arm64_x86_64-simulator/Dynatrace.framework/Modules/Dynatrace.swiftmodule/arm64-apple-ios-simulator.abi.json +1 -1
- package/ios/lib/Dynatrace.xcframework/ios-arm64_x86_64-simulator/Dynatrace.framework/Modules/Dynatrace.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +3 -2
- package/ios/lib/Dynatrace.xcframework/ios-arm64_x86_64-simulator/Dynatrace.framework/Modules/Dynatrace.swiftmodule/arm64-apple-ios-simulator.swiftdoc +0 -0
- package/ios/lib/Dynatrace.xcframework/ios-arm64_x86_64-simulator/Dynatrace.framework/Modules/Dynatrace.swiftmodule/arm64-apple-ios-simulator.swiftinterface +3 -2
- package/ios/lib/Dynatrace.xcframework/ios-arm64_x86_64-simulator/Dynatrace.framework/Modules/Dynatrace.swiftmodule/x86_64-apple-ios-simulator.abi.json +1 -1
- package/ios/lib/Dynatrace.xcframework/ios-arm64_x86_64-simulator/Dynatrace.framework/Modules/Dynatrace.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +3 -2
- package/ios/lib/Dynatrace.xcframework/ios-arm64_x86_64-simulator/Dynatrace.framework/Modules/Dynatrace.swiftmodule/x86_64-apple-ios-simulator.swiftdoc +0 -0
- package/ios/lib/Dynatrace.xcframework/ios-arm64_x86_64-simulator/Dynatrace.framework/Modules/Dynatrace.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +3 -2
- package/ios/lib/Dynatrace.xcframework/ios-arm64_x86_64-simulator/Dynatrace.framework/PrivacyInfo.xcprivacy +100 -0
- package/ios/lib/Dynatrace.xcframework/ios-arm64_x86_64-simulator/Dynatrace.framework/_CodeSignature/CodeResources +40 -29
- package/ios/lib/Dynatrace.xcframework/tvos-arm64/Dynatrace.framework/Dynatrace +0 -0
- package/ios/lib/Dynatrace.xcframework/tvos-arm64/Dynatrace.framework/Headers/Dynatrace-Swift.h +106 -59
- package/ios/lib/Dynatrace.xcframework/tvos-arm64/Dynatrace.framework/Headers/Dynatrace.h +1 -1
- package/ios/lib/Dynatrace.xcframework/tvos-arm64/Dynatrace.framework/Info.plist +0 -0
- package/ios/lib/Dynatrace.xcframework/tvos-arm64/Dynatrace.framework/Modules/Dynatrace.swiftmodule/Project/arm64-apple-tvos.swiftsourceinfo +0 -0
- package/ios/lib/Dynatrace.xcframework/tvos-arm64/Dynatrace.framework/Modules/Dynatrace.swiftmodule/arm64-apple-tvos.private.swiftinterface +3 -2
- package/ios/lib/Dynatrace.xcframework/tvos-arm64/Dynatrace.framework/Modules/Dynatrace.swiftmodule/arm64-apple-tvos.swiftdoc +0 -0
- package/ios/lib/Dynatrace.xcframework/tvos-arm64/Dynatrace.framework/Modules/Dynatrace.swiftmodule/arm64-apple-tvos.swiftinterface +3 -2
- package/ios/lib/Dynatrace.xcframework/tvos-arm64/Dynatrace.framework/PrivacyInfo.xcprivacy +100 -0
- package/ios/lib/Dynatrace.xcframework/tvos-arm64_x86_64-simulator/Dynatrace.framework/Dynatrace +0 -0
- package/ios/lib/Dynatrace.xcframework/tvos-arm64_x86_64-simulator/Dynatrace.framework/Headers/Dynatrace-Swift.h +212 -118
- package/ios/lib/Dynatrace.xcframework/tvos-arm64_x86_64-simulator/Dynatrace.framework/Headers/Dynatrace.h +1 -1
- package/ios/lib/Dynatrace.xcframework/tvos-arm64_x86_64-simulator/Dynatrace.framework/Info.plist +0 -0
- package/ios/lib/Dynatrace.xcframework/tvos-arm64_x86_64-simulator/Dynatrace.framework/Modules/Dynatrace.swiftmodule/Project/arm64-apple-tvos-simulator.swiftsourceinfo +0 -0
- package/ios/lib/Dynatrace.xcframework/tvos-arm64_x86_64-simulator/Dynatrace.framework/Modules/Dynatrace.swiftmodule/Project/x86_64-apple-tvos-simulator.swiftsourceinfo +0 -0
- package/ios/lib/Dynatrace.xcframework/tvos-arm64_x86_64-simulator/Dynatrace.framework/Modules/Dynatrace.swiftmodule/arm64-apple-tvos-simulator.private.swiftinterface +3 -2
- package/ios/lib/Dynatrace.xcframework/tvos-arm64_x86_64-simulator/Dynatrace.framework/Modules/Dynatrace.swiftmodule/arm64-apple-tvos-simulator.swiftdoc +0 -0
- package/ios/lib/Dynatrace.xcframework/tvos-arm64_x86_64-simulator/Dynatrace.framework/Modules/Dynatrace.swiftmodule/arm64-apple-tvos-simulator.swiftinterface +3 -2
- package/ios/lib/Dynatrace.xcframework/tvos-arm64_x86_64-simulator/Dynatrace.framework/Modules/Dynatrace.swiftmodule/x86_64-apple-tvos-simulator.private.swiftinterface +3 -2
- package/ios/lib/Dynatrace.xcframework/tvos-arm64_x86_64-simulator/Dynatrace.framework/Modules/Dynatrace.swiftmodule/x86_64-apple-tvos-simulator.swiftdoc +0 -0
- package/ios/lib/Dynatrace.xcframework/tvos-arm64_x86_64-simulator/Dynatrace.framework/Modules/Dynatrace.swiftmodule/x86_64-apple-tvos-simulator.swiftinterface +3 -2
- package/ios/lib/Dynatrace.xcframework/tvos-arm64_x86_64-simulator/Dynatrace.framework/PrivacyInfo.xcprivacy +100 -0
- package/ios/lib/Dynatrace.xcframework/tvos-arm64_x86_64-simulator/Dynatrace.framework/_CodeSignature/CodeResources +36 -25
- package/lib/instrumentor/DynatraceInstrumentation.js +1 -1
- package/lib/instrumentor/base/Dynatrace.js +23 -23
- package/lib/instrumentor/base/DynatraceAction.js +7 -7
- package/lib/instrumentor/base/DynatraceBridge.js +4 -1
- package/lib/instrumentor/base/DynatraceInternal.js +2 -2
- package/lib/instrumentor/base/DynatraceRootAction.js +1 -1
- package/lib/instrumentor/base/ElementHelper.js +6 -3
- package/lib/instrumentor/base/Picker.js +40 -31
- package/lib/instrumentor/base/RefreshControl.js +29 -17
- package/lib/instrumentor/base/Switch.js +57 -0
- package/lib/instrumentor/base/Touchable.js +12 -12
- package/lib/instrumentor/base/interface/IDynatraceProperties.js +7 -0
- package/lib/instrumentor/base/interface/NativeDynatraceBridge.js +4 -0
- package/lib/instrumentor/base/model/DataCollectionLevel.js +21 -5
- package/lib/instrumentor/base/model/Platform.js +5 -2
- package/lib/instrumentor/model/Types.js +1 -0
- package/lib/react-native/Switch.InstrInfo.js +12 -0
- package/lib/react-native/Switch.js +15 -0
- package/lib/react-native/index.js +3 -1
- package/lib/react-native.js +2 -0
- package/package.json +175 -1
- package/react-native-dynatrace.podspec +25 -0
- package/src/lib/instrumentor/base/interface/NativeDynatraceBridge.ts +90 -0
- package/lib/instrumentor/base/interface/IDynatraceBridge.js +0 -2
|
@@ -0,0 +1,100 @@
|
|
|
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>NSPrivacyCollectedDataTypes</key>
|
|
6
|
+
<array>
|
|
7
|
+
<dict>
|
|
8
|
+
<key>NSPrivacyCollectedDataType</key>
|
|
9
|
+
<string>NSPrivacyCollectedDataTypeOtherDiagnosticData</string>
|
|
10
|
+
<key>NSPrivacyCollectedDataTypeLinked</key>
|
|
11
|
+
<true/>
|
|
12
|
+
<key>NSPrivacyCollectedDataTypeTracking</key>
|
|
13
|
+
<false/>
|
|
14
|
+
<key>NSPrivacyCollectedDataTypePurposes</key>
|
|
15
|
+
<array>
|
|
16
|
+
<string>NSPrivacyCollectedDataTypePurposeAppFunctionality</string>
|
|
17
|
+
</array>
|
|
18
|
+
</dict>
|
|
19
|
+
<dict>
|
|
20
|
+
<key>NSPrivacyCollectedDataType</key>
|
|
21
|
+
<string>NSPrivacyCollectedDataTypePerformanceData</string>
|
|
22
|
+
<key>NSPrivacyCollectedDataTypeLinked</key>
|
|
23
|
+
<true/>
|
|
24
|
+
<key>NSPrivacyCollectedDataTypeTracking</key>
|
|
25
|
+
<false/>
|
|
26
|
+
<key>NSPrivacyCollectedDataTypePurposes</key>
|
|
27
|
+
<array>
|
|
28
|
+
<string>NSPrivacyCollectedDataTypePurposeAppFunctionality</string>
|
|
29
|
+
</array>
|
|
30
|
+
</dict>
|
|
31
|
+
<dict>
|
|
32
|
+
<key>NSPrivacyCollectedDataType</key>
|
|
33
|
+
<string>NSPrivacyCollectedDataTypeCrashData</string>
|
|
34
|
+
<key>NSPrivacyCollectedDataTypeLinked</key>
|
|
35
|
+
<true/>
|
|
36
|
+
<key>NSPrivacyCollectedDataTypeTracking</key>
|
|
37
|
+
<false/>
|
|
38
|
+
<key>NSPrivacyCollectedDataTypePurposes</key>
|
|
39
|
+
<array>
|
|
40
|
+
<string>NSPrivacyCollectedDataTypePurposeAppFunctionality</string>
|
|
41
|
+
</array>
|
|
42
|
+
</dict>
|
|
43
|
+
<dict>
|
|
44
|
+
<key>NSPrivacyCollectedDataType</key>
|
|
45
|
+
<string>NSPrivacyCollectedDataTypeProductInteraction</string>
|
|
46
|
+
<key>NSPrivacyCollectedDataTypeLinked</key>
|
|
47
|
+
<true/>
|
|
48
|
+
<key>NSPrivacyCollectedDataTypeTracking</key>
|
|
49
|
+
<false/>
|
|
50
|
+
<key>NSPrivacyCollectedDataTypePurposes</key>
|
|
51
|
+
<array>
|
|
52
|
+
<string>NSPrivacyCollectedDataTypePurposeAnalytics</string>
|
|
53
|
+
</array>
|
|
54
|
+
</dict>
|
|
55
|
+
<dict>
|
|
56
|
+
<key>NSPrivacyCollectedDataType</key>
|
|
57
|
+
<string>NSPrivacyCollectedDataTypeUserID</string>
|
|
58
|
+
<key>NSPrivacyCollectedDataTypeLinked</key>
|
|
59
|
+
<true/>
|
|
60
|
+
<key>NSPrivacyCollectedDataTypeTracking</key>
|
|
61
|
+
<false/>
|
|
62
|
+
<key>NSPrivacyCollectedDataTypePurposes</key>
|
|
63
|
+
<array>
|
|
64
|
+
<string>NSPrivacyCollectedDataTypePurposeAnalytics</string>
|
|
65
|
+
</array>
|
|
66
|
+
</dict>
|
|
67
|
+
</array>
|
|
68
|
+
<key>NSPrivacyAccessedAPITypes</key>
|
|
69
|
+
<array>
|
|
70
|
+
<dict>
|
|
71
|
+
<key>NSPrivacyAccessedAPITypeReasons</key>
|
|
72
|
+
<array>
|
|
73
|
+
<string>C617.1</string>
|
|
74
|
+
</array>
|
|
75
|
+
<key>NSPrivacyAccessedAPIType</key>
|
|
76
|
+
<string>NSPrivacyAccessedAPICategoryFileTimestamp</string>
|
|
77
|
+
</dict>
|
|
78
|
+
<dict>
|
|
79
|
+
<key>NSPrivacyAccessedAPITypeReasons</key>
|
|
80
|
+
<array>
|
|
81
|
+
<string>35F9.1</string>
|
|
82
|
+
</array>
|
|
83
|
+
<key>NSPrivacyAccessedAPIType</key>
|
|
84
|
+
<string>NSPrivacyAccessedAPICategorySystemBootTime</string>
|
|
85
|
+
</dict>
|
|
86
|
+
<dict>
|
|
87
|
+
<key>NSPrivacyAccessedAPITypeReasons</key>
|
|
88
|
+
<array>
|
|
89
|
+
<string>CA92.1</string>
|
|
90
|
+
</array>
|
|
91
|
+
<key>NSPrivacyAccessedAPIType</key>
|
|
92
|
+
<string>NSPrivacyAccessedAPICategoryUserDefaults</string>
|
|
93
|
+
</dict>
|
|
94
|
+
</array>
|
|
95
|
+
<key>NSPrivacyTrackingDomains</key>
|
|
96
|
+
<array/>
|
|
97
|
+
<key>NSPrivacyTracking</key>
|
|
98
|
+
<false/>
|
|
99
|
+
</dict>
|
|
100
|
+
</plist>
|
|
@@ -6,11 +6,11 @@
|
|
|
6
6
|
<dict>
|
|
7
7
|
<key>Headers/Dynatrace-Swift.h</key>
|
|
8
8
|
<data>
|
|
9
|
-
|
|
9
|
+
ijL/EWT2ZFIyN51CYuYBOw5b1GQ=
|
|
10
10
|
</data>
|
|
11
11
|
<key>Headers/Dynatrace.h</key>
|
|
12
12
|
<data>
|
|
13
|
-
|
|
13
|
+
H4PokMrmFZSpnMQzHhG43MVFWyQ=
|
|
14
14
|
</data>
|
|
15
15
|
<key>Headers/DynatraceSwiftUI.h</key>
|
|
16
16
|
<data>
|
|
@@ -22,60 +22,64 @@
|
|
|
22
22
|
</data>
|
|
23
23
|
<key>Info.plist</key>
|
|
24
24
|
<data>
|
|
25
|
-
|
|
25
|
+
qoxJOIectT+kwuDvayCI3g7YjZo=
|
|
26
26
|
</data>
|
|
27
27
|
<key>Modules/Dynatrace.swiftmodule/Project/arm64-apple-ios-simulator.swiftsourceinfo</key>
|
|
28
28
|
<data>
|
|
29
|
-
|
|
29
|
+
fEfN7xS6f3vv01C7y07XxSX3uwg=
|
|
30
30
|
</data>
|
|
31
31
|
<key>Modules/Dynatrace.swiftmodule/Project/x86_64-apple-ios-simulator.swiftsourceinfo</key>
|
|
32
32
|
<data>
|
|
33
|
-
|
|
33
|
+
gcijWoKwrrSpCANvoO69nOdTbyI=
|
|
34
34
|
</data>
|
|
35
35
|
<key>Modules/Dynatrace.swiftmodule/arm64-apple-ios-simulator.abi.json</key>
|
|
36
36
|
<data>
|
|
37
|
-
|
|
37
|
+
+/Otm9MFlSODJ8Pyso/puX8G9VE=
|
|
38
38
|
</data>
|
|
39
39
|
<key>Modules/Dynatrace.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface</key>
|
|
40
40
|
<data>
|
|
41
|
-
|
|
41
|
+
AOB1cCp5G7XLw+OZTEtFWr0FpA8=
|
|
42
42
|
</data>
|
|
43
43
|
<key>Modules/Dynatrace.swiftmodule/arm64-apple-ios-simulator.swiftdoc</key>
|
|
44
44
|
<data>
|
|
45
|
-
|
|
45
|
+
Ypi1SjwCG515zLBnaIqXurCapAg=
|
|
46
46
|
</data>
|
|
47
47
|
<key>Modules/Dynatrace.swiftmodule/arm64-apple-ios-simulator.swiftinterface</key>
|
|
48
48
|
<data>
|
|
49
|
-
|
|
49
|
+
AOB1cCp5G7XLw+OZTEtFWr0FpA8=
|
|
50
50
|
</data>
|
|
51
51
|
<key>Modules/Dynatrace.swiftmodule/arm64-apple-ios-simulator.swiftmodule</key>
|
|
52
52
|
<data>
|
|
53
|
-
|
|
53
|
+
YKHmQ5LyVHdCPm1CWie36z8HXfE=
|
|
54
54
|
</data>
|
|
55
55
|
<key>Modules/Dynatrace.swiftmodule/x86_64-apple-ios-simulator.abi.json</key>
|
|
56
56
|
<data>
|
|
57
|
-
|
|
57
|
+
+/Otm9MFlSODJ8Pyso/puX8G9VE=
|
|
58
58
|
</data>
|
|
59
59
|
<key>Modules/Dynatrace.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface</key>
|
|
60
60
|
<data>
|
|
61
|
-
|
|
61
|
+
rRYimQ4OFy+30+vvuE/A9qsayNo=
|
|
62
62
|
</data>
|
|
63
63
|
<key>Modules/Dynatrace.swiftmodule/x86_64-apple-ios-simulator.swiftdoc</key>
|
|
64
64
|
<data>
|
|
65
|
-
|
|
65
|
+
SyAKVf/qsvZR/q+OhGLWyeSikBo=
|
|
66
66
|
</data>
|
|
67
67
|
<key>Modules/Dynatrace.swiftmodule/x86_64-apple-ios-simulator.swiftinterface</key>
|
|
68
68
|
<data>
|
|
69
|
-
|
|
69
|
+
rRYimQ4OFy+30+vvuE/A9qsayNo=
|
|
70
70
|
</data>
|
|
71
71
|
<key>Modules/Dynatrace.swiftmodule/x86_64-apple-ios-simulator.swiftmodule</key>
|
|
72
72
|
<data>
|
|
73
|
-
|
|
73
|
+
ECWfVigf2veI2OXsUu0l6+arhw0=
|
|
74
74
|
</data>
|
|
75
75
|
<key>Modules/module.modulemap</key>
|
|
76
76
|
<data>
|
|
77
77
|
hgjoPHAbOBNGBZxNLl7UF+UL/0I=
|
|
78
78
|
</data>
|
|
79
|
+
<key>PrivacyInfo.xcprivacy</key>
|
|
80
|
+
<data>
|
|
81
|
+
Ed9+uiufIHjN5Og2YyN/1BKoLGY=
|
|
82
|
+
</data>
|
|
79
83
|
</dict>
|
|
80
84
|
<key>files2</key>
|
|
81
85
|
<dict>
|
|
@@ -83,14 +87,14 @@
|
|
|
83
87
|
<dict>
|
|
84
88
|
<key>hash2</key>
|
|
85
89
|
<data>
|
|
86
|
-
|
|
90
|
+
5+mmCbCDHjdTkKQRb08Zd/PqAKuVSqocCa0pY8bhOAc=
|
|
87
91
|
</data>
|
|
88
92
|
</dict>
|
|
89
93
|
<key>Headers/Dynatrace.h</key>
|
|
90
94
|
<dict>
|
|
91
95
|
<key>hash2</key>
|
|
92
96
|
<data>
|
|
93
|
-
|
|
97
|
+
4Ra3OLfYLOK175c1ME2CVoFV5J5xW7wH4U+efni6ucQ=
|
|
94
98
|
</data>
|
|
95
99
|
</dict>
|
|
96
100
|
<key>Headers/DynatraceSwiftUI.h</key>
|
|
@@ -111,84 +115,84 @@
|
|
|
111
115
|
<dict>
|
|
112
116
|
<key>hash2</key>
|
|
113
117
|
<data>
|
|
114
|
-
|
|
118
|
+
e+1TVxplKFtefzZcv4+Qb0a535faX3lpXwhIzX6Q7NM=
|
|
115
119
|
</data>
|
|
116
120
|
</dict>
|
|
117
121
|
<key>Modules/Dynatrace.swiftmodule/Project/x86_64-apple-ios-simulator.swiftsourceinfo</key>
|
|
118
122
|
<dict>
|
|
119
123
|
<key>hash2</key>
|
|
120
124
|
<data>
|
|
121
|
-
+
|
|
125
|
+
ESvCtUa+3yl0JEzqX/ZGpD3azYSx94d/ROhmW7fHHds=
|
|
122
126
|
</data>
|
|
123
127
|
</dict>
|
|
124
128
|
<key>Modules/Dynatrace.swiftmodule/arm64-apple-ios-simulator.abi.json</key>
|
|
125
129
|
<dict>
|
|
126
130
|
<key>hash2</key>
|
|
127
131
|
<data>
|
|
128
|
-
|
|
132
|
+
Wi6LyGc5PIAOK3PNobt9qbXl/49Gy/WvMwOqoeDQKn4=
|
|
129
133
|
</data>
|
|
130
134
|
</dict>
|
|
131
135
|
<key>Modules/Dynatrace.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface</key>
|
|
132
136
|
<dict>
|
|
133
137
|
<key>hash2</key>
|
|
134
138
|
<data>
|
|
135
|
-
|
|
139
|
+
D7unnIAaPUqTbgVlFDI1X+/OWKv724f91AZaCfVMTEI=
|
|
136
140
|
</data>
|
|
137
141
|
</dict>
|
|
138
142
|
<key>Modules/Dynatrace.swiftmodule/arm64-apple-ios-simulator.swiftdoc</key>
|
|
139
143
|
<dict>
|
|
140
144
|
<key>hash2</key>
|
|
141
145
|
<data>
|
|
142
|
-
|
|
146
|
+
sH+tCMwTIYTyXjfSlJYjjyQggvZxxJDTwdUTGWFk9K0=
|
|
143
147
|
</data>
|
|
144
148
|
</dict>
|
|
145
149
|
<key>Modules/Dynatrace.swiftmodule/arm64-apple-ios-simulator.swiftinterface</key>
|
|
146
150
|
<dict>
|
|
147
151
|
<key>hash2</key>
|
|
148
152
|
<data>
|
|
149
|
-
|
|
153
|
+
D7unnIAaPUqTbgVlFDI1X+/OWKv724f91AZaCfVMTEI=
|
|
150
154
|
</data>
|
|
151
155
|
</dict>
|
|
152
156
|
<key>Modules/Dynatrace.swiftmodule/arm64-apple-ios-simulator.swiftmodule</key>
|
|
153
157
|
<dict>
|
|
154
158
|
<key>hash2</key>
|
|
155
159
|
<data>
|
|
156
|
-
|
|
160
|
+
Z8347X/TD0oRusoOSSo5FSP3vakPwGu9GCy4vTevAPI=
|
|
157
161
|
</data>
|
|
158
162
|
</dict>
|
|
159
163
|
<key>Modules/Dynatrace.swiftmodule/x86_64-apple-ios-simulator.abi.json</key>
|
|
160
164
|
<dict>
|
|
161
165
|
<key>hash2</key>
|
|
162
166
|
<data>
|
|
163
|
-
|
|
167
|
+
Wi6LyGc5PIAOK3PNobt9qbXl/49Gy/WvMwOqoeDQKn4=
|
|
164
168
|
</data>
|
|
165
169
|
</dict>
|
|
166
170
|
<key>Modules/Dynatrace.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface</key>
|
|
167
171
|
<dict>
|
|
168
172
|
<key>hash2</key>
|
|
169
173
|
<data>
|
|
170
|
-
|
|
174
|
+
VX54TKADm++pl3s/VHLi3AI3vCw5Nfrk/LwCVmt5lHA=
|
|
171
175
|
</data>
|
|
172
176
|
</dict>
|
|
173
177
|
<key>Modules/Dynatrace.swiftmodule/x86_64-apple-ios-simulator.swiftdoc</key>
|
|
174
178
|
<dict>
|
|
175
179
|
<key>hash2</key>
|
|
176
180
|
<data>
|
|
177
|
-
|
|
181
|
+
KS/Cwhu3djQQFWQ5FmR2jahXfBV8+9xDevTGhIzHlMA=
|
|
178
182
|
</data>
|
|
179
183
|
</dict>
|
|
180
184
|
<key>Modules/Dynatrace.swiftmodule/x86_64-apple-ios-simulator.swiftinterface</key>
|
|
181
185
|
<dict>
|
|
182
186
|
<key>hash2</key>
|
|
183
187
|
<data>
|
|
184
|
-
|
|
188
|
+
VX54TKADm++pl3s/VHLi3AI3vCw5Nfrk/LwCVmt5lHA=
|
|
185
189
|
</data>
|
|
186
190
|
</dict>
|
|
187
191
|
<key>Modules/Dynatrace.swiftmodule/x86_64-apple-ios-simulator.swiftmodule</key>
|
|
188
192
|
<dict>
|
|
189
193
|
<key>hash2</key>
|
|
190
194
|
<data>
|
|
191
|
-
|
|
195
|
+
7frnPMbJwCdP8XnouwoYACzXiABVWRXaONgDpxcTx4I=
|
|
192
196
|
</data>
|
|
193
197
|
</dict>
|
|
194
198
|
<key>Modules/module.modulemap</key>
|
|
@@ -198,6 +202,13 @@
|
|
|
198
202
|
haVecmOINwDjaasBz+WWiDKEeWTzDLM5ohGgauWT0Pg=
|
|
199
203
|
</data>
|
|
200
204
|
</dict>
|
|
205
|
+
<key>PrivacyInfo.xcprivacy</key>
|
|
206
|
+
<dict>
|
|
207
|
+
<key>hash2</key>
|
|
208
|
+
<data>
|
|
209
|
+
9qjCJkcI/Weu/JaiEb9UoI6VxwzmUQzkvn/HK2lKXiQ=
|
|
210
|
+
</data>
|
|
211
|
+
</dict>
|
|
201
212
|
</dict>
|
|
202
213
|
<key>rules</key>
|
|
203
214
|
<dict>
|
|
Binary file
|
package/ios/lib/Dynatrace.xcframework/tvos-arm64/Dynatrace.framework/Headers/Dynatrace-Swift.h
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
#if 0
|
|
2
2
|
#elif defined(__arm64__) && __arm64__
|
|
3
|
-
// Generated by Apple Swift version 5.
|
|
3
|
+
// Generated by Apple Swift version 5.9 (swiftlang-5.9.0.128.108 clang-1500.0.40.1)
|
|
4
4
|
#ifndef DYNATRACE_SWIFT_H
|
|
5
5
|
#define DYNATRACE_SWIFT_H
|
|
6
6
|
#pragma clang diagnostic push
|
|
@@ -23,7 +23,6 @@
|
|
|
23
23
|
# include <swift/objc-prologue.h>
|
|
24
24
|
#endif
|
|
25
25
|
|
|
26
|
-
#pragma clang diagnostic ignored "-Wduplicate-method-match"
|
|
27
26
|
#pragma clang diagnostic ignored "-Wauto-import"
|
|
28
27
|
#if defined(__OBJC__)
|
|
29
28
|
#include <Foundation/Foundation.h>
|
|
@@ -32,10 +31,30 @@
|
|
|
32
31
|
#include <cstdint>
|
|
33
32
|
#include <cstddef>
|
|
34
33
|
#include <cstdbool>
|
|
34
|
+
#include <cstring>
|
|
35
|
+
#include <stdlib.h>
|
|
36
|
+
#include <new>
|
|
37
|
+
#include <type_traits>
|
|
35
38
|
#else
|
|
36
39
|
#include <stdint.h>
|
|
37
40
|
#include <stddef.h>
|
|
38
41
|
#include <stdbool.h>
|
|
42
|
+
#include <string.h>
|
|
43
|
+
#endif
|
|
44
|
+
#if defined(__cplusplus)
|
|
45
|
+
#if defined(__arm64e__) && __has_include(<ptrauth.h>)
|
|
46
|
+
# include <ptrauth.h>
|
|
47
|
+
#else
|
|
48
|
+
#pragma clang diagnostic push
|
|
49
|
+
#pragma clang diagnostic ignored "-Wreserved-macro-identifier"
|
|
50
|
+
# ifndef __ptrauth_swift_value_witness_function_pointer
|
|
51
|
+
# define __ptrauth_swift_value_witness_function_pointer(x)
|
|
52
|
+
# endif
|
|
53
|
+
# ifndef __ptrauth_swift_class_method_pointer
|
|
54
|
+
# define __ptrauth_swift_class_method_pointer(x)
|
|
55
|
+
# endif
|
|
56
|
+
#pragma clang diagnostic pop
|
|
57
|
+
#endif
|
|
39
58
|
#endif
|
|
40
59
|
|
|
41
60
|
#if !defined(SWIFT_TYPEDEFS)
|
|
@@ -71,53 +90,66 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
|
|
|
71
90
|
# if __has_feature(objc_class_property)
|
|
72
91
|
# define SWIFT_CLASS_PROPERTY(...) __VA_ARGS__
|
|
73
92
|
# else
|
|
74
|
-
# define SWIFT_CLASS_PROPERTY(...)
|
|
93
|
+
# define SWIFT_CLASS_PROPERTY(...)
|
|
75
94
|
# endif
|
|
76
95
|
#endif
|
|
77
|
-
|
|
78
|
-
#if __has_attribute(objc_runtime_name)
|
|
79
|
-
#
|
|
80
|
-
#else
|
|
81
|
-
#
|
|
96
|
+
#if !defined(SWIFT_RUNTIME_NAME)
|
|
97
|
+
# if __has_attribute(objc_runtime_name)
|
|
98
|
+
# define SWIFT_RUNTIME_NAME(X) __attribute__((objc_runtime_name(X)))
|
|
99
|
+
# else
|
|
100
|
+
# define SWIFT_RUNTIME_NAME(X)
|
|
101
|
+
# endif
|
|
82
102
|
#endif
|
|
83
|
-
#if
|
|
84
|
-
#
|
|
85
|
-
#
|
|
86
|
-
#
|
|
103
|
+
#if !defined(SWIFT_COMPILE_NAME)
|
|
104
|
+
# if __has_attribute(swift_name)
|
|
105
|
+
# define SWIFT_COMPILE_NAME(X) __attribute__((swift_name(X)))
|
|
106
|
+
# else
|
|
107
|
+
# define SWIFT_COMPILE_NAME(X)
|
|
108
|
+
# endif
|
|
87
109
|
#endif
|
|
88
|
-
#if
|
|
89
|
-
#
|
|
90
|
-
#
|
|
91
|
-
#
|
|
110
|
+
#if !defined(SWIFT_METHOD_FAMILY)
|
|
111
|
+
# if __has_attribute(objc_method_family)
|
|
112
|
+
# define SWIFT_METHOD_FAMILY(X) __attribute__((objc_method_family(X)))
|
|
113
|
+
# else
|
|
114
|
+
# define SWIFT_METHOD_FAMILY(X)
|
|
115
|
+
# endif
|
|
92
116
|
#endif
|
|
93
|
-
#if
|
|
94
|
-
#
|
|
95
|
-
#
|
|
96
|
-
#
|
|
117
|
+
#if !defined(SWIFT_NOESCAPE)
|
|
118
|
+
# if __has_attribute(noescape)
|
|
119
|
+
# define SWIFT_NOESCAPE __attribute__((noescape))
|
|
120
|
+
# else
|
|
121
|
+
# define SWIFT_NOESCAPE
|
|
122
|
+
# endif
|
|
97
123
|
#endif
|
|
98
|
-
#if
|
|
99
|
-
#
|
|
100
|
-
#
|
|
101
|
-
#
|
|
124
|
+
#if !defined(SWIFT_RELEASES_ARGUMENT)
|
|
125
|
+
# if __has_attribute(ns_consumed)
|
|
126
|
+
# define SWIFT_RELEASES_ARGUMENT __attribute__((ns_consumed))
|
|
127
|
+
# else
|
|
128
|
+
# define SWIFT_RELEASES_ARGUMENT
|
|
129
|
+
# endif
|
|
102
130
|
#endif
|
|
103
|
-
#if
|
|
104
|
-
#
|
|
105
|
-
#
|
|
106
|
-
#
|
|
131
|
+
#if !defined(SWIFT_WARN_UNUSED_RESULT)
|
|
132
|
+
# if __has_attribute(warn_unused_result)
|
|
133
|
+
# define SWIFT_WARN_UNUSED_RESULT __attribute__((warn_unused_result))
|
|
134
|
+
# else
|
|
135
|
+
# define SWIFT_WARN_UNUSED_RESULT
|
|
136
|
+
# endif
|
|
107
137
|
#endif
|
|
108
|
-
#if
|
|
109
|
-
#
|
|
110
|
-
#
|
|
111
|
-
#
|
|
138
|
+
#if !defined(SWIFT_NORETURN)
|
|
139
|
+
# if __has_attribute(noreturn)
|
|
140
|
+
# define SWIFT_NORETURN __attribute__((noreturn))
|
|
141
|
+
# else
|
|
142
|
+
# define SWIFT_NORETURN
|
|
143
|
+
# endif
|
|
112
144
|
#endif
|
|
113
145
|
#if !defined(SWIFT_CLASS_EXTRA)
|
|
114
|
-
# define SWIFT_CLASS_EXTRA
|
|
146
|
+
# define SWIFT_CLASS_EXTRA
|
|
115
147
|
#endif
|
|
116
148
|
#if !defined(SWIFT_PROTOCOL_EXTRA)
|
|
117
|
-
# define SWIFT_PROTOCOL_EXTRA
|
|
149
|
+
# define SWIFT_PROTOCOL_EXTRA
|
|
118
150
|
#endif
|
|
119
151
|
#if !defined(SWIFT_ENUM_EXTRA)
|
|
120
|
-
# define SWIFT_ENUM_EXTRA
|
|
152
|
+
# define SWIFT_ENUM_EXTRA
|
|
121
153
|
#endif
|
|
122
154
|
#if !defined(SWIFT_CLASS)
|
|
123
155
|
# if __has_attribute(objc_subclassing_restricted)
|
|
@@ -137,28 +169,25 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
|
|
|
137
169
|
# define SWIFT_RESILIENT_CLASS_NAMED(SWIFT_NAME) SWIFT_CLASS_NAMED(SWIFT_NAME)
|
|
138
170
|
# endif
|
|
139
171
|
#endif
|
|
140
|
-
|
|
141
172
|
#if !defined(SWIFT_PROTOCOL)
|
|
142
173
|
# define SWIFT_PROTOCOL(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA
|
|
143
174
|
# define SWIFT_PROTOCOL_NAMED(SWIFT_NAME) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA
|
|
144
175
|
#endif
|
|
145
|
-
|
|
146
176
|
#if !defined(SWIFT_EXTENSION)
|
|
147
177
|
# define SWIFT_EXTENSION(M) SWIFT_PASTE(M##_Swift_, __LINE__)
|
|
148
178
|
#endif
|
|
149
|
-
|
|
150
179
|
#if !defined(OBJC_DESIGNATED_INITIALIZER)
|
|
151
180
|
# if __has_attribute(objc_designated_initializer)
|
|
152
181
|
# define OBJC_DESIGNATED_INITIALIZER __attribute__((objc_designated_initializer))
|
|
153
182
|
# else
|
|
154
|
-
# define OBJC_DESIGNATED_INITIALIZER
|
|
183
|
+
# define OBJC_DESIGNATED_INITIALIZER
|
|
155
184
|
# endif
|
|
156
185
|
#endif
|
|
157
186
|
#if !defined(SWIFT_ENUM_ATTR)
|
|
158
|
-
# if
|
|
187
|
+
# if __has_attribute(enum_extensibility)
|
|
159
188
|
# define SWIFT_ENUM_ATTR(_extensibility) __attribute__((enum_extensibility(_extensibility)))
|
|
160
189
|
# else
|
|
161
|
-
# define SWIFT_ENUM_ATTR(_extensibility)
|
|
190
|
+
# define SWIFT_ENUM_ATTR(_extensibility)
|
|
162
191
|
# endif
|
|
163
192
|
#endif
|
|
164
193
|
#if !defined(SWIFT_ENUM)
|
|
@@ -187,14 +216,16 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
|
|
|
187
216
|
#if !defined(SWIFT_DEPRECATED_MSG)
|
|
188
217
|
# define SWIFT_DEPRECATED_MSG(...) __attribute__((deprecated(__VA_ARGS__)))
|
|
189
218
|
#endif
|
|
190
|
-
#if
|
|
191
|
-
#
|
|
192
|
-
#
|
|
193
|
-
#
|
|
219
|
+
#if !defined(SWIFT_DEPRECATED_OBJC)
|
|
220
|
+
# if __has_feature(attribute_diagnose_if_objc)
|
|
221
|
+
# define SWIFT_DEPRECATED_OBJC(Msg) __attribute__((diagnose_if(1, Msg, "warning")))
|
|
222
|
+
# else
|
|
223
|
+
# define SWIFT_DEPRECATED_OBJC(Msg) SWIFT_DEPRECATED_MSG(Msg)
|
|
224
|
+
# endif
|
|
194
225
|
#endif
|
|
195
226
|
#if defined(__OBJC__)
|
|
196
227
|
#if !defined(IBSegueAction)
|
|
197
|
-
# define IBSegueAction
|
|
228
|
+
# define IBSegueAction
|
|
198
229
|
#endif
|
|
199
230
|
#endif
|
|
200
231
|
#if !defined(SWIFT_EXTERN)
|
|
@@ -207,26 +238,42 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
|
|
|
207
238
|
#if !defined(SWIFT_CALL)
|
|
208
239
|
# define SWIFT_CALL __attribute__((swiftcall))
|
|
209
240
|
#endif
|
|
241
|
+
#if !defined(SWIFT_INDIRECT_RESULT)
|
|
242
|
+
# define SWIFT_INDIRECT_RESULT __attribute__((swift_indirect_result))
|
|
243
|
+
#endif
|
|
244
|
+
#if !defined(SWIFT_CONTEXT)
|
|
245
|
+
# define SWIFT_CONTEXT __attribute__((swift_context))
|
|
246
|
+
#endif
|
|
247
|
+
#if !defined(SWIFT_ERROR_RESULT)
|
|
248
|
+
# define SWIFT_ERROR_RESULT __attribute__((swift_error_result))
|
|
249
|
+
#endif
|
|
210
250
|
#if defined(__cplusplus)
|
|
211
|
-
#if !defined(SWIFT_NOEXCEPT)
|
|
212
251
|
# define SWIFT_NOEXCEPT noexcept
|
|
213
|
-
#endif
|
|
214
252
|
#else
|
|
215
|
-
#if !defined(SWIFT_NOEXCEPT)
|
|
216
253
|
# define SWIFT_NOEXCEPT
|
|
217
254
|
#endif
|
|
255
|
+
#if !defined(SWIFT_C_INLINE_THUNK)
|
|
256
|
+
# if __has_attribute(always_inline)
|
|
257
|
+
# if __has_attribute(nodebug)
|
|
258
|
+
# define SWIFT_C_INLINE_THUNK inline __attribute__((always_inline)) __attribute__((nodebug))
|
|
259
|
+
# else
|
|
260
|
+
# define SWIFT_C_INLINE_THUNK inline __attribute__((always_inline))
|
|
261
|
+
# endif
|
|
262
|
+
# else
|
|
263
|
+
# define SWIFT_C_INLINE_THUNK inline
|
|
264
|
+
# endif
|
|
218
265
|
#endif
|
|
219
|
-
#if defined(
|
|
220
|
-
#if !defined(
|
|
221
|
-
#define
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
266
|
+
#if defined(_WIN32)
|
|
267
|
+
#if !defined(SWIFT_IMPORT_STDLIB_SYMBOL)
|
|
268
|
+
# define SWIFT_IMPORT_STDLIB_SYMBOL __declspec(dllimport)
|
|
269
|
+
#endif
|
|
270
|
+
#else
|
|
271
|
+
#if !defined(SWIFT_IMPORT_STDLIB_SYMBOL)
|
|
272
|
+
# define SWIFT_IMPORT_STDLIB_SYMBOL
|
|
226
273
|
#endif
|
|
227
274
|
#endif
|
|
228
275
|
#if defined(__OBJC__)
|
|
229
|
-
#if __has_feature(
|
|
276
|
+
#if __has_feature(objc_modules)
|
|
230
277
|
#if __has_warning("-Watimport-in-framework-header")
|
|
231
278
|
#pragma clang diagnostic ignored "-Watimport-in-framework-header"
|
|
232
279
|
#endif
|
|
@@ -251,11 +298,11 @@ using UInt = size_t;
|
|
|
251
298
|
|
|
252
299
|
#if defined(__OBJC__)
|
|
253
300
|
#endif
|
|
254
|
-
#if defined(__cplusplus)
|
|
255
|
-
#endif
|
|
256
301
|
#if __has_attribute(external_source_symbol)
|
|
257
302
|
# pragma clang attribute pop
|
|
258
303
|
#endif
|
|
304
|
+
#if defined(__cplusplus)
|
|
305
|
+
#endif
|
|
259
306
|
#pragma clang diagnostic pop
|
|
260
307
|
#endif
|
|
261
308
|
|
|
Binary file
|
|
Binary file
|
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
// swift-interface-format-version: 1.0
|
|
2
|
-
// swift-compiler-version: Apple Swift version 5.
|
|
3
|
-
// swift-module-flags: -target arm64-apple-
|
|
2
|
+
// swift-compiler-version: Apple Swift version 5.9 (swiftlang-5.9.0.128.108 clang-1500.0.40.1)
|
|
3
|
+
// swift-module-flags: -target arm64-apple-tvos12.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -Onone -module-name Dynatrace
|
|
4
4
|
// swift-module-flags-ignorable: -enable-bare-slash-regex
|
|
5
5
|
@_exported import Dynatrace
|
|
6
6
|
import Swift
|
|
7
7
|
import _Concurrency
|
|
8
8
|
import _StringProcessing
|
|
9
|
+
import _SwiftConcurrencyShims
|
|
Binary file
|
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
// swift-interface-format-version: 1.0
|
|
2
|
-
// swift-compiler-version: Apple Swift version 5.
|
|
3
|
-
// swift-module-flags: -target arm64-apple-
|
|
2
|
+
// swift-compiler-version: Apple Swift version 5.9 (swiftlang-5.9.0.128.108 clang-1500.0.40.1)
|
|
3
|
+
// swift-module-flags: -target arm64-apple-tvos12.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -Onone -module-name Dynatrace
|
|
4
4
|
// swift-module-flags-ignorable: -enable-bare-slash-regex
|
|
5
5
|
@_exported import Dynatrace
|
|
6
6
|
import Swift
|
|
7
7
|
import _Concurrency
|
|
8
8
|
import _StringProcessing
|
|
9
|
+
import _SwiftConcurrencyShims
|