capacitor-freerasp 1.0.0

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.
Files changed (80) hide show
  1. package/CapacitorFreerasp.podspec +19 -0
  2. package/LICENSE +20 -0
  3. package/README.md +431 -0
  4. package/android/build.gradle +75 -0
  5. package/android/consumer-rules.pro +1 -0
  6. package/android/gradle.properties +22 -0
  7. package/android/proguard-rules.pro +21 -0
  8. package/android/settings.gradle +2 -0
  9. package/android/src/main/AndroidManifest.xml +2 -0
  10. package/android/src/main/java/com/aheaditec/freerasp/FreeraspPlugin.kt +120 -0
  11. package/android/src/main/res/.gitkeep +0 -0
  12. package/dist/esm/definitions.d.ts +36 -0
  13. package/dist/esm/definitions.js +2 -0
  14. package/dist/esm/definitions.js.map +1 -0
  15. package/dist/esm/index.d.ts +7 -0
  16. package/dist/esm/index.js +25 -0
  17. package/dist/esm/index.js.map +1 -0
  18. package/dist/esm/web.d.ts +9 -0
  19. package/dist/esm/web.js +8 -0
  20. package/dist/esm/web.js.map +1 -0
  21. package/dist/plugin.cjs.js +45 -0
  22. package/dist/plugin.cjs.js.map +1 -0
  23. package/dist/plugin.js +48 -0
  24. package/dist/plugin.js.map +1 -0
  25. package/ios/Plugin/Freerasp.swift +8 -0
  26. package/ios/Plugin/FreeraspPlugin.h +10 -0
  27. package/ios/Plugin/FreeraspPlugin.m +9 -0
  28. package/ios/Plugin/FreeraspPlugin.swift +66 -0
  29. package/ios/Plugin/Info.plist +24 -0
  30. package/ios/Plugin/TalsecRuntime.xcframework/Info.plist +40 -0
  31. package/ios/Plugin/TalsecRuntime.xcframework/ios-arm64/TalsecRuntime.framework/Headers/CryptoBridgingHeader.h +14 -0
  32. package/ios/Plugin/TalsecRuntime.xcframework/ios-arm64/TalsecRuntime.framework/Headers/CurlWrapper.h +25 -0
  33. package/ios/Plugin/TalsecRuntime.xcframework/ios-arm64/TalsecRuntime.framework/Headers/TalsecRuntime-Swift.h +297 -0
  34. package/ios/Plugin/TalsecRuntime.xcframework/ios-arm64/TalsecRuntime.framework/Headers/TalsecRuntime_iOS.h +23 -0
  35. package/ios/Plugin/TalsecRuntime.xcframework/ios-arm64/TalsecRuntime.framework/Headers/curl.h +3029 -0
  36. package/ios/Plugin/TalsecRuntime.xcframework/ios-arm64/TalsecRuntime.framework/Headers/curlver.h +77 -0
  37. package/ios/Plugin/TalsecRuntime.xcframework/ios-arm64/TalsecRuntime.framework/Headers/easy.h +123 -0
  38. package/ios/Plugin/TalsecRuntime.xcframework/ios-arm64/TalsecRuntime.framework/Headers/mprintf.h +50 -0
  39. package/ios/Plugin/TalsecRuntime.xcframework/ios-arm64/TalsecRuntime.framework/Headers/multi.h +456 -0
  40. package/ios/Plugin/TalsecRuntime.xcframework/ios-arm64/TalsecRuntime.framework/Headers/options.h +68 -0
  41. package/ios/Plugin/TalsecRuntime.xcframework/ios-arm64/TalsecRuntime.framework/Headers/stdcheaders.h +33 -0
  42. package/ios/Plugin/TalsecRuntime.xcframework/ios-arm64/TalsecRuntime.framework/Headers/system.h +504 -0
  43. package/ios/Plugin/TalsecRuntime.xcframework/ios-arm64/TalsecRuntime.framework/Headers/urlapi.h +125 -0
  44. package/ios/Plugin/TalsecRuntime.xcframework/ios-arm64/TalsecRuntime.framework/Info.plist +0 -0
  45. package/ios/Plugin/TalsecRuntime.xcframework/ios-arm64/TalsecRuntime.framework/Modules/TalsecRuntime.swiftmodule/arm64-apple-ios.abi.json +5255 -0
  46. package/ios/Plugin/TalsecRuntime.xcframework/ios-arm64/TalsecRuntime.framework/Modules/TalsecRuntime.swiftmodule/arm64-apple-ios.private.swiftinterface +54 -0
  47. package/ios/Plugin/TalsecRuntime.xcframework/ios-arm64/TalsecRuntime.framework/Modules/TalsecRuntime.swiftmodule/arm64-apple-ios.swiftdoc +0 -0
  48. package/ios/Plugin/TalsecRuntime.xcframework/ios-arm64/TalsecRuntime.framework/Modules/TalsecRuntime.swiftmodule/arm64-apple-ios.swiftinterface +54 -0
  49. package/ios/Plugin/TalsecRuntime.xcframework/ios-arm64/TalsecRuntime.framework/Modules/module.modulemap +17 -0
  50. package/ios/Plugin/TalsecRuntime.xcframework/ios-arm64/TalsecRuntime.framework/TalsecRuntime +0 -0
  51. package/ios/Plugin/TalsecRuntime.xcframework/ios-arm64/TalsecRuntime.framework/cacert.pem +3154 -0
  52. package/ios/Plugin/TalsecRuntime.xcframework/ios-arm64/TalsecRuntime.framework/module.modulemap +12 -0
  53. package/ios/Plugin/TalsecRuntime.xcframework/ios-arm64_x86_64-simulator/TalsecRuntime.framework/Headers/CryptoBridgingHeader.h +14 -0
  54. package/ios/Plugin/TalsecRuntime.xcframework/ios-arm64_x86_64-simulator/TalsecRuntime.framework/Headers/CurlWrapper.h +25 -0
  55. package/ios/Plugin/TalsecRuntime.xcframework/ios-arm64_x86_64-simulator/TalsecRuntime.framework/Headers/TalsecRuntime-Swift.h +590 -0
  56. package/ios/Plugin/TalsecRuntime.xcframework/ios-arm64_x86_64-simulator/TalsecRuntime.framework/Headers/TalsecRuntime_iOS.h +23 -0
  57. package/ios/Plugin/TalsecRuntime.xcframework/ios-arm64_x86_64-simulator/TalsecRuntime.framework/Headers/curl.h +3029 -0
  58. package/ios/Plugin/TalsecRuntime.xcframework/ios-arm64_x86_64-simulator/TalsecRuntime.framework/Headers/curlver.h +77 -0
  59. package/ios/Plugin/TalsecRuntime.xcframework/ios-arm64_x86_64-simulator/TalsecRuntime.framework/Headers/easy.h +123 -0
  60. package/ios/Plugin/TalsecRuntime.xcframework/ios-arm64_x86_64-simulator/TalsecRuntime.framework/Headers/mprintf.h +50 -0
  61. package/ios/Plugin/TalsecRuntime.xcframework/ios-arm64_x86_64-simulator/TalsecRuntime.framework/Headers/multi.h +456 -0
  62. package/ios/Plugin/TalsecRuntime.xcframework/ios-arm64_x86_64-simulator/TalsecRuntime.framework/Headers/options.h +68 -0
  63. package/ios/Plugin/TalsecRuntime.xcframework/ios-arm64_x86_64-simulator/TalsecRuntime.framework/Headers/stdcheaders.h +33 -0
  64. package/ios/Plugin/TalsecRuntime.xcframework/ios-arm64_x86_64-simulator/TalsecRuntime.framework/Headers/system.h +504 -0
  65. package/ios/Plugin/TalsecRuntime.xcframework/ios-arm64_x86_64-simulator/TalsecRuntime.framework/Headers/urlapi.h +125 -0
  66. package/ios/Plugin/TalsecRuntime.xcframework/ios-arm64_x86_64-simulator/TalsecRuntime.framework/Info.plist +0 -0
  67. package/ios/Plugin/TalsecRuntime.xcframework/ios-arm64_x86_64-simulator/TalsecRuntime.framework/Modules/TalsecRuntime.swiftmodule/arm64-apple-ios-simulator.abi.json +5220 -0
  68. package/ios/Plugin/TalsecRuntime.xcframework/ios-arm64_x86_64-simulator/TalsecRuntime.framework/Modules/TalsecRuntime.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +54 -0
  69. package/ios/Plugin/TalsecRuntime.xcframework/ios-arm64_x86_64-simulator/TalsecRuntime.framework/Modules/TalsecRuntime.swiftmodule/arm64-apple-ios-simulator.swiftdoc +0 -0
  70. package/ios/Plugin/TalsecRuntime.xcframework/ios-arm64_x86_64-simulator/TalsecRuntime.framework/Modules/TalsecRuntime.swiftmodule/arm64-apple-ios-simulator.swiftinterface +54 -0
  71. package/ios/Plugin/TalsecRuntime.xcframework/ios-arm64_x86_64-simulator/TalsecRuntime.framework/Modules/TalsecRuntime.swiftmodule/x86_64-apple-ios-simulator.abi.json +5220 -0
  72. package/ios/Plugin/TalsecRuntime.xcframework/ios-arm64_x86_64-simulator/TalsecRuntime.framework/Modules/TalsecRuntime.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +54 -0
  73. package/ios/Plugin/TalsecRuntime.xcframework/ios-arm64_x86_64-simulator/TalsecRuntime.framework/Modules/TalsecRuntime.swiftmodule/x86_64-apple-ios-simulator.swiftdoc +0 -0
  74. package/ios/Plugin/TalsecRuntime.xcframework/ios-arm64_x86_64-simulator/TalsecRuntime.framework/Modules/TalsecRuntime.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +54 -0
  75. package/ios/Plugin/TalsecRuntime.xcframework/ios-arm64_x86_64-simulator/TalsecRuntime.framework/Modules/module.modulemap +17 -0
  76. package/ios/Plugin/TalsecRuntime.xcframework/ios-arm64_x86_64-simulator/TalsecRuntime.framework/TalsecRuntime +0 -0
  77. package/ios/Plugin/TalsecRuntime.xcframework/ios-arm64_x86_64-simulator/TalsecRuntime.framework/_CodeSignature/CodeResources +388 -0
  78. package/ios/Plugin/TalsecRuntime.xcframework/ios-arm64_x86_64-simulator/TalsecRuntime.framework/cacert.pem +3154 -0
  79. package/ios/Plugin/TalsecRuntime.xcframework/ios-arm64_x86_64-simulator/TalsecRuntime.framework/module.modulemap +12 -0
  80. package/package.json +92 -0
@@ -0,0 +1,54 @@
1
+ // swift-interface-format-version: 1.0
2
+ // swift-compiler-version: Apple Swift version 5.8 (swiftlang-5.8.0.124.2 clang-1403.0.22.11.100)
3
+ // swift-module-flags: -target x86_64-apple-ios11.2-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name TalsecRuntime
4
+ // swift-module-flags-ignorable: -enable-bare-slash-regex
5
+ import Foundation
6
+ import LocalAuthentication
7
+ import TalsecRuntime.Private
8
+ import Security
9
+ import Swift
10
+ @_exported import TalsecRuntime
11
+ import UIKit
12
+ import _Concurrency
13
+ import _StringProcessing
14
+ public protocol SecurityThreatHandler {
15
+ func threatDetected(_ securityThreat: TalsecRuntime.SecurityThreat)
16
+ }
17
+ @_hasMissingDesignatedInitializers public class SecurityThreatCenter {
18
+ @objc deinit
19
+ }
20
+ public struct TalsecConfig {
21
+ public let appBundleIds: [Swift.String]
22
+ public let appTeamId: Swift.String
23
+ public let watcherMailAddress: Swift.String?
24
+ public let isProd: Swift.Bool?
25
+ public init(appBundleIds: [Swift.String], appTeamId: Swift.String, watcherMailAddress: Swift.String?, isProd: Swift.Bool? = true)
26
+ }
27
+ @_hasMissingDesignatedInitializers public class Talsec {
28
+ public static func start(config: TalsecRuntime.TalsecConfig)
29
+ @objc deinit
30
+ }
31
+ public enum SecurityThreat : Swift.String, Swift.Codable, Swift.CaseIterable, Swift.Equatable {
32
+ case signature
33
+ case jailbreak
34
+ case debugger
35
+ case runtimeManipulation
36
+ case passcode
37
+ case passcodeChange
38
+ case simulator
39
+ case missingSecureEnclave
40
+ case deviceChange
41
+ case deviceID
42
+ case unofficialStore
43
+ public init?(rawValue: Swift.String)
44
+ public typealias AllCases = [TalsecRuntime.SecurityThreat]
45
+ public typealias RawValue = Swift.String
46
+ public static var allCases: [TalsecRuntime.SecurityThreat] {
47
+ get
48
+ }
49
+ public var rawValue: Swift.String {
50
+ get
51
+ }
52
+ }
53
+ extension TalsecRuntime.SecurityThreat : Swift.Hashable {}
54
+ extension TalsecRuntime.SecurityThreat : Swift.RawRepresentable {}
@@ -0,0 +1,54 @@
1
+ // swift-interface-format-version: 1.0
2
+ // swift-compiler-version: Apple Swift version 5.8 (swiftlang-5.8.0.124.2 clang-1403.0.22.11.100)
3
+ // swift-module-flags: -target x86_64-apple-ios11.2-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name TalsecRuntime
4
+ // swift-module-flags-ignorable: -enable-bare-slash-regex
5
+ import Foundation
6
+ import LocalAuthentication
7
+ import TalsecRuntime.Private
8
+ import Security
9
+ import Swift
10
+ @_exported import TalsecRuntime
11
+ import UIKit
12
+ import _Concurrency
13
+ import _StringProcessing
14
+ public protocol SecurityThreatHandler {
15
+ func threatDetected(_ securityThreat: TalsecRuntime.SecurityThreat)
16
+ }
17
+ @_hasMissingDesignatedInitializers public class SecurityThreatCenter {
18
+ @objc deinit
19
+ }
20
+ public struct TalsecConfig {
21
+ public let appBundleIds: [Swift.String]
22
+ public let appTeamId: Swift.String
23
+ public let watcherMailAddress: Swift.String?
24
+ public let isProd: Swift.Bool?
25
+ public init(appBundleIds: [Swift.String], appTeamId: Swift.String, watcherMailAddress: Swift.String?, isProd: Swift.Bool? = true)
26
+ }
27
+ @_hasMissingDesignatedInitializers public class Talsec {
28
+ public static func start(config: TalsecRuntime.TalsecConfig)
29
+ @objc deinit
30
+ }
31
+ public enum SecurityThreat : Swift.String, Swift.Codable, Swift.CaseIterable, Swift.Equatable {
32
+ case signature
33
+ case jailbreak
34
+ case debugger
35
+ case runtimeManipulation
36
+ case passcode
37
+ case passcodeChange
38
+ case simulator
39
+ case missingSecureEnclave
40
+ case deviceChange
41
+ case deviceID
42
+ case unofficialStore
43
+ public init?(rawValue: Swift.String)
44
+ public typealias AllCases = [TalsecRuntime.SecurityThreat]
45
+ public typealias RawValue = Swift.String
46
+ public static var allCases: [TalsecRuntime.SecurityThreat] {
47
+ get
48
+ }
49
+ public var rawValue: Swift.String {
50
+ get
51
+ }
52
+ }
53
+ extension TalsecRuntime.SecurityThreat : Swift.Hashable {}
54
+ extension TalsecRuntime.SecurityThreat : Swift.RawRepresentable {}
@@ -0,0 +1,17 @@
1
+ framework module TalsecRuntime {
2
+ umbrella header "TalsecRuntime_iOS.h"
3
+
4
+ export *
5
+ module * { export * }
6
+
7
+ explicit module Private {
8
+ private header "CryptoBridgingHeader.h"
9
+ private header "CurlWrapper.h"
10
+ export *
11
+ }
12
+ }
13
+
14
+ module TalsecRuntime.Swift {
15
+ header "TalsecRuntime-Swift.h"
16
+ requires objc
17
+ }
@@ -0,0 +1,388 @@
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>files</key>
6
+ <dict>
7
+ <key>Headers/CryptoBridgingHeader.h</key>
8
+ <data>
9
+ mOqIZoN2AJlkJSNzs7YiosCwiDw=
10
+ </data>
11
+ <key>Headers/CurlWrapper.h</key>
12
+ <data>
13
+ LYKUBrEI+bsJxOgC2eYHsHbooa8=
14
+ </data>
15
+ <key>Headers/TalsecRuntime-Swift.h</key>
16
+ <data>
17
+ 23AbjsECKJ1zUM/CQe1ZxHPo44o=
18
+ </data>
19
+ <key>Headers/TalsecRuntime_iOS.h</key>
20
+ <data>
21
+ eCAoZuhmSePuuusXWgD3JOPl+FQ=
22
+ </data>
23
+ <key>Headers/curl.h</key>
24
+ <data>
25
+ TZVMZ6UGqJUiH8mrujXqZPlsnFU=
26
+ </data>
27
+ <key>Headers/curlver.h</key>
28
+ <data>
29
+ 3samVmNB/f8WWVVu/Hf90b8VijA=
30
+ </data>
31
+ <key>Headers/easy.h</key>
32
+ <data>
33
+ LMe4n/lD4muzTD4XZ5uFIr/DtxQ=
34
+ </data>
35
+ <key>Headers/mprintf.h</key>
36
+ <data>
37
+ I7hHmuEUEH5DOMI8q3d+pEijTAU=
38
+ </data>
39
+ <key>Headers/multi.h</key>
40
+ <data>
41
+ yNVZ93tQgFmqq0g3AB6mAeYIjtg=
42
+ </data>
43
+ <key>Headers/options.h</key>
44
+ <data>
45
+ TpLEGSsUuQ17X/HJZbvIHC2UeAI=
46
+ </data>
47
+ <key>Headers/stdcheaders.h</key>
48
+ <data>
49
+ EaG8eWmMPKGPrMxB/8iRb+sdWWE=
50
+ </data>
51
+ <key>Headers/system.h</key>
52
+ <data>
53
+ Eo4UaQDvPGMMbhEgx1wX4W3jKUM=
54
+ </data>
55
+ <key>Headers/urlapi.h</key>
56
+ <data>
57
+ dnK2qYZvYDvvVJqVUkhGGy8oSQA=
58
+ </data>
59
+ <key>Info.plist</key>
60
+ <data>
61
+ BGVDXogXSGOxp97cdiYnYx2BPjE=
62
+ </data>
63
+ <key>Modules/TalsecRuntime.swiftmodule/arm64-apple-ios-simulator.abi.json</key>
64
+ <data>
65
+ 387AJ4YbZxUjrJYd97TiYaSpFuc=
66
+ </data>
67
+ <key>Modules/TalsecRuntime.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface</key>
68
+ <data>
69
+ zvG970d1+w3DRPsdCRZyC4etYe0=
70
+ </data>
71
+ <key>Modules/TalsecRuntime.swiftmodule/arm64-apple-ios-simulator.swiftdoc</key>
72
+ <data>
73
+ J5N2/lFIS5eBKLLy4jawqJkZolg=
74
+ </data>
75
+ <key>Modules/TalsecRuntime.swiftmodule/arm64-apple-ios-simulator.swiftinterface</key>
76
+ <data>
77
+ zvG970d1+w3DRPsdCRZyC4etYe0=
78
+ </data>
79
+ <key>Modules/TalsecRuntime.swiftmodule/arm64-apple-ios-simulator.swiftmodule</key>
80
+ <data>
81
+ usG3+hXcI/6h2kz2U0wLq1fmJ8s=
82
+ </data>
83
+ <key>Modules/TalsecRuntime.swiftmodule/x86_64-apple-ios-simulator.abi.json</key>
84
+ <data>
85
+ 387AJ4YbZxUjrJYd97TiYaSpFuc=
86
+ </data>
87
+ <key>Modules/TalsecRuntime.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface</key>
88
+ <data>
89
+ ny++TmRTmj//H7TwehKOWuZ09TI=
90
+ </data>
91
+ <key>Modules/TalsecRuntime.swiftmodule/x86_64-apple-ios-simulator.swiftdoc</key>
92
+ <data>
93
+ KXycpHCPsBgdTiFgqugD2J+EkVs=
94
+ </data>
95
+ <key>Modules/TalsecRuntime.swiftmodule/x86_64-apple-ios-simulator.swiftinterface</key>
96
+ <data>
97
+ ny++TmRTmj//H7TwehKOWuZ09TI=
98
+ </data>
99
+ <key>Modules/TalsecRuntime.swiftmodule/x86_64-apple-ios-simulator.swiftmodule</key>
100
+ <data>
101
+ cOTlfmOM30IG7C8IC17fDd6IWxY=
102
+ </data>
103
+ <key>Modules/module.modulemap</key>
104
+ <data>
105
+ 5Cqpp15x1ZBnDyj7LgQmZiSGNYI=
106
+ </data>
107
+ <key>cacert.pem</key>
108
+ <data>
109
+ ZuymGpM+ORehjpgNq0JDEbnQb40=
110
+ </data>
111
+ <key>module.modulemap</key>
112
+ <data>
113
+ mnI/NClQ83sI5K2xkweR9cS1BrM=
114
+ </data>
115
+ </dict>
116
+ <key>files2</key>
117
+ <dict>
118
+ <key>Headers/CryptoBridgingHeader.h</key>
119
+ <dict>
120
+ <key>hash2</key>
121
+ <data>
122
+ /hsTJUUY2T3yYO1Km6xqfyKSKz5VKzQU2qsa5AjZ3hw=
123
+ </data>
124
+ </dict>
125
+ <key>Headers/CurlWrapper.h</key>
126
+ <dict>
127
+ <key>hash2</key>
128
+ <data>
129
+ sGMHSCzc47Vl2UeTH73R9esd6FRYoA5fqA3DDpLHvVc=
130
+ </data>
131
+ </dict>
132
+ <key>Headers/TalsecRuntime-Swift.h</key>
133
+ <dict>
134
+ <key>hash2</key>
135
+ <data>
136
+ mq57VuDTpcpfuas+fD4SbuZwJhN7FHBSRiRkFGVYFQU=
137
+ </data>
138
+ </dict>
139
+ <key>Headers/TalsecRuntime_iOS.h</key>
140
+ <dict>
141
+ <key>hash2</key>
142
+ <data>
143
+ 0W3ca1c8VRXMx64ypkv+teolW5Z3G4s3jviX5FYMNXU=
144
+ </data>
145
+ </dict>
146
+ <key>Headers/curl.h</key>
147
+ <dict>
148
+ <key>hash2</key>
149
+ <data>
150
+ db8QDXwhQ4vy5FLWmiztOi+b32f69gPxGqy+32ssPTM=
151
+ </data>
152
+ </dict>
153
+ <key>Headers/curlver.h</key>
154
+ <dict>
155
+ <key>hash2</key>
156
+ <data>
157
+ Bg7cDJxNkKGp33kqaaYiZsV8Ct9kNo9EAiKJizDo3uU=
158
+ </data>
159
+ </dict>
160
+ <key>Headers/easy.h</key>
161
+ <dict>
162
+ <key>hash2</key>
163
+ <data>
164
+ mJbDIZV4VQSVaOrL+irInT+NFF9AsXIs55Ps5wQ2vAw=
165
+ </data>
166
+ </dict>
167
+ <key>Headers/mprintf.h</key>
168
+ <dict>
169
+ <key>hash2</key>
170
+ <data>
171
+ gMLJqaKSzi3UgflZDygjlUa+ilAlbOrGSzdWdp2d1Pw=
172
+ </data>
173
+ </dict>
174
+ <key>Headers/multi.h</key>
175
+ <dict>
176
+ <key>hash2</key>
177
+ <data>
178
+ 4f6dUCF2JOMjhF70mk6VjxQaLjkcFncgbObuc9vTJAQ=
179
+ </data>
180
+ </dict>
181
+ <key>Headers/options.h</key>
182
+ <dict>
183
+ <key>hash2</key>
184
+ <data>
185
+ N2BAknsJ9QTKEF0yzBNP4kkEX0qgoyUAlW9l9SAIpq4=
186
+ </data>
187
+ </dict>
188
+ <key>Headers/stdcheaders.h</key>
189
+ <dict>
190
+ <key>hash2</key>
191
+ <data>
192
+ FZEQGAaz6C9oU741oR+pER+NWX6rvBhgtdBbxQSY8tQ=
193
+ </data>
194
+ </dict>
195
+ <key>Headers/system.h</key>
196
+ <dict>
197
+ <key>hash2</key>
198
+ <data>
199
+ PultoQjm0qOat4hspHkf4KTEYfcpWVhIeVWDfAzHZcM=
200
+ </data>
201
+ </dict>
202
+ <key>Headers/urlapi.h</key>
203
+ <dict>
204
+ <key>hash2</key>
205
+ <data>
206
+ KLVKLXL3tU413F9fM2QQlsiynOqiGYitwKYDMP7bHJ8=
207
+ </data>
208
+ </dict>
209
+ <key>Modules/TalsecRuntime.swiftmodule/arm64-apple-ios-simulator.abi.json</key>
210
+ <dict>
211
+ <key>hash2</key>
212
+ <data>
213
+ xCSqXOKPThfnoh9Ddd/Wy+092Wjpk5gVHQkqc+1Zynk=
214
+ </data>
215
+ </dict>
216
+ <key>Modules/TalsecRuntime.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface</key>
217
+ <dict>
218
+ <key>hash2</key>
219
+ <data>
220
+ 2GeJLA8E0LtuyTetyqlHRut3M4bUe1X3XPgzZjlh1CM=
221
+ </data>
222
+ </dict>
223
+ <key>Modules/TalsecRuntime.swiftmodule/arm64-apple-ios-simulator.swiftdoc</key>
224
+ <dict>
225
+ <key>hash2</key>
226
+ <data>
227
+ pDc48PiU5vZoIcef7DFH9f2FaoK/IzRa6zGMGkJk1O0=
228
+ </data>
229
+ </dict>
230
+ <key>Modules/TalsecRuntime.swiftmodule/arm64-apple-ios-simulator.swiftinterface</key>
231
+ <dict>
232
+ <key>hash2</key>
233
+ <data>
234
+ 2GeJLA8E0LtuyTetyqlHRut3M4bUe1X3XPgzZjlh1CM=
235
+ </data>
236
+ </dict>
237
+ <key>Modules/TalsecRuntime.swiftmodule/arm64-apple-ios-simulator.swiftmodule</key>
238
+ <dict>
239
+ <key>hash2</key>
240
+ <data>
241
+ xnIDrU9A5dXRx+i8tiBjpumnlmBqMaxotwpWbd3xWsU=
242
+ </data>
243
+ </dict>
244
+ <key>Modules/TalsecRuntime.swiftmodule/x86_64-apple-ios-simulator.abi.json</key>
245
+ <dict>
246
+ <key>hash2</key>
247
+ <data>
248
+ xCSqXOKPThfnoh9Ddd/Wy+092Wjpk5gVHQkqc+1Zynk=
249
+ </data>
250
+ </dict>
251
+ <key>Modules/TalsecRuntime.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface</key>
252
+ <dict>
253
+ <key>hash2</key>
254
+ <data>
255
+ 2K1c4qeBH1d20KXU4qh79Mzs4RY/9lOsLdUrrZ9vyuI=
256
+ </data>
257
+ </dict>
258
+ <key>Modules/TalsecRuntime.swiftmodule/x86_64-apple-ios-simulator.swiftdoc</key>
259
+ <dict>
260
+ <key>hash2</key>
261
+ <data>
262
+ Fq4oo/EFh/fE7ql6mmdZyrKHmK9TCusOWkQaMgLEenk=
263
+ </data>
264
+ </dict>
265
+ <key>Modules/TalsecRuntime.swiftmodule/x86_64-apple-ios-simulator.swiftinterface</key>
266
+ <dict>
267
+ <key>hash2</key>
268
+ <data>
269
+ 2K1c4qeBH1d20KXU4qh79Mzs4RY/9lOsLdUrrZ9vyuI=
270
+ </data>
271
+ </dict>
272
+ <key>Modules/TalsecRuntime.swiftmodule/x86_64-apple-ios-simulator.swiftmodule</key>
273
+ <dict>
274
+ <key>hash2</key>
275
+ <data>
276
+ X3wxZt1pGQTVo/YPURTRN9/i7PCYi0QfIVR3h3c8kzc=
277
+ </data>
278
+ </dict>
279
+ <key>Modules/module.modulemap</key>
280
+ <dict>
281
+ <key>hash2</key>
282
+ <data>
283
+ gTx9ZhrwHS0hTBeJb6E3ARK3htBrD87Dc2RxPvTKaGE=
284
+ </data>
285
+ </dict>
286
+ <key>cacert.pem</key>
287
+ <dict>
288
+ <key>hash2</key>
289
+ <data>
290
+ vLfVqvLidOaWhu333Zcfk7IOri/bD3xS4diodK4BgBg=
291
+ </data>
292
+ </dict>
293
+ <key>module.modulemap</key>
294
+ <dict>
295
+ <key>hash2</key>
296
+ <data>
297
+ PyY8LBmk2KM3Pm+7gcuZwfV9homQCYsBeTEPUypp+U0=
298
+ </data>
299
+ </dict>
300
+ </dict>
301
+ <key>rules</key>
302
+ <dict>
303
+ <key>^.*</key>
304
+ <true/>
305
+ <key>^.*\.lproj/</key>
306
+ <dict>
307
+ <key>optional</key>
308
+ <true/>
309
+ <key>weight</key>
310
+ <real>1000</real>
311
+ </dict>
312
+ <key>^.*\.lproj/locversion.plist$</key>
313
+ <dict>
314
+ <key>omit</key>
315
+ <true/>
316
+ <key>weight</key>
317
+ <real>1100</real>
318
+ </dict>
319
+ <key>^Base\.lproj/</key>
320
+ <dict>
321
+ <key>weight</key>
322
+ <real>1010</real>
323
+ </dict>
324
+ <key>^version.plist$</key>
325
+ <true/>
326
+ </dict>
327
+ <key>rules2</key>
328
+ <dict>
329
+ <key>.*\.dSYM($|/)</key>
330
+ <dict>
331
+ <key>weight</key>
332
+ <real>11</real>
333
+ </dict>
334
+ <key>^(.*/)?\.DS_Store$</key>
335
+ <dict>
336
+ <key>omit</key>
337
+ <true/>
338
+ <key>weight</key>
339
+ <real>2000</real>
340
+ </dict>
341
+ <key>^.*</key>
342
+ <true/>
343
+ <key>^.*\.lproj/</key>
344
+ <dict>
345
+ <key>optional</key>
346
+ <true/>
347
+ <key>weight</key>
348
+ <real>1000</real>
349
+ </dict>
350
+ <key>^.*\.lproj/locversion.plist$</key>
351
+ <dict>
352
+ <key>omit</key>
353
+ <true/>
354
+ <key>weight</key>
355
+ <real>1100</real>
356
+ </dict>
357
+ <key>^Base\.lproj/</key>
358
+ <dict>
359
+ <key>weight</key>
360
+ <real>1010</real>
361
+ </dict>
362
+ <key>^Info\.plist$</key>
363
+ <dict>
364
+ <key>omit</key>
365
+ <true/>
366
+ <key>weight</key>
367
+ <real>20</real>
368
+ </dict>
369
+ <key>^PkgInfo$</key>
370
+ <dict>
371
+ <key>omit</key>
372
+ <true/>
373
+ <key>weight</key>
374
+ <real>20</real>
375
+ </dict>
376
+ <key>^embedded\.provisionprofile$</key>
377
+ <dict>
378
+ <key>weight</key>
379
+ <real>20</real>
380
+ </dict>
381
+ <key>^version\.plist$</key>
382
+ <dict>
383
+ <key>weight</key>
384
+ <real>20</real>
385
+ </dict>
386
+ </dict>
387
+ </dict>
388
+ </plist>