diff options
Diffstat (limited to 'ios')
| -rw-r--r-- | ios/Podfile | 34 | ||||
| -rw-r--r-- | ios/Podfile.lock | 2133 | ||||
| -rw-r--r-- | ios/iHealthScanner.xcodeproj/project.pbxproj | 494 | ||||
| -rw-r--r-- | ios/iHealthScanner.xcodeproj/xcshareddata/xcschemes/iHealthScanner.xcscheme | 88 | ||||
| -rw-r--r-- | ios/iHealthScanner.xcworkspace/contents.xcworkspacedata | 10 | ||||
| -rw-r--r-- | ios/iHealthScanner/AppDelegate.swift | 48 | ||||
| -rw-r--r-- | ios/iHealthScanner/Images.xcassets/AppIcon.appiconset/Contents.json | 53 | ||||
| -rw-r--r-- | ios/iHealthScanner/Images.xcassets/Contents.json | 6 | ||||
| -rw-r--r-- | ios/iHealthScanner/Info.plist | 64 | ||||
| -rw-r--r-- | ios/iHealthScanner/LaunchScreen.storyboard | 47 | ||||
| -rw-r--r-- | ios/iHealthScanner/PrivacyInfo.xcprivacy | 37 |
11 files changed, 3014 insertions, 0 deletions
diff --git a/ios/Podfile b/ios/Podfile new file mode 100644 index 0000000..99555b0 --- /dev/null +++ b/ios/Podfile | |||
| @@ -0,0 +1,34 @@ | |||
| 1 | # Resolve react_native_pods.rb with node to allow for hoisting | ||
| 2 | require Pod::Executable.execute_command('node', ['-p', | ||
| 3 | 'require.resolve( | ||
| 4 | "react-native/scripts/react_native_pods.rb", | ||
| 5 | {paths: [process.argv[1]]}, | ||
| 6 | )', __dir__]).strip | ||
| 7 | |||
| 8 | platform :ios, min_ios_version_supported | ||
| 9 | prepare_react_native_project! | ||
| 10 | |||
| 11 | linkage = ENV['USE_FRAMEWORKS'] | ||
| 12 | if linkage != nil | ||
| 13 | Pod::UI.puts "Configuring Pod with #{linkage}ally linked Frameworks".green | ||
| 14 | use_frameworks! :linkage => linkage.to_sym | ||
| 15 | end | ||
| 16 | |||
| 17 | target 'iHealthScanner' do | ||
| 18 | config = use_native_modules! | ||
| 19 | |||
| 20 | use_react_native!( | ||
| 21 | :path => config[:reactNativePath], | ||
| 22 | # An absolute path to your application root. | ||
| 23 | :app_path => "#{Pod::Config.instance.installation_root}/.." | ||
| 24 | ) | ||
| 25 | |||
| 26 | post_install do |installer| | ||
| 27 | react_native_post_install( | ||
| 28 | installer, | ||
| 29 | config[:reactNativePath], | ||
| 30 | :mac_catalyst_enabled => false, | ||
| 31 | # :ccache_enabled => true | ||
| 32 | ) | ||
| 33 | end | ||
| 34 | end | ||
diff --git a/ios/Podfile.lock b/ios/Podfile.lock new file mode 100644 index 0000000..fb34081 --- /dev/null +++ b/ios/Podfile.lock | |||
| @@ -0,0 +1,2133 @@ | |||
| 1 | PODS: | ||
| 2 | - FBLazyVector (0.85.0) | ||
| 3 | - hermes-engine (250829098.0.10): | ||
| 4 | - hermes-engine/Pre-built (= 250829098.0.10) | ||
| 5 | - hermes-engine/Pre-built (250829098.0.10) | ||
| 6 | - RCTDeprecation (0.85.0) | ||
| 7 | - RCTRequired (0.85.0) | ||
| 8 | - RCTSwiftUI (0.85.0) | ||
| 9 | - RCTSwiftUIWrapper (0.85.0): | ||
| 10 | - RCTSwiftUI | ||
| 11 | - RCTTypeSafety (0.85.0): | ||
| 12 | - FBLazyVector (= 0.85.0) | ||
| 13 | - RCTRequired (= 0.85.0) | ||
| 14 | - React-Core (= 0.85.0) | ||
| 15 | - React (0.85.0): | ||
| 16 | - React-Core (= 0.85.0) | ||
| 17 | - React-Core/DevSupport (= 0.85.0) | ||
| 18 | - React-Core/RCTWebSocket (= 0.85.0) | ||
| 19 | - React-RCTActionSheet (= 0.85.0) | ||
| 20 | - React-RCTAnimation (= 0.85.0) | ||
| 21 | - React-RCTBlob (= 0.85.0) | ||
| 22 | - React-RCTImage (= 0.85.0) | ||
| 23 | - React-RCTLinking (= 0.85.0) | ||
| 24 | - React-RCTNetwork (= 0.85.0) | ||
| 25 | - React-RCTSettings (= 0.85.0) | ||
| 26 | - React-RCTText (= 0.85.0) | ||
| 27 | - React-RCTVibration (= 0.85.0) | ||
| 28 | - React-callinvoker (0.85.0) | ||
| 29 | - React-Core (0.85.0): | ||
| 30 | - hermes-engine | ||
| 31 | - RCTDeprecation | ||
| 32 | - React-Core-prebuilt | ||
| 33 | - React-Core/Default (= 0.85.0) | ||
| 34 | - React-cxxreact | ||
| 35 | - React-featureflags | ||
| 36 | - React-hermes | ||
| 37 | - React-jsi | ||
| 38 | - React-jsiexecutor | ||
| 39 | - React-jsinspector | ||
| 40 | - React-jsinspectorcdp | ||
| 41 | - React-jsitooling | ||
| 42 | - React-perflogger | ||
| 43 | - React-runtimeexecutor | ||
| 44 | - React-runtimescheduler | ||
| 45 | - React-utils | ||
| 46 | - ReactNativeDependencies | ||
| 47 | - Yoga | ||
| 48 | - React-Core-prebuilt (0.85.0): | ||
| 49 | - ReactNativeDependencies | ||
| 50 | - React-Core/CoreModulesHeaders (0.85.0): | ||
| 51 | - hermes-engine | ||
| 52 | - RCTDeprecation | ||
| 53 | - React-Core-prebuilt | ||
| 54 | - React-Core/Default | ||
| 55 | - React-cxxreact | ||
| 56 | - React-featureflags | ||
| 57 | - React-hermes | ||
| 58 | - React-jsi | ||
| 59 | - React-jsiexecutor | ||
| 60 | - React-jsinspector | ||
| 61 | - React-jsinspectorcdp | ||
| 62 | - React-jsitooling | ||
| 63 | - React-perflogger | ||
| 64 | - React-runtimeexecutor | ||
| 65 | - React-runtimescheduler | ||
| 66 | - React-utils | ||
| 67 | - ReactNativeDependencies | ||
| 68 | - Yoga | ||
| 69 | - React-Core/Default (0.85.0): | ||
| 70 | - hermes-engine | ||
| 71 | - RCTDeprecation | ||
| 72 | - React-Core-prebuilt | ||
| 73 | - React-cxxreact | ||
| 74 | - React-featureflags | ||
| 75 | - React-hermes | ||
| 76 | - React-jsi | ||
| 77 | - React-jsiexecutor | ||
| 78 | - React-jsinspector | ||
| 79 | - React-jsinspectorcdp | ||
| 80 | - React-jsitooling | ||
| 81 | - React-perflogger | ||
| 82 | - React-runtimeexecutor | ||
| 83 | - React-runtimescheduler | ||
| 84 | - React-utils | ||
| 85 | - ReactNativeDependencies | ||
| 86 | - Yoga | ||
| 87 | - React-Core/DevSupport (0.85.0): | ||
| 88 | - hermes-engine | ||
| 89 | - RCTDeprecation | ||
| 90 | - React-Core-prebuilt | ||
| 91 | - React-Core/Default (= 0.85.0) | ||
| 92 | - React-Core/RCTWebSocket (= 0.85.0) | ||
| 93 | - React-cxxreact | ||
| 94 | - React-featureflags | ||
| 95 | - React-hermes | ||
| 96 | - React-jsi | ||
| 97 | - React-jsiexecutor | ||
| 98 | - React-jsinspector | ||
| 99 | - React-jsinspectorcdp | ||
| 100 | - React-jsitooling | ||
| 101 | - React-perflogger | ||
| 102 | - React-runtimeexecutor | ||
| 103 | - React-runtimescheduler | ||
| 104 | - React-utils | ||
| 105 | - ReactNativeDependencies | ||
| 106 | - Yoga | ||
| 107 | - React-Core/RCTActionSheetHeaders (0.85.0): | ||
| 108 | - hermes-engine | ||
| 109 | - RCTDeprecation | ||
| 110 | - React-Core-prebuilt | ||
| 111 | - React-Core/Default | ||
| 112 | - React-cxxreact | ||
| 113 | - React-featureflags | ||
| 114 | - React-hermes | ||
| 115 | - React-jsi | ||
| 116 | - React-jsiexecutor | ||
| 117 | - React-jsinspector | ||
| 118 | - React-jsinspectorcdp | ||
| 119 | - React-jsitooling | ||
| 120 | - React-perflogger | ||
| 121 | - React-runtimeexecutor | ||
| 122 | - React-runtimescheduler | ||
| 123 | - React-utils | ||
| 124 | - ReactNativeDependencies | ||
| 125 | - Yoga | ||
| 126 | - React-Core/RCTAnimationHeaders (0.85.0): | ||
| 127 | - hermes-engine | ||
| 128 | - RCTDeprecation | ||
| 129 | - React-Core-prebuilt | ||
| 130 | - React-Core/Default | ||
| 131 | - React-cxxreact | ||
| 132 | - React-featureflags | ||
| 133 | - React-hermes | ||
| 134 | - React-jsi | ||
| 135 | - React-jsiexecutor | ||
| 136 | - React-jsinspector | ||
| 137 | - React-jsinspectorcdp | ||
| 138 | - React-jsitooling | ||
| 139 | - React-perflogger | ||
| 140 | - React-runtimeexecutor | ||
| 141 | - React-runtimescheduler | ||
| 142 | - React-utils | ||
| 143 | - ReactNativeDependencies | ||
| 144 | - Yoga | ||
| 145 | - React-Core/RCTBlobHeaders (0.85.0): | ||
| 146 | - hermes-engine | ||
| 147 | - RCTDeprecation | ||
| 148 | - React-Core-prebuilt | ||
| 149 | - React-Core/Default | ||
| 150 | - React-cxxreact | ||
| 151 | - React-featureflags | ||
| 152 | - React-hermes | ||
| 153 | - React-jsi | ||
| 154 | - React-jsiexecutor | ||
| 155 | - React-jsinspector | ||
| 156 | - React-jsinspectorcdp | ||
| 157 | - React-jsitooling | ||
| 158 | - React-perflogger | ||
| 159 | - React-runtimeexecutor | ||
| 160 | - React-runtimescheduler | ||
| 161 | - React-utils | ||
| 162 | - ReactNativeDependencies | ||
| 163 | - Yoga | ||
| 164 | - React-Core/RCTImageHeaders (0.85.0): | ||
| 165 | - hermes-engine | ||
| 166 | - RCTDeprecation | ||
| 167 | - React-Core-prebuilt | ||
| 168 | - React-Core/Default | ||
| 169 | - React-cxxreact | ||
| 170 | - React-featureflags | ||
| 171 | - React-hermes | ||
| 172 | - React-jsi | ||
| 173 | - React-jsiexecutor | ||
| 174 | - React-jsinspector | ||
| 175 | - React-jsinspectorcdp | ||
| 176 | - React-jsitooling | ||
| 177 | - React-perflogger | ||
| 178 | - React-runtimeexecutor | ||
| 179 | - React-runtimescheduler | ||
| 180 | - React-utils | ||
| 181 | - ReactNativeDependencies | ||
| 182 | - Yoga | ||
| 183 | - React-Core/RCTLinkingHeaders (0.85.0): | ||
| 184 | - hermes-engine | ||
| 185 | - RCTDeprecation | ||
| 186 | - React-Core-prebuilt | ||
| 187 | - React-Core/Default | ||
| 188 | - React-cxxreact | ||
| 189 | - React-featureflags | ||
| 190 | - React-hermes | ||
| 191 | - React-jsi | ||
| 192 | - React-jsiexecutor | ||
| 193 | - React-jsinspector | ||
| 194 | - React-jsinspectorcdp | ||
| 195 | - React-jsitooling | ||
| 196 | - React-perflogger | ||
| 197 | - React-runtimeexecutor | ||
| 198 | - React-runtimescheduler | ||
| 199 | - React-utils | ||
| 200 | - ReactNativeDependencies | ||
| 201 | - Yoga | ||
| 202 | - React-Core/RCTNetworkHeaders (0.85.0): | ||
| 203 | - hermes-engine | ||
| 204 | - RCTDeprecation | ||
| 205 | - React-Core-prebuilt | ||
| 206 | - React-Core/Default | ||
| 207 | - React-cxxreact | ||
| 208 | - React-featureflags | ||
| 209 | - React-hermes | ||
| 210 | - React-jsi | ||
| 211 | - React-jsiexecutor | ||
| 212 | - React-jsinspector | ||
| 213 | - React-jsinspectorcdp | ||
| 214 | - React-jsitooling | ||
| 215 | - React-perflogger | ||
| 216 | - React-runtimeexecutor | ||
| 217 | - React-runtimescheduler | ||
| 218 | - React-utils | ||
| 219 | - ReactNativeDependencies | ||
| 220 | - Yoga | ||
| 221 | - React-Core/RCTSettingsHeaders (0.85.0): | ||
| 222 | - hermes-engine | ||
| 223 | - RCTDeprecation | ||
| 224 | - React-Core-prebuilt | ||
| 225 | - React-Core/Default | ||
| 226 | - React-cxxreact | ||
| 227 | - React-featureflags | ||
| 228 | - React-hermes | ||
| 229 | - React-jsi | ||
| 230 | - React-jsiexecutor | ||
| 231 | - React-jsinspector | ||
| 232 | - React-jsinspectorcdp | ||
| 233 | - React-jsitooling | ||
| 234 | - React-perflogger | ||
| 235 | - React-runtimeexecutor | ||
| 236 | - React-runtimescheduler | ||
| 237 | - React-utils | ||
| 238 | - ReactNativeDependencies | ||
| 239 | - Yoga | ||
| 240 | - React-Core/RCTTextHeaders (0.85.0): | ||
| 241 | - hermes-engine | ||
| 242 | - RCTDeprecation | ||
| 243 | - React-Core-prebuilt | ||
| 244 | - React-Core/Default | ||
| 245 | - React-cxxreact | ||
| 246 | - React-featureflags | ||
| 247 | - React-hermes | ||
| 248 | - React-jsi | ||
| 249 | - React-jsiexecutor | ||
| 250 | - React-jsinspector | ||
| 251 | - React-jsinspectorcdp | ||
| 252 | - React-jsitooling | ||
| 253 | - React-perflogger | ||
| 254 | - React-runtimeexecutor | ||
| 255 | - React-runtimescheduler | ||
| 256 | - React-utils | ||
| 257 | - ReactNativeDependencies | ||
| 258 | - Yoga | ||
| 259 | - React-Core/RCTVibrationHeaders (0.85.0): | ||
| 260 | - hermes-engine | ||
| 261 | - RCTDeprecation | ||
| 262 | - React-Core-prebuilt | ||
| 263 | - React-Core/Default | ||
| 264 | - React-cxxreact | ||
| 265 | - React-featureflags | ||
| 266 | - React-hermes | ||
| 267 | - React-jsi | ||
| 268 | - React-jsiexecutor | ||
| 269 | - React-jsinspector | ||
| 270 | - React-jsinspectorcdp | ||
| 271 | - React-jsitooling | ||
| 272 | - React-perflogger | ||
| 273 | - React-runtimeexecutor | ||
| 274 | - React-runtimescheduler | ||
| 275 | - React-utils | ||
| 276 | - ReactNativeDependencies | ||
| 277 | - Yoga | ||
| 278 | - React-Core/RCTWebSocket (0.85.0): | ||
| 279 | - hermes-engine | ||
| 280 | - RCTDeprecation | ||
| 281 | - React-Core-prebuilt | ||
| 282 | - React-Core/Default (= 0.85.0) | ||
| 283 | - React-cxxreact | ||
| 284 | - React-featureflags | ||
| 285 | - React-hermes | ||
| 286 | - React-jsi | ||
| 287 | - React-jsiexecutor | ||
| 288 | - React-jsinspector | ||
| 289 | - React-jsinspectorcdp | ||
| 290 | - React-jsitooling | ||
| 291 | - React-perflogger | ||
| 292 | - React-runtimeexecutor | ||
| 293 | - React-runtimescheduler | ||
| 294 | - React-utils | ||
| 295 | - ReactNativeDependencies | ||
| 296 | - Yoga | ||
| 297 | - React-CoreModules (0.85.0): | ||
| 298 | - RCTTypeSafety (= 0.85.0) | ||
| 299 | - React-Core-prebuilt | ||
| 300 | - React-Core/CoreModulesHeaders (= 0.85.0) | ||
| 301 | - React-debug | ||
| 302 | - React-jsi (= 0.85.0) | ||
| 303 | - React-jsinspector | ||
| 304 | - React-jsinspectorcdp | ||
| 305 | - React-jsinspectortracing | ||
| 306 | - React-NativeModulesApple | ||
| 307 | - React-RCTBlob | ||
| 308 | - React-RCTFBReactNativeSpec | ||
| 309 | - React-RCTImage (= 0.85.0) | ||
| 310 | - React-runtimeexecutor | ||
| 311 | - React-utils | ||
| 312 | - ReactCommon | ||
| 313 | - ReactNativeDependencies | ||
| 314 | - React-cxxreact (0.85.0): | ||
| 315 | - hermes-engine | ||
| 316 | - React-callinvoker (= 0.85.0) | ||
| 317 | - React-Core-prebuilt | ||
| 318 | - React-debug (= 0.85.0) | ||
| 319 | - React-jsi (= 0.85.0) | ||
| 320 | - React-jsinspector | ||
| 321 | - React-jsinspectorcdp | ||
| 322 | - React-jsinspectortracing | ||
| 323 | - React-logger (= 0.85.0) | ||
| 324 | - React-perflogger (= 0.85.0) | ||
| 325 | - React-runtimeexecutor | ||
| 326 | - React-timing (= 0.85.0) | ||
| 327 | - React-utils | ||
| 328 | - ReactNativeDependencies | ||
| 329 | - React-debug (0.85.0) | ||
| 330 | - React-defaultsnativemodule (0.85.0): | ||
| 331 | - hermes-engine | ||
| 332 | - React-Core-prebuilt | ||
| 333 | - React-domnativemodule | ||
| 334 | - React-Fabric/animated | ||
| 335 | - React-featureflags | ||
| 336 | - React-featureflagsnativemodule | ||
| 337 | - React-idlecallbacksnativemodule | ||
| 338 | - React-intersectionobservernativemodule | ||
| 339 | - React-jsi | ||
| 340 | - React-jsiexecutor | ||
| 341 | - React-microtasksnativemodule | ||
| 342 | - React-RCTFBReactNativeSpec | ||
| 343 | - React-webperformancenativemodule | ||
| 344 | - ReactNativeDependencies | ||
| 345 | - Yoga | ||
| 346 | - React-domnativemodule (0.85.0): | ||
| 347 | - hermes-engine | ||
| 348 | - React-Core-prebuilt | ||
| 349 | - React-Fabric | ||
| 350 | - React-Fabric/bridging | ||
| 351 | - React-FabricComponents | ||
| 352 | - React-graphics | ||
| 353 | - React-jsi | ||
| 354 | - React-jsiexecutor | ||
| 355 | - React-RCTFBReactNativeSpec | ||
| 356 | - React-runtimeexecutor | ||
| 357 | - ReactCommon/turbomodule/core | ||
| 358 | - ReactNativeDependencies | ||
| 359 | - Yoga | ||
| 360 | - React-Fabric (0.85.0): | ||
| 361 | - hermes-engine | ||
| 362 | - RCTRequired | ||
| 363 | - RCTTypeSafety | ||
| 364 | - React-Core | ||
| 365 | - React-Core-prebuilt | ||
| 366 | - React-cxxreact | ||
| 367 | - React-debug | ||
| 368 | - React-Fabric/animated (= 0.85.0) | ||
| 369 | - React-Fabric/animationbackend (= 0.85.0) | ||
| 370 | - React-Fabric/animations (= 0.85.0) | ||
| 371 | - React-Fabric/attributedstring (= 0.85.0) | ||
| 372 | - React-Fabric/bridging (= 0.85.0) | ||
| 373 | - React-Fabric/componentregistry (= 0.85.0) | ||
| 374 | - React-Fabric/componentregistrynative (= 0.85.0) | ||
| 375 | - React-Fabric/components (= 0.85.0) | ||
| 376 | - React-Fabric/consistency (= 0.85.0) | ||
| 377 | - React-Fabric/core (= 0.85.0) | ||
| 378 | - React-Fabric/dom (= 0.85.0) | ||
| 379 | - React-Fabric/imagemanager (= 0.85.0) | ||
| 380 | - React-Fabric/leakchecker (= 0.85.0) | ||
| 381 | - React-Fabric/mounting (= 0.85.0) | ||
| 382 | - React-Fabric/observers (= 0.85.0) | ||
| 383 | - React-Fabric/scheduler (= 0.85.0) | ||
| 384 | - React-Fabric/telemetry (= 0.85.0) | ||
| 385 | - React-Fabric/uimanager (= 0.85.0) | ||
| 386 | - React-featureflags | ||
| 387 | - React-graphics | ||
| 388 | - React-jsi | ||
| 389 | - React-jsiexecutor | ||
| 390 | - React-logger | ||
| 391 | - React-rendererdebug | ||
| 392 | - React-runtimeexecutor | ||
| 393 | - React-runtimescheduler | ||
| 394 | - React-utils | ||
| 395 | - ReactCommon/turbomodule/core | ||
| 396 | - ReactNativeDependencies | ||
| 397 | - React-Fabric/animated (0.85.0): | ||
| 398 | - hermes-engine | ||
| 399 | - RCTRequired | ||
| 400 | - RCTTypeSafety | ||
| 401 | - React-Core | ||
| 402 | - React-Core-prebuilt | ||
| 403 | - React-cxxreact | ||
| 404 | - React-debug | ||
| 405 | - React-Fabric/animationbackend | ||
| 406 | - React-featureflags | ||
| 407 | - React-graphics | ||
| 408 | - React-jsi | ||
| 409 | - React-jsiexecutor | ||
| 410 | - React-logger | ||
| 411 | - React-rendererdebug | ||
| 412 | - React-runtimeexecutor | ||
| 413 | - React-runtimescheduler | ||
| 414 | - React-utils | ||
| 415 | - ReactCommon/turbomodule/core | ||
| 416 | - ReactNativeDependencies | ||
| 417 | - React-Fabric/animationbackend (0.85.0): | ||
| 418 | - hermes-engine | ||
| 419 | - RCTRequired | ||
| 420 | - RCTTypeSafety | ||
| 421 | - React-Core | ||
| 422 | - React-Core-prebuilt | ||
| 423 | - React-cxxreact | ||
| 424 | - React-debug | ||
| 425 | - React-featureflags | ||
| 426 | - React-graphics | ||
| 427 | - React-jsi | ||
| 428 | - React-jsiexecutor | ||
| 429 | - React-logger | ||
| 430 | - React-rendererdebug | ||
| 431 | - React-runtimeexecutor | ||
| 432 | - React-runtimescheduler | ||
| 433 | - React-utils | ||
| 434 | - ReactCommon/turbomodule/core | ||
| 435 | - ReactNativeDependencies | ||
| 436 | - React-Fabric/animations (0.85.0): | ||
| 437 | - hermes-engine | ||
| 438 | - RCTRequired | ||
| 439 | - RCTTypeSafety | ||
| 440 | - React-Core | ||
| 441 | - React-Core-prebuilt | ||
| 442 | - React-cxxreact | ||
| 443 | - React-debug | ||
| 444 | - React-featureflags | ||
| 445 | - React-graphics | ||
| 446 | - React-jsi | ||
| 447 | - React-jsiexecutor | ||
| 448 | - React-logger | ||
| 449 | - React-rendererdebug | ||
| 450 | - React-runtimeexecutor | ||
| 451 | - React-runtimescheduler | ||
| 452 | - React-utils | ||
| 453 | - ReactCommon/turbomodule/core | ||
| 454 | - ReactNativeDependencies | ||
| 455 | - React-Fabric/attributedstring (0.85.0): | ||
| 456 | - hermes-engine | ||
| 457 | - RCTRequired | ||
| 458 | - RCTTypeSafety | ||
| 459 | - React-Core | ||
| 460 | - React-Core-prebuilt | ||
| 461 | - React-cxxreact | ||
| 462 | - React-debug | ||
| 463 | - React-featureflags | ||
| 464 | - React-graphics | ||
| 465 | - React-jsi | ||
| 466 | - React-jsiexecutor | ||
| 467 | - React-logger | ||
| 468 | - React-rendererdebug | ||
| 469 | - React-runtimeexecutor | ||
| 470 | - React-runtimescheduler | ||
| 471 | - React-utils | ||
| 472 | - ReactCommon/turbomodule/core | ||
| 473 | - ReactNativeDependencies | ||
| 474 | - React-Fabric/bridging (0.85.0): | ||
| 475 | - hermes-engine | ||
| 476 | - RCTRequired | ||
| 477 | - RCTTypeSafety | ||
| 478 | - React-Core | ||
| 479 | - React-Core-prebuilt | ||
| 480 | - React-cxxreact | ||
| 481 | - React-debug | ||
| 482 | - React-featureflags | ||
| 483 | - React-graphics | ||
| 484 | - React-jsi | ||
| 485 | - React-jsiexecutor | ||
| 486 | - React-logger | ||
| 487 | - React-rendererdebug | ||
| 488 | - React-runtimeexecutor | ||
| 489 | - React-runtimescheduler | ||
| 490 | - React-utils | ||
| 491 | - ReactCommon/turbomodule/core | ||
| 492 | - ReactNativeDependencies | ||
| 493 | - React-Fabric/componentregistry (0.85.0): | ||
| 494 | - hermes-engine | ||
| 495 | - RCTRequired | ||
| 496 | - RCTTypeSafety | ||
| 497 | - React-Core | ||
| 498 | - React-Core-prebuilt | ||
| 499 | - React-cxxreact | ||
| 500 | - React-debug | ||
| 501 | - React-featureflags | ||
| 502 | - React-graphics | ||
| 503 | - React-jsi | ||
| 504 | - React-jsiexecutor | ||
| 505 | - React-logger | ||
| 506 | - React-rendererdebug | ||
| 507 | - React-runtimeexecutor | ||
| 508 | - React-runtimescheduler | ||
| 509 | - React-utils | ||
| 510 | - ReactCommon/turbomodule/core | ||
| 511 | - ReactNativeDependencies | ||
| 512 | - React-Fabric/componentregistrynative (0.85.0): | ||
| 513 | - hermes-engine | ||
| 514 | - RCTRequired | ||
| 515 | - RCTTypeSafety | ||
| 516 | - React-Core | ||
| 517 | - React-Core-prebuilt | ||
| 518 | - React-cxxreact | ||
| 519 | - React-debug | ||
| 520 | - React-featureflags | ||
| 521 | - React-graphics | ||
| 522 | - React-jsi | ||
| 523 | - React-jsiexecutor | ||
| 524 | - React-logger | ||
| 525 | - React-rendererdebug | ||
| 526 | - React-runtimeexecutor | ||
| 527 | - React-runtimescheduler | ||
| 528 | - React-utils | ||
| 529 | - ReactCommon/turbomodule/core | ||
| 530 | - ReactNativeDependencies | ||
| 531 | - React-Fabric/components (0.85.0): | ||
| 532 | - hermes-engine | ||
| 533 | - RCTRequired | ||
| 534 | - RCTTypeSafety | ||
| 535 | - React-Core | ||
| 536 | - React-Core-prebuilt | ||
| 537 | - React-cxxreact | ||
| 538 | - React-debug | ||
| 539 | - React-Fabric/components/legacyviewmanagerinterop (= 0.85.0) | ||
| 540 | - React-Fabric/components/root (= 0.85.0) | ||
| 541 | - React-Fabric/components/scrollview (= 0.85.0) | ||
| 542 | - React-Fabric/components/view (= 0.85.0) | ||
| 543 | - React-featureflags | ||
| 544 | - React-graphics | ||
| 545 | - React-jsi | ||
| 546 | - React-jsiexecutor | ||
| 547 | - React-logger | ||
| 548 | - React-rendererdebug | ||
| 549 | - React-runtimeexecutor | ||
| 550 | - React-runtimescheduler | ||
| 551 | - React-utils | ||
| 552 | - ReactCommon/turbomodule/core | ||
| 553 | - ReactNativeDependencies | ||
| 554 | - React-Fabric/components/legacyviewmanagerinterop (0.85.0): | ||
| 555 | - hermes-engine | ||
| 556 | - RCTRequired | ||
| 557 | - RCTTypeSafety | ||
| 558 | - React-Core | ||
| 559 | - React-Core-prebuilt | ||
| 560 | - React-cxxreact | ||
| 561 | - React-debug | ||
| 562 | - React-featureflags | ||
| 563 | - React-graphics | ||
| 564 | - React-jsi | ||
| 565 | - React-jsiexecutor | ||
| 566 | - React-logger | ||
| 567 | - React-rendererdebug | ||
| 568 | - React-runtimeexecutor | ||
| 569 | - React-runtimescheduler | ||
| 570 | - React-utils | ||
| 571 | - ReactCommon/turbomodule/core | ||
| 572 | - ReactNativeDependencies | ||
| 573 | - React-Fabric/components/root (0.85.0): | ||
| 574 | - hermes-engine | ||
| 575 | - RCTRequired | ||
| 576 | - RCTTypeSafety | ||
| 577 | - React-Core | ||
| 578 | - React-Core-prebuilt | ||
| 579 | - React-cxxreact | ||
| 580 | - React-debug | ||
| 581 | - React-featureflags | ||
| 582 | - React-graphics | ||
| 583 | - React-jsi | ||
| 584 | - React-jsiexecutor | ||
| 585 | - React-logger | ||
| 586 | - React-rendererdebug | ||
| 587 | - React-runtimeexecutor | ||
| 588 | - React-runtimescheduler | ||
| 589 | - React-utils | ||
| 590 | - ReactCommon/turbomodule/core | ||
| 591 | - ReactNativeDependencies | ||
| 592 | - React-Fabric/components/scrollview (0.85.0): | ||
| 593 | - hermes-engine | ||
| 594 | - RCTRequired | ||
| 595 | - RCTTypeSafety | ||
| 596 | - React-Core | ||
| 597 | - React-Core-prebuilt | ||
| 598 | - React-cxxreact | ||
| 599 | - React-debug | ||
| 600 | - React-featureflags | ||
| 601 | - React-graphics | ||
| 602 | - React-jsi | ||
| 603 | - React-jsiexecutor | ||
| 604 | - React-logger | ||
| 605 | - React-rendererdebug | ||
| 606 | - React-runtimeexecutor | ||
| 607 | - React-runtimescheduler | ||
| 608 | - React-utils | ||
| 609 | - ReactCommon/turbomodule/core | ||
| 610 | - ReactNativeDependencies | ||
| 611 | - React-Fabric/components/view (0.85.0): | ||
| 612 | - hermes-engine | ||
| 613 | - RCTRequired | ||
| 614 | - RCTTypeSafety | ||
| 615 | - React-Core | ||
| 616 | - React-Core-prebuilt | ||
| 617 | - React-cxxreact | ||
| 618 | - React-debug | ||
| 619 | - React-featureflags | ||
| 620 | - React-graphics | ||
| 621 | - React-jsi | ||
| 622 | - React-jsiexecutor | ||
| 623 | - React-logger | ||
| 624 | - React-renderercss | ||
| 625 | - React-rendererdebug | ||
| 626 | - React-runtimeexecutor | ||
| 627 | - React-runtimescheduler | ||
| 628 | - React-utils | ||
| 629 | - ReactCommon/turbomodule/core | ||
| 630 | - ReactNativeDependencies | ||
| 631 | - Yoga | ||
| 632 | - React-Fabric/consistency (0.85.0): | ||
| 633 | - hermes-engine | ||
| 634 | - RCTRequired | ||
| 635 | - RCTTypeSafety | ||
| 636 | - React-Core | ||
| 637 | - React-Core-prebuilt | ||
| 638 | - React-cxxreact | ||
| 639 | - React-debug | ||
| 640 | - React-featureflags | ||
| 641 | - React-graphics | ||
| 642 | - React-jsi | ||
| 643 | - React-jsiexecutor | ||
| 644 | - React-logger | ||
| 645 | - React-rendererdebug | ||
| 646 | - React-runtimeexecutor | ||
| 647 | - React-runtimescheduler | ||
| 648 | - React-utils | ||
| 649 | - ReactCommon/turbomodule/core | ||
| 650 | - ReactNativeDependencies | ||
| 651 | - React-Fabric/core (0.85.0): | ||
| 652 | - hermes-engine | ||
| 653 | - RCTRequired | ||
| 654 | - RCTTypeSafety | ||
| 655 | - React-Core | ||
| 656 | - React-Core-prebuilt | ||
| 657 | - React-cxxreact | ||
| 658 | - React-debug | ||
| 659 | - React-featureflags | ||
| 660 | - React-graphics | ||
| 661 | - React-jsi | ||
| 662 | - React-jsiexecutor | ||
| 663 | - React-logger | ||
| 664 | - React-rendererdebug | ||
| 665 | - React-runtimeexecutor | ||
| 666 | - React-runtimescheduler | ||
| 667 | - React-utils | ||
| 668 | - ReactCommon/turbomodule/core | ||
| 669 | - ReactNativeDependencies | ||
| 670 | - React-Fabric/dom (0.85.0): | ||
| 671 | - hermes-engine | ||
| 672 | - RCTRequired | ||
| 673 | - RCTTypeSafety | ||
| 674 | - React-Core | ||
| 675 | - React-Core-prebuilt | ||
| 676 | - React-cxxreact | ||
| 677 | - React-debug | ||
| 678 | - React-featureflags | ||
| 679 | - React-graphics | ||
| 680 | - React-jsi | ||
| 681 | - React-jsiexecutor | ||
| 682 | - React-logger | ||
| 683 | - React-rendererdebug | ||
| 684 | - React-runtimeexecutor | ||
| 685 | - React-runtimescheduler | ||
| 686 | - React-utils | ||
| 687 | - ReactCommon/turbomodule/core | ||
| 688 | - ReactNativeDependencies | ||
| 689 | - React-Fabric/imagemanager (0.85.0): | ||
| 690 | - hermes-engine | ||
| 691 | - RCTRequired | ||
| 692 | - RCTTypeSafety | ||
| 693 | - React-Core | ||
| 694 | - React-Core-prebuilt | ||
| 695 | - React-cxxreact | ||
| 696 | - React-debug | ||
| 697 | - React-featureflags | ||
| 698 | - React-graphics | ||
| 699 | - React-jsi | ||
| 700 | - React-jsiexecutor | ||
| 701 | - React-logger | ||
| 702 | - React-rendererdebug | ||
| 703 | - React-runtimeexecutor | ||
| 704 | - React-runtimescheduler | ||
| 705 | - React-utils | ||
| 706 | - ReactCommon/turbomodule/core | ||
| 707 | - ReactNativeDependencies | ||
| 708 | - React-Fabric/leakchecker (0.85.0): | ||
| 709 | - hermes-engine | ||
| 710 | - RCTRequired | ||
| 711 | - RCTTypeSafety | ||
| 712 | - React-Core | ||
| 713 | - React-Core-prebuilt | ||
| 714 | - React-cxxreact | ||
| 715 | - React-debug | ||
| 716 | - React-featureflags | ||
| 717 | - React-graphics | ||
| 718 | - React-jsi | ||
| 719 | - React-jsiexecutor | ||
| 720 | - React-logger | ||
| 721 | - React-rendererdebug | ||
| 722 | - React-runtimeexecutor | ||
| 723 | - React-runtimescheduler | ||
| 724 | - React-utils | ||
| 725 | - ReactCommon/turbomodule/core | ||
| 726 | - ReactNativeDependencies | ||
| 727 | - React-Fabric/mounting (0.85.0): | ||
| 728 | - hermes-engine | ||
| 729 | - RCTRequired | ||
| 730 | - RCTTypeSafety | ||
| 731 | - React-Core | ||
| 732 | - React-Core-prebuilt | ||
| 733 | - React-cxxreact | ||
| 734 | - React-debug | ||
| 735 | - React-featureflags | ||
| 736 | - React-graphics | ||
| 737 | - React-jsi | ||
| 738 | - React-jsiexecutor | ||
| 739 | - React-logger | ||
| 740 | - React-rendererdebug | ||
| 741 | - React-runtimeexecutor | ||
| 742 | - React-runtimescheduler | ||
| 743 | - React-utils | ||
| 744 | - ReactCommon/turbomodule/core | ||
| 745 | - ReactNativeDependencies | ||
| 746 | - React-Fabric/observers (0.85.0): | ||
| 747 | - hermes-engine | ||
| 748 | - RCTRequired | ||
| 749 | - RCTTypeSafety | ||
| 750 | - React-Core | ||
| 751 | - React-Core-prebuilt | ||
| 752 | - React-cxxreact | ||
| 753 | - React-debug | ||
| 754 | - React-Fabric/observers/events (= 0.85.0) | ||
| 755 | - React-Fabric/observers/intersection (= 0.85.0) | ||
| 756 | - React-featureflags | ||
| 757 | - React-graphics | ||
| 758 | - React-jsi | ||
| 759 | - React-jsiexecutor | ||
| 760 | - React-logger | ||
| 761 | - React-rendererdebug | ||
| 762 | - React-runtimeexecutor | ||
| 763 | - React-runtimescheduler | ||
| 764 | - React-utils | ||
| 765 | - ReactCommon/turbomodule/core | ||
| 766 | - ReactNativeDependencies | ||
| 767 | - React-Fabric/observers/events (0.85.0): | ||
| 768 | - hermes-engine | ||
| 769 | - RCTRequired | ||
| 770 | - RCTTypeSafety | ||
| 771 | - React-Core | ||
| 772 | - React-Core-prebuilt | ||
| 773 | - React-cxxreact | ||
| 774 | - React-debug | ||
| 775 | - React-featureflags | ||
| 776 | - React-graphics | ||
| 777 | - React-jsi | ||
| 778 | - React-jsiexecutor | ||
| 779 | - React-logger | ||
| 780 | - React-rendererdebug | ||
| 781 | - React-runtimeexecutor | ||
| 782 | - React-runtimescheduler | ||
| 783 | - React-utils | ||
| 784 | - ReactCommon/turbomodule/core | ||
| 785 | - ReactNativeDependencies | ||
| 786 | - React-Fabric/observers/intersection (0.85.0): | ||
| 787 | - hermes-engine | ||
| 788 | - RCTRequired | ||
| 789 | - RCTTypeSafety | ||
| 790 | - React-Core | ||
| 791 | - React-Core-prebuilt | ||
| 792 | - React-cxxreact | ||
| 793 | - React-debug | ||
| 794 | - React-featureflags | ||
| 795 | - React-graphics | ||
| 796 | - React-jsi | ||
| 797 | - React-jsiexecutor | ||
| 798 | - React-logger | ||
| 799 | - React-rendererdebug | ||
| 800 | - React-runtimeexecutor | ||
| 801 | - React-runtimescheduler | ||
| 802 | - React-utils | ||
| 803 | - ReactCommon/turbomodule/core | ||
| 804 | - ReactNativeDependencies | ||
| 805 | - React-Fabric/scheduler (0.85.0): | ||
| 806 | - hermes-engine | ||
| 807 | - RCTRequired | ||
| 808 | - RCTTypeSafety | ||
| 809 | - React-Core | ||
| 810 | - React-Core-prebuilt | ||
| 811 | - React-cxxreact | ||
| 812 | - React-debug | ||
| 813 | - React-Fabric/animationbackend | ||
| 814 | - React-Fabric/observers/events | ||
| 815 | - React-featureflags | ||
| 816 | - React-graphics | ||
| 817 | - React-jsi | ||
| 818 | - React-jsiexecutor | ||
| 819 | - React-logger | ||
| 820 | - React-performancecdpmetrics | ||
| 821 | - React-performancetimeline | ||
| 822 | - React-rendererdebug | ||
| 823 | - React-runtimeexecutor | ||
| 824 | - React-runtimescheduler | ||
| 825 | - React-utils | ||
| 826 | - ReactCommon/turbomodule/core | ||
| 827 | - ReactNativeDependencies | ||
| 828 | - React-Fabric/telemetry (0.85.0): | ||
| 829 | - hermes-engine | ||
| 830 | - RCTRequired | ||
| 831 | - RCTTypeSafety | ||
| 832 | - React-Core | ||
| 833 | - React-Core-prebuilt | ||
| 834 | - React-cxxreact | ||
| 835 | - React-debug | ||
| 836 | - React-featureflags | ||
| 837 | - React-graphics | ||
| 838 | - React-jsi | ||
| 839 | - React-jsiexecutor | ||
| 840 | - React-logger | ||
| 841 | - React-rendererdebug | ||
| 842 | - React-runtimeexecutor | ||
| 843 | - React-runtimescheduler | ||
| 844 | - React-utils | ||
| 845 | - ReactCommon/turbomodule/core | ||
| 846 | - ReactNativeDependencies | ||
| 847 | - React-Fabric/uimanager (0.85.0): | ||
| 848 | - hermes-engine | ||
| 849 | - RCTRequired | ||
| 850 | - RCTTypeSafety | ||
| 851 | - React-Core | ||
| 852 | - React-Core-prebuilt | ||
| 853 | - React-cxxreact | ||
| 854 | - React-debug | ||
| 855 | - React-Fabric/uimanager/consistency (= 0.85.0) | ||
| 856 | - React-featureflags | ||
| 857 | - React-graphics | ||
| 858 | - React-jsi | ||
| 859 | - React-jsiexecutor | ||
| 860 | - React-logger | ||
| 861 | - React-rendererconsistency | ||
| 862 | - React-rendererdebug | ||
| 863 | - React-runtimeexecutor | ||
| 864 | - React-runtimescheduler | ||
| 865 | - React-utils | ||
| 866 | - ReactCommon/turbomodule/core | ||
| 867 | - ReactNativeDependencies | ||
| 868 | - React-Fabric/uimanager/consistency (0.85.0): | ||
| 869 | - hermes-engine | ||
| 870 | - RCTRequired | ||
| 871 | - RCTTypeSafety | ||
| 872 | - React-Core | ||
| 873 | - React-Core-prebuilt | ||
| 874 | - React-cxxreact | ||
| 875 | - React-debug | ||
| 876 | - React-featureflags | ||
| 877 | - React-graphics | ||
| 878 | - React-jsi | ||
| 879 | - React-jsiexecutor | ||
| 880 | - React-logger | ||
| 881 | - React-rendererconsistency | ||
| 882 | - React-rendererdebug | ||
| 883 | - React-runtimeexecutor | ||
| 884 | - React-runtimescheduler | ||
| 885 | - React-utils | ||
| 886 | - ReactCommon/turbomodule/core | ||
| 887 | - ReactNativeDependencies | ||
| 888 | - React-FabricComponents (0.85.0): | ||
| 889 | - hermes-engine | ||
| 890 | - RCTRequired | ||
| 891 | - RCTTypeSafety | ||
| 892 | - React-Core | ||
| 893 | - React-Core-prebuilt | ||
| 894 | - React-cxxreact | ||
| 895 | - React-debug | ||
| 896 | - React-Fabric | ||
| 897 | - React-FabricComponents/components (= 0.85.0) | ||
| 898 | - React-FabricComponents/textlayoutmanager (= 0.85.0) | ||
| 899 | - React-featureflags | ||
| 900 | - React-graphics | ||
| 901 | - React-jsi | ||
| 902 | - React-jsiexecutor | ||
| 903 | - React-logger | ||
| 904 | - React-RCTFBReactNativeSpec | ||
| 905 | - React-rendererdebug | ||
| 906 | - React-runtimescheduler | ||
| 907 | - React-utils | ||
| 908 | - ReactCommon/turbomodule/core | ||
| 909 | - ReactNativeDependencies | ||
| 910 | - Yoga | ||
| 911 | - React-FabricComponents/components (0.85.0): | ||
| 912 | - hermes-engine | ||
| 913 | - RCTRequired | ||
| 914 | - RCTTypeSafety | ||
| 915 | - React-Core | ||
| 916 | - React-Core-prebuilt | ||
| 917 | - React-cxxreact | ||
| 918 | - React-debug | ||
| 919 | - React-Fabric | ||
| 920 | - React-FabricComponents/components/inputaccessory (= 0.85.0) | ||
| 921 | - React-FabricComponents/components/iostextinput (= 0.85.0) | ||
| 922 | - React-FabricComponents/components/modal (= 0.85.0) | ||
| 923 | - React-FabricComponents/components/rncore (= 0.85.0) | ||
| 924 | - React-FabricComponents/components/safeareaview (= 0.85.0) | ||
| 925 | - React-FabricComponents/components/scrollview (= 0.85.0) | ||
| 926 | - React-FabricComponents/components/switch (= 0.85.0) | ||
| 927 | - React-FabricComponents/components/text (= 0.85.0) | ||
| 928 | - React-FabricComponents/components/textinput (= 0.85.0) | ||
| 929 | - React-FabricComponents/components/unimplementedview (= 0.85.0) | ||
| 930 | - React-FabricComponents/components/virtualview (= 0.85.0) | ||
| 931 | - React-featureflags | ||
| 932 | - React-graphics | ||
| 933 | - React-jsi | ||
| 934 | - React-jsiexecutor | ||
| 935 | - React-logger | ||
| 936 | - React-RCTFBReactNativeSpec | ||
| 937 | - React-rendererdebug | ||
| 938 | - React-runtimescheduler | ||
| 939 | - React-utils | ||
| 940 | - ReactCommon/turbomodule/core | ||
| 941 | - ReactNativeDependencies | ||
| 942 | - Yoga | ||
| 943 | - React-FabricComponents/components/inputaccessory (0.85.0): | ||
| 944 | - hermes-engine | ||
| 945 | - RCTRequired | ||
| 946 | - RCTTypeSafety | ||
| 947 | - React-Core | ||
| 948 | - React-Core-prebuilt | ||
| 949 | - React-cxxreact | ||
| 950 | - React-debug | ||
| 951 | - React-Fabric | ||
| 952 | - React-featureflags | ||
| 953 | - React-graphics | ||
| 954 | - React-jsi | ||
| 955 | - React-jsiexecutor | ||
| 956 | - React-logger | ||
| 957 | - React-RCTFBReactNativeSpec | ||
| 958 | - React-rendererdebug | ||
| 959 | - React-runtimescheduler | ||
| 960 | - React-utils | ||
| 961 | - ReactCommon/turbomodule/core | ||
| 962 | - ReactNativeDependencies | ||
| 963 | - Yoga | ||
| 964 | - React-FabricComponents/components/iostextinput (0.85.0): | ||
| 965 | - hermes-engine | ||
| 966 | - RCTRequired | ||
| 967 | - RCTTypeSafety | ||
| 968 | - React-Core | ||
| 969 | - React-Core-prebuilt | ||
| 970 | - React-cxxreact | ||
| 971 | - React-debug | ||
| 972 | - React-Fabric | ||
| 973 | - React-featureflags | ||
| 974 | - React-graphics | ||
| 975 | - React-jsi | ||
| 976 | - React-jsiexecutor | ||
| 977 | - React-logger | ||
| 978 | - React-RCTFBReactNativeSpec | ||
| 979 | - React-rendererdebug | ||
| 980 | - React-runtimescheduler | ||
| 981 | - React-utils | ||
| 982 | - ReactCommon/turbomodule/core | ||
| 983 | - ReactNativeDependencies | ||
| 984 | - Yoga | ||
| 985 | - React-FabricComponents/components/modal (0.85.0): | ||
| 986 | - hermes-engine | ||
| 987 | - RCTRequired | ||
| 988 | - RCTTypeSafety | ||
| 989 | - React-Core | ||
| 990 | - React-Core-prebuilt | ||
| 991 | - React-cxxreact | ||
| 992 | - React-debug | ||
| 993 | - React-Fabric | ||
| 994 | - React-featureflags | ||
| 995 | - React-graphics | ||
| 996 | - React-jsi | ||
| 997 | - React-jsiexecutor | ||
| 998 | - React-logger | ||
| 999 | - React-RCTFBReactNativeSpec | ||
| 1000 | - React-rendererdebug | ||
| 1001 | - React-runtimescheduler | ||
| 1002 | - React-utils | ||
| 1003 | - ReactCommon/turbomodule/core | ||
| 1004 | - ReactNativeDependencies | ||
| 1005 | - Yoga | ||
| 1006 | - React-FabricComponents/components/rncore (0.85.0): | ||
| 1007 | - hermes-engine | ||
| 1008 | - RCTRequired | ||
| 1009 | - RCTTypeSafety | ||
| 1010 | - React-Core | ||
| 1011 | - React-Core-prebuilt | ||
| 1012 | - React-cxxreact | ||
| 1013 | - React-debug | ||
| 1014 | - React-Fabric | ||
| 1015 | - React-featureflags | ||
| 1016 | - React-graphics | ||
| 1017 | - React-jsi | ||
| 1018 | - React-jsiexecutor | ||
| 1019 | - React-logger | ||
| 1020 | - React-RCTFBReactNativeSpec | ||
| 1021 | - React-rendererdebug | ||
| 1022 | - React-runtimescheduler | ||
| 1023 | - React-utils | ||
| 1024 | - ReactCommon/turbomodule/core | ||
| 1025 | - ReactNativeDependencies | ||
| 1026 | - Yoga | ||
| 1027 | - React-FabricComponents/components/safeareaview (0.85.0): | ||
| 1028 | - hermes-engine | ||
| 1029 | - RCTRequired | ||
| 1030 | - RCTTypeSafety | ||
| 1031 | - React-Core | ||
| 1032 | - React-Core-prebuilt | ||
| 1033 | - React-cxxreact | ||
| 1034 | - React-debug | ||
| 1035 | - React-Fabric | ||
| 1036 | - React-featureflags | ||
| 1037 | - React-graphics | ||
| 1038 | - React-jsi | ||
| 1039 | - React-jsiexecutor | ||
| 1040 | - React-logger | ||
| 1041 | - React-RCTFBReactNativeSpec | ||
| 1042 | - React-rendererdebug | ||
| 1043 | - React-runtimescheduler | ||
| 1044 | - React-utils | ||
| 1045 | - ReactCommon/turbomodule/core | ||
| 1046 | - ReactNativeDependencies | ||
| 1047 | - Yoga | ||
| 1048 | - React-FabricComponents/components/scrollview (0.85.0): | ||
| 1049 | - hermes-engine | ||
| 1050 | - RCTRequired | ||
| 1051 | - RCTTypeSafety | ||
| 1052 | - React-Core | ||
| 1053 | - React-Core-prebuilt | ||
| 1054 | - React-cxxreact | ||
| 1055 | - React-debug | ||
| 1056 | - React-Fabric | ||
| 1057 | - React-featureflags | ||
| 1058 | - React-graphics | ||
| 1059 | - React-jsi | ||
| 1060 | - React-jsiexecutor | ||
| 1061 | - React-logger | ||
| 1062 | - React-RCTFBReactNativeSpec | ||
| 1063 | - React-rendererdebug | ||
| 1064 | - React-runtimescheduler | ||
| 1065 | - React-utils | ||
| 1066 | - ReactCommon/turbomodule/core | ||
| 1067 | - ReactNativeDependencies | ||
| 1068 | - Yoga | ||
| 1069 | - React-FabricComponents/components/switch (0.85.0): | ||
| 1070 | - hermes-engine | ||
| 1071 | - RCTRequired | ||
| 1072 | - RCTTypeSafety | ||
| 1073 | - React-Core | ||
| 1074 | - React-Core-prebuilt | ||
| 1075 | - React-cxxreact | ||
| 1076 | - React-debug | ||
| 1077 | - React-Fabric | ||
| 1078 | - React-featureflags | ||
| 1079 | - React-graphics | ||
| 1080 | - React-jsi | ||
| 1081 | - React-jsiexecutor | ||
| 1082 | - React-logger | ||
| 1083 | - React-RCTFBReactNativeSpec | ||
| 1084 | - React-rendererdebug | ||
| 1085 | - React-runtimescheduler | ||
| 1086 | - React-utils | ||
| 1087 | - ReactCommon/turbomodule/core | ||
| 1088 | - ReactNativeDependencies | ||
| 1089 | - Yoga | ||
| 1090 | - React-FabricComponents/components/text (0.85.0): | ||
| 1091 | - hermes-engine | ||
| 1092 | - RCTRequired | ||
| 1093 | - RCTTypeSafety | ||
| 1094 | - React-Core | ||
| 1095 | - React-Core-prebuilt | ||
| 1096 | - React-cxxreact | ||
| 1097 | - React-debug | ||
| 1098 | - React-Fabric | ||
| 1099 | - React-featureflags | ||
| 1100 | - React-graphics | ||
| 1101 | - React-jsi | ||
| 1102 | - React-jsiexecutor | ||
| 1103 | - React-logger | ||
| 1104 | - React-RCTFBReactNativeSpec | ||
| 1105 | - React-rendererdebug | ||
| 1106 | - React-runtimescheduler | ||
| 1107 | - React-utils | ||
| 1108 | - ReactCommon/turbomodule/core | ||
| 1109 | - ReactNativeDependencies | ||
| 1110 | - Yoga | ||
| 1111 | - React-FabricComponents/components/textinput (0.85.0): | ||
| 1112 | - hermes-engine | ||
| 1113 | - RCTRequired | ||
| 1114 | - RCTTypeSafety | ||
| 1115 | - React-Core | ||
| 1116 | - React-Core-prebuilt | ||
| 1117 | - React-cxxreact | ||
| 1118 | - React-debug | ||
| 1119 | - React-Fabric | ||
| 1120 | - React-featureflags | ||
| 1121 | - React-graphics | ||
| 1122 | - React-jsi | ||
| 1123 | - React-jsiexecutor | ||
| 1124 | - React-logger | ||
| 1125 | - React-RCTFBReactNativeSpec | ||
| 1126 | - React-rendererdebug | ||
| 1127 | - React-runtimescheduler | ||
| 1128 | - React-utils | ||
| 1129 | - ReactCommon/turbomodule/core | ||
| 1130 | - ReactNativeDependencies | ||
| 1131 | - Yoga | ||
| 1132 | - React-FabricComponents/components/unimplementedview (0.85.0): | ||
| 1133 | - hermes-engine | ||
| 1134 | - RCTRequired | ||
| 1135 | - RCTTypeSafety | ||
| 1136 | - React-Core | ||
| 1137 | - React-Core-prebuilt | ||
| 1138 | - React-cxxreact | ||
| 1139 | - React-debug | ||
| 1140 | - React-Fabric | ||
| 1141 | - React-featureflags | ||
| 1142 | - React-graphics | ||
| 1143 | - React-jsi | ||
| 1144 | - React-jsiexecutor | ||
| 1145 | - React-logger | ||
| 1146 | - React-RCTFBReactNativeSpec | ||
| 1147 | - React-rendererdebug | ||
| 1148 | - React-runtimescheduler | ||
| 1149 | - React-utils | ||
| 1150 | - ReactCommon/turbomodule/core | ||
| 1151 | - ReactNativeDependencies | ||
| 1152 | - Yoga | ||
| 1153 | - React-FabricComponents/components/virtualview (0.85.0): | ||
| 1154 | - hermes-engine | ||
| 1155 | - RCTRequired | ||
| 1156 | - RCTTypeSafety | ||
| 1157 | - React-Core | ||
| 1158 | - React-Core-prebuilt | ||
| 1159 | - React-cxxreact | ||
| 1160 | - React-debug | ||
| 1161 | - React-Fabric | ||
| 1162 | - React-featureflags | ||
| 1163 | - React-graphics | ||
| 1164 | - React-jsi | ||
| 1165 | - React-jsiexecutor | ||
| 1166 | - React-logger | ||
| 1167 | - React-RCTFBReactNativeSpec | ||
| 1168 | - React-rendererdebug | ||
| 1169 | - React-runtimescheduler | ||
| 1170 | - React-utils | ||
| 1171 | - ReactCommon/turbomodule/core | ||
| 1172 | - ReactNativeDependencies | ||
| 1173 | - Yoga | ||
| 1174 | - React-FabricComponents/textlayoutmanager (0.85.0): | ||
| 1175 | - hermes-engine | ||
| 1176 | - RCTRequired | ||
| 1177 | - RCTTypeSafety | ||
| 1178 | - React-Core | ||
| 1179 | - React-Core-prebuilt | ||
| 1180 | - React-cxxreact | ||
| 1181 | - React-debug | ||
| 1182 | - React-Fabric | ||
| 1183 | - React-featureflags | ||
| 1184 | - React-graphics | ||
| 1185 | - React-jsi | ||
| 1186 | - React-jsiexecutor | ||
| 1187 | - React-logger | ||
| 1188 | - React-RCTFBReactNativeSpec | ||
| 1189 | - React-rendererdebug | ||
| 1190 | - React-runtimescheduler | ||
| 1191 | - React-utils | ||
| 1192 | - ReactCommon/turbomodule/core | ||
| 1193 | - ReactNativeDependencies | ||
| 1194 | - Yoga | ||
| 1195 | - React-FabricImage (0.85.0): | ||
| 1196 | - hermes-engine | ||
| 1197 | - RCTRequired (= 0.85.0) | ||
| 1198 | - RCTTypeSafety (= 0.85.0) | ||
| 1199 | - React-Core-prebuilt | ||
| 1200 | - React-Fabric | ||
| 1201 | - React-featureflags | ||
| 1202 | - React-graphics | ||
| 1203 | - React-ImageManager | ||
| 1204 | - React-jsi | ||
| 1205 | - React-jsiexecutor (= 0.85.0) | ||
| 1206 | - React-logger | ||
| 1207 | - React-rendererdebug | ||
| 1208 | - React-utils | ||
| 1209 | - ReactCommon | ||
| 1210 | - ReactNativeDependencies | ||
| 1211 | - Yoga | ||
| 1212 | - React-featureflags (0.85.0): | ||
| 1213 | - React-Core-prebuilt | ||
| 1214 | - ReactNativeDependencies | ||
| 1215 | - React-featureflagsnativemodule (0.85.0): | ||
| 1216 | - hermes-engine | ||
| 1217 | - React-Core-prebuilt | ||
| 1218 | - React-featureflags | ||
| 1219 | - React-jsi | ||
| 1220 | - React-jsiexecutor | ||
| 1221 | - React-RCTFBReactNativeSpec | ||
| 1222 | - ReactCommon/turbomodule/core | ||
| 1223 | - ReactNativeDependencies | ||
| 1224 | - React-graphics (0.85.0): | ||
| 1225 | - hermes-engine | ||
| 1226 | - React-Core-prebuilt | ||
| 1227 | - React-featureflags | ||
| 1228 | - React-jsi | ||
| 1229 | - React-jsiexecutor | ||
| 1230 | - React-utils | ||
| 1231 | - ReactNativeDependencies | ||
| 1232 | - React-hermes (0.85.0): | ||
| 1233 | - hermes-engine | ||
| 1234 | - React-Core-prebuilt | ||
| 1235 | - React-cxxreact (= 0.85.0) | ||
| 1236 | - React-jsi | ||
| 1237 | - React-jsiexecutor (= 0.85.0) | ||
| 1238 | - React-jsinspector | ||
| 1239 | - React-jsinspectorcdp | ||
| 1240 | - React-jsinspectortracing | ||
| 1241 | - React-jsitooling | ||
| 1242 | - React-oscompat | ||
| 1243 | - React-perflogger (= 0.85.0) | ||
| 1244 | - React-runtimeexecutor | ||
| 1245 | - ReactNativeDependencies | ||
| 1246 | - React-idlecallbacksnativemodule (0.85.0): | ||
| 1247 | - hermes-engine | ||
| 1248 | - React-Core-prebuilt | ||
| 1249 | - React-jsi | ||
| 1250 | - React-jsiexecutor | ||
| 1251 | - React-RCTFBReactNativeSpec | ||
| 1252 | - React-runtimeexecutor | ||
| 1253 | - React-runtimescheduler | ||
| 1254 | - ReactCommon/turbomodule/core | ||
| 1255 | - ReactNativeDependencies | ||
| 1256 | - React-ImageManager (0.85.0): | ||
| 1257 | - React-Core-prebuilt | ||
| 1258 | - React-Core/Default | ||
| 1259 | - React-debug | ||
| 1260 | - React-Fabric | ||
| 1261 | - React-graphics | ||
| 1262 | - React-rendererdebug | ||
| 1263 | - React-utils | ||
| 1264 | - ReactNativeDependencies | ||
| 1265 | - React-intersectionobservernativemodule (0.85.0): | ||
| 1266 | - hermes-engine | ||
| 1267 | - React-Core-prebuilt | ||
| 1268 | - React-cxxreact | ||
| 1269 | - React-Fabric | ||
| 1270 | - React-Fabric/bridging | ||
| 1271 | - React-graphics | ||
| 1272 | - React-jsi | ||
| 1273 | - React-jsiexecutor | ||
| 1274 | - React-RCTFBReactNativeSpec | ||
| 1275 | - React-runtimeexecutor | ||
| 1276 | - React-runtimescheduler | ||
| 1277 | - ReactCommon/turbomodule/core | ||
| 1278 | - ReactNativeDependencies | ||
| 1279 | - Yoga | ||
| 1280 | - React-jserrorhandler (0.85.0): | ||
| 1281 | - hermes-engine | ||
| 1282 | - React-Core-prebuilt | ||
| 1283 | - React-cxxreact | ||
| 1284 | - React-debug | ||
| 1285 | - React-featureflags | ||
| 1286 | - React-jsi | ||
| 1287 | - ReactCommon/turbomodule/bridging | ||
| 1288 | - ReactNativeDependencies | ||
| 1289 | - React-jsi (0.85.0): | ||
| 1290 | - hermes-engine | ||
| 1291 | - React-Core-prebuilt | ||
| 1292 | - ReactNativeDependencies | ||
| 1293 | - React-jsiexecutor (0.85.0): | ||
| 1294 | - hermes-engine | ||
| 1295 | - React-Core-prebuilt | ||
| 1296 | - React-cxxreact | ||
| 1297 | - React-debug | ||
| 1298 | - React-jserrorhandler | ||
| 1299 | - React-jsi | ||
| 1300 | - React-jsinspector | ||
| 1301 | - React-jsinspectorcdp | ||
| 1302 | - React-jsinspectortracing | ||
| 1303 | - React-jsitooling | ||
| 1304 | - React-perflogger | ||
| 1305 | - React-runtimeexecutor | ||
| 1306 | - React-utils | ||
| 1307 | - ReactNativeDependencies | ||
| 1308 | - React-jsinspector (0.85.0): | ||
| 1309 | - hermes-engine | ||
| 1310 | - React-Core-prebuilt | ||
| 1311 | - React-featureflags | ||
| 1312 | - React-jsi | ||
| 1313 | - React-jsinspectorcdp | ||
| 1314 | - React-jsinspectornetwork | ||
| 1315 | - React-jsinspectortracing | ||
| 1316 | - React-oscompat | ||
| 1317 | - React-perflogger (= 0.85.0) | ||
| 1318 | - React-runtimeexecutor | ||
| 1319 | - React-utils | ||
| 1320 | - ReactNativeDependencies | ||
| 1321 | - React-jsinspectorcdp (0.85.0): | ||
| 1322 | - React-Core-prebuilt | ||
| 1323 | - ReactNativeDependencies | ||
| 1324 | - React-jsinspectornetwork (0.85.0): | ||
| 1325 | - React-Core-prebuilt | ||
| 1326 | - React-jsinspectorcdp | ||
| 1327 | - ReactNativeDependencies | ||
| 1328 | - React-jsinspectortracing (0.85.0): | ||
| 1329 | - hermes-engine | ||
| 1330 | - React-Core-prebuilt | ||
| 1331 | - React-jsi | ||
| 1332 | - React-jsinspectornetwork | ||
| 1333 | - React-oscompat | ||
| 1334 | - React-timing | ||
| 1335 | - ReactNativeDependencies | ||
| 1336 | - React-jsitooling (0.85.0): | ||
| 1337 | - hermes-engine | ||
| 1338 | - React-Core-prebuilt | ||
| 1339 | - React-cxxreact (= 0.85.0) | ||
| 1340 | - React-debug | ||
| 1341 | - React-jsi (= 0.85.0) | ||
| 1342 | - React-jsinspector | ||
| 1343 | - React-jsinspectorcdp | ||
| 1344 | - React-jsinspectortracing | ||
| 1345 | - React-runtimeexecutor | ||
| 1346 | - React-utils | ||
| 1347 | - ReactNativeDependencies | ||
| 1348 | - React-jsitracing (0.85.0): | ||
| 1349 | - React-jsi | ||
| 1350 | - React-logger (0.85.0): | ||
| 1351 | - React-Core-prebuilt | ||
| 1352 | - ReactNativeDependencies | ||
| 1353 | - React-Mapbuffer (0.85.0): | ||
| 1354 | - React-Core-prebuilt | ||
| 1355 | - React-debug | ||
| 1356 | - ReactNativeDependencies | ||
| 1357 | - React-microtasksnativemodule (0.85.0): | ||
| 1358 | - hermes-engine | ||
| 1359 | - React-Core-prebuilt | ||
| 1360 | - React-jsi | ||
| 1361 | - React-jsiexecutor | ||
| 1362 | - React-RCTFBReactNativeSpec | ||
| 1363 | - ReactCommon/turbomodule/core | ||
| 1364 | - ReactNativeDependencies | ||
| 1365 | - react-native-safe-area-context (5.7.0): | ||
| 1366 | - hermes-engine | ||
| 1367 | - RCTRequired | ||
| 1368 | - RCTTypeSafety | ||
| 1369 | - React-Core | ||
| 1370 | - React-Core-prebuilt | ||
| 1371 | - React-debug | ||
| 1372 | - React-Fabric | ||
| 1373 | - React-featureflags | ||
| 1374 | - React-graphics | ||
| 1375 | - React-ImageManager | ||
| 1376 | - React-jsi | ||
| 1377 | - react-native-safe-area-context/common (= 5.7.0) | ||
| 1378 | - react-native-safe-area-context/fabric (= 5.7.0) | ||
| 1379 | - React-NativeModulesApple | ||
| 1380 | - React-RCTFabric | ||
| 1381 | - React-renderercss | ||
| 1382 | - React-rendererdebug | ||
| 1383 | - React-utils | ||
| 1384 | - ReactCodegen | ||
| 1385 | - ReactCommon/turbomodule/bridging | ||
| 1386 | - ReactCommon/turbomodule/core | ||
| 1387 | - ReactNativeDependencies | ||
| 1388 | - Yoga | ||
| 1389 | - react-native-safe-area-context/common (5.7.0): | ||
| 1390 | - hermes-engine | ||
| 1391 | - RCTRequired | ||
| 1392 | - RCTTypeSafety | ||
| 1393 | - React-Core | ||
| 1394 | - React-Core-prebuilt | ||
| 1395 | - React-debug | ||
| 1396 | - React-Fabric | ||
| 1397 | - React-featureflags | ||
| 1398 | - React-graphics | ||
| 1399 | - React-ImageManager | ||
| 1400 | - React-jsi | ||
| 1401 | - React-NativeModulesApple | ||
| 1402 | - React-RCTFabric | ||
| 1403 | - React-renderercss | ||
| 1404 | - React-rendererdebug | ||
| 1405 | - React-utils | ||
| 1406 | - ReactCodegen | ||
| 1407 | - ReactCommon/turbomodule/bridging | ||
| 1408 | - ReactCommon/turbomodule/core | ||
| 1409 | - ReactNativeDependencies | ||
| 1410 | - Yoga | ||
| 1411 | - react-native-safe-area-context/fabric (5.7.0): | ||
| 1412 | - hermes-engine | ||
| 1413 | - RCTRequired | ||
| 1414 | - RCTTypeSafety | ||
| 1415 | - React-Core | ||
| 1416 | - React-Core-prebuilt | ||
| 1417 | - React-debug | ||
| 1418 | - React-Fabric | ||
| 1419 | - React-featureflags | ||
| 1420 | - React-graphics | ||
| 1421 | - React-ImageManager | ||
| 1422 | - React-jsi | ||
| 1423 | - react-native-safe-area-context/common | ||
| 1424 | - React-NativeModulesApple | ||
| 1425 | - React-RCTFabric | ||
| 1426 | - React-renderercss | ||
| 1427 | - React-rendererdebug | ||
| 1428 | - React-utils | ||
| 1429 | - ReactCodegen | ||
| 1430 | - ReactCommon/turbomodule/bridging | ||
| 1431 | - ReactCommon/turbomodule/core | ||
| 1432 | - ReactNativeDependencies | ||
| 1433 | - Yoga | ||
| 1434 | - React-NativeModulesApple (0.85.0): | ||
| 1435 | - hermes-engine | ||
| 1436 | - React-callinvoker | ||
| 1437 | - React-Core | ||
| 1438 | - React-Core-prebuilt | ||
| 1439 | - React-cxxreact | ||
| 1440 | - React-debug | ||
| 1441 | - React-featureflags | ||
| 1442 | - React-jsi | ||
| 1443 | - React-jsinspector | ||
| 1444 | - React-jsinspectorcdp | ||
| 1445 | - React-runtimeexecutor | ||
| 1446 | - ReactCommon/turbomodule/bridging | ||
| 1447 | - ReactCommon/turbomodule/core | ||
| 1448 | - ReactNativeDependencies | ||
| 1449 | - React-networking (0.85.0): | ||
| 1450 | - React-Core-prebuilt | ||
| 1451 | - React-jsinspectornetwork | ||
| 1452 | - React-jsinspectortracing | ||
| 1453 | - React-performancetimeline | ||
| 1454 | - React-timing | ||
| 1455 | - ReactNativeDependencies | ||
| 1456 | - React-oscompat (0.85.0) | ||
| 1457 | - React-perflogger (0.85.0): | ||
| 1458 | - React-Core-prebuilt | ||
| 1459 | - ReactNativeDependencies | ||
| 1460 | - React-performancecdpmetrics (0.85.0): | ||
| 1461 | - hermes-engine | ||
| 1462 | - React-Core-prebuilt | ||
| 1463 | - React-jsi | ||
| 1464 | - React-performancetimeline | ||
| 1465 | - React-runtimeexecutor | ||
| 1466 | - React-timing | ||
| 1467 | - ReactNativeDependencies | ||
| 1468 | - React-performancetimeline (0.85.0): | ||
| 1469 | - React-Core-prebuilt | ||
| 1470 | - React-featureflags | ||
| 1471 | - React-jsinspector | ||
| 1472 | - React-jsinspectortracing | ||
| 1473 | - React-perflogger | ||
| 1474 | - React-timing | ||
| 1475 | - ReactNativeDependencies | ||
| 1476 | - React-RCTActionSheet (0.85.0): | ||
| 1477 | - React-Core/RCTActionSheetHeaders (= 0.85.0) | ||
| 1478 | - React-RCTAnimation (0.85.0): | ||
| 1479 | - RCTTypeSafety | ||
| 1480 | - React-Core-prebuilt | ||
| 1481 | - React-Core/RCTAnimationHeaders | ||
| 1482 | - React-debug | ||
| 1483 | - React-featureflags | ||
| 1484 | - React-jsi | ||
| 1485 | - React-NativeModulesApple | ||
| 1486 | - React-RCTFBReactNativeSpec | ||
| 1487 | - ReactCommon | ||
| 1488 | - ReactNativeDependencies | ||
| 1489 | - React-RCTAppDelegate (0.85.0): | ||
| 1490 | - hermes-engine | ||
| 1491 | - RCTRequired | ||
| 1492 | - RCTTypeSafety | ||
| 1493 | - React-Core | ||
| 1494 | - React-Core-prebuilt | ||
| 1495 | - React-CoreModules | ||
| 1496 | - React-debug | ||
| 1497 | - React-defaultsnativemodule | ||
| 1498 | - React-Fabric | ||
| 1499 | - React-featureflags | ||
| 1500 | - React-graphics | ||
| 1501 | - React-hermes | ||
| 1502 | - React-jsitooling | ||
| 1503 | - React-NativeModulesApple | ||
| 1504 | - React-RCTFabric | ||
| 1505 | - React-RCTFBReactNativeSpec | ||
| 1506 | - React-RCTImage | ||
| 1507 | - React-RCTNetwork | ||
| 1508 | - React-RCTRuntime | ||
| 1509 | - React-rendererdebug | ||
| 1510 | - React-RuntimeApple | ||
| 1511 | - React-RuntimeCore | ||
| 1512 | - React-runtimeexecutor | ||
| 1513 | - React-runtimescheduler | ||
| 1514 | - React-utils | ||
| 1515 | - ReactCommon | ||
| 1516 | - ReactNativeDependencies | ||
| 1517 | - React-RCTBlob (0.85.0): | ||
| 1518 | - hermes-engine | ||
| 1519 | - React-Core-prebuilt | ||
| 1520 | - React-Core/RCTBlobHeaders | ||
| 1521 | - React-Core/RCTWebSocket | ||
| 1522 | - React-jsi | ||
| 1523 | - React-jsinspector | ||
| 1524 | - React-jsinspectorcdp | ||
| 1525 | - React-NativeModulesApple | ||
| 1526 | - React-RCTFBReactNativeSpec | ||
| 1527 | - React-RCTNetwork | ||
| 1528 | - ReactCommon | ||
| 1529 | - ReactNativeDependencies | ||
| 1530 | - React-RCTFabric (0.85.0): | ||
| 1531 | - hermes-engine | ||
| 1532 | - RCTSwiftUIWrapper | ||
| 1533 | - React-Core | ||
| 1534 | - React-Core-prebuilt | ||
| 1535 | - React-debug | ||
| 1536 | - React-Fabric | ||
| 1537 | - React-FabricComponents | ||
| 1538 | - React-FabricImage | ||
| 1539 | - React-featureflags | ||
| 1540 | - React-graphics | ||
| 1541 | - React-ImageManager | ||
| 1542 | - React-jsi | ||
| 1543 | - React-jsinspector | ||
| 1544 | - React-jsinspectorcdp | ||
| 1545 | - React-jsinspectortracing | ||
| 1546 | - React-networking | ||
| 1547 | - React-performancecdpmetrics | ||
| 1548 | - React-performancetimeline | ||
| 1549 | - React-RCTAnimation | ||
| 1550 | - React-RCTFBReactNativeSpec | ||
| 1551 | - React-RCTImage | ||
| 1552 | - React-RCTText | ||
| 1553 | - React-rendererconsistency | ||
| 1554 | - React-renderercss | ||
| 1555 | - React-rendererdebug | ||
| 1556 | - React-runtimeexecutor | ||
| 1557 | - React-runtimescheduler | ||
| 1558 | - React-utils | ||
| 1559 | - ReactNativeDependencies | ||
| 1560 | - Yoga | ||
| 1561 | - React-RCTFBReactNativeSpec (0.85.0): | ||
| 1562 | - hermes-engine | ||
| 1563 | - RCTRequired | ||
| 1564 | - RCTTypeSafety | ||
| 1565 | - React-Core | ||
| 1566 | - React-Core-prebuilt | ||
| 1567 | - React-jsi | ||
| 1568 | - React-NativeModulesApple | ||
| 1569 | - React-RCTFBReactNativeSpec/components (= 0.85.0) | ||
| 1570 | - ReactCommon | ||
| 1571 | - ReactNativeDependencies | ||
| 1572 | - React-RCTFBReactNativeSpec/components (0.85.0): | ||
| 1573 | - hermes-engine | ||
| 1574 | - RCTRequired | ||
| 1575 | - RCTTypeSafety | ||
| 1576 | - React-Core | ||
| 1577 | - React-Core-prebuilt | ||
| 1578 | - React-debug | ||
| 1579 | - React-Fabric | ||
| 1580 | - React-featureflags | ||
| 1581 | - React-graphics | ||
| 1582 | - React-jsi | ||
| 1583 | - React-NativeModulesApple | ||
| 1584 | - React-rendererdebug | ||
| 1585 | - React-utils | ||
| 1586 | - ReactCommon | ||
| 1587 | - ReactNativeDependencies | ||
| 1588 | - Yoga | ||
| 1589 | - React-RCTImage (0.85.0): | ||
| 1590 | - RCTTypeSafety | ||
| 1591 | - React-Core-prebuilt | ||
| 1592 | - React-Core/RCTImageHeaders | ||
| 1593 | - React-jsi | ||
| 1594 | - React-NativeModulesApple | ||
| 1595 | - React-RCTFBReactNativeSpec | ||
| 1596 | - React-RCTNetwork | ||
| 1597 | - ReactCommon | ||
| 1598 | - ReactNativeDependencies | ||
| 1599 | - React-RCTLinking (0.85.0): | ||
| 1600 | - React-Core/RCTLinkingHeaders (= 0.85.0) | ||
| 1601 | - React-jsi (= 0.85.0) | ||
| 1602 | - React-NativeModulesApple | ||
| 1603 | - React-RCTFBReactNativeSpec | ||
| 1604 | - ReactCommon | ||
| 1605 | - ReactCommon/turbomodule/core (= 0.85.0) | ||
| 1606 | - React-RCTNetwork (0.85.0): | ||
| 1607 | - RCTTypeSafety | ||
| 1608 | - React-Core-prebuilt | ||
| 1609 | - React-Core/RCTNetworkHeaders | ||
| 1610 | - React-debug | ||
| 1611 | - React-featureflags | ||
| 1612 | - React-jsi | ||
| 1613 | - React-jsinspectorcdp | ||
| 1614 | - React-jsinspectornetwork | ||
| 1615 | - React-NativeModulesApple | ||
| 1616 | - React-networking | ||
| 1617 | - React-RCTFBReactNativeSpec | ||
| 1618 | - ReactCommon | ||
| 1619 | - ReactNativeDependencies | ||
| 1620 | - React-RCTRuntime (0.85.0): | ||
| 1621 | - hermes-engine | ||
| 1622 | - React-Core | ||
| 1623 | - React-Core-prebuilt | ||
| 1624 | - React-debug | ||
| 1625 | - React-jsi | ||
| 1626 | - React-jsinspector | ||
| 1627 | - React-jsinspectorcdp | ||
| 1628 | - React-jsinspectortracing | ||
| 1629 | - React-jsitooling | ||
| 1630 | - React-RuntimeApple | ||
| 1631 | - React-RuntimeCore | ||
| 1632 | - React-runtimeexecutor | ||
| 1633 | - React-RuntimeHermes | ||
| 1634 | - React-utils | ||
| 1635 | - ReactNativeDependencies | ||
| 1636 | - React-RCTSettings (0.85.0): | ||
| 1637 | - RCTTypeSafety | ||
| 1638 | - React-Core-prebuilt | ||
| 1639 | - React-Core/RCTSettingsHeaders | ||
| 1640 | - React-jsi | ||
| 1641 | - React-NativeModulesApple | ||
| 1642 | - React-RCTFBReactNativeSpec | ||
| 1643 | - ReactCommon | ||
| 1644 | - ReactNativeDependencies | ||
| 1645 | - React-RCTText (0.85.0): | ||
| 1646 | - React-Core/RCTTextHeaders (= 0.85.0) | ||
| 1647 | - Yoga | ||
| 1648 | - React-RCTVibration (0.85.0): | ||
| 1649 | - React-Core-prebuilt | ||
| 1650 | - React-Core/RCTVibrationHeaders | ||
| 1651 | - React-jsi | ||
| 1652 | - React-NativeModulesApple | ||
| 1653 | - React-RCTFBReactNativeSpec | ||
| 1654 | - ReactCommon | ||
| 1655 | - ReactNativeDependencies | ||
| 1656 | - React-rendererconsistency (0.85.0) | ||
| 1657 | - React-renderercss (0.85.0): | ||
| 1658 | - React-debug | ||
| 1659 | - React-utils | ||
| 1660 | - React-rendererdebug (0.85.0): | ||
| 1661 | - React-Core-prebuilt | ||
| 1662 | - React-debug | ||
| 1663 | - ReactNativeDependencies | ||
| 1664 | - React-RuntimeApple (0.85.0): | ||
| 1665 | - hermes-engine | ||
| 1666 | - React-callinvoker | ||
| 1667 | - React-Core-prebuilt | ||
| 1668 | - React-Core/Default | ||
| 1669 | - React-CoreModules | ||
| 1670 | - React-cxxreact | ||
| 1671 | - React-featureflags | ||
| 1672 | - React-jserrorhandler | ||
| 1673 | - React-jsi | ||
| 1674 | - React-jsiexecutor | ||
| 1675 | - React-jsinspector | ||
| 1676 | - React-jsitooling | ||
| 1677 | - React-Mapbuffer | ||
| 1678 | - React-NativeModulesApple | ||
| 1679 | - React-RCTFabric | ||
| 1680 | - React-RCTFBReactNativeSpec | ||
| 1681 | - React-RuntimeCore | ||
| 1682 | - React-runtimeexecutor | ||
| 1683 | - React-RuntimeHermes | ||
| 1684 | - React-runtimescheduler | ||
| 1685 | - React-utils | ||
| 1686 | - ReactNativeDependencies | ||
| 1687 | - React-RuntimeCore (0.85.0): | ||
| 1688 | - hermes-engine | ||
| 1689 | - React-Core-prebuilt | ||
| 1690 | - React-cxxreact | ||
| 1691 | - React-Fabric | ||
| 1692 | - React-featureflags | ||
| 1693 | - React-jserrorhandler | ||
| 1694 | - React-jsi | ||
| 1695 | - React-jsiexecutor | ||
| 1696 | - React-jsinspector | ||
| 1697 | - React-jsitooling | ||
| 1698 | - React-performancetimeline | ||
| 1699 | - React-runtimeexecutor | ||
| 1700 | - React-runtimescheduler | ||
| 1701 | - React-utils | ||
| 1702 | - ReactNativeDependencies | ||
| 1703 | - React-runtimeexecutor (0.85.0): | ||
| 1704 | - React-Core-prebuilt | ||
| 1705 | - React-debug | ||
| 1706 | - React-featureflags | ||
| 1707 | - React-jsi (= 0.85.0) | ||
| 1708 | - React-utils | ||
| 1709 | - ReactNativeDependencies | ||
| 1710 | - React-RuntimeHermes (0.85.0): | ||
| 1711 | - hermes-engine | ||
| 1712 | - React-Core-prebuilt | ||
| 1713 | - React-featureflags | ||
| 1714 | - React-hermes | ||
| 1715 | - React-jsi | ||
| 1716 | - React-jsinspector | ||
| 1717 | - React-jsinspectorcdp | ||
| 1718 | - React-jsinspectortracing | ||
| 1719 | - React-jsitooling | ||
| 1720 | - React-jsitracing | ||
| 1721 | - React-RuntimeCore | ||
| 1722 | - React-runtimeexecutor | ||
| 1723 | - React-utils | ||
| 1724 | - ReactNativeDependencies | ||
| 1725 | - React-runtimescheduler (0.85.0): | ||
| 1726 | - hermes-engine | ||
| 1727 | - React-callinvoker | ||
| 1728 | - React-Core-prebuilt | ||
| 1729 | - React-cxxreact | ||
| 1730 | - React-debug | ||
| 1731 | - React-featureflags | ||
| 1732 | - React-jsi | ||
| 1733 | - React-jsinspectortracing | ||
| 1734 | - React-performancetimeline | ||
| 1735 | - React-rendererconsistency | ||
| 1736 | - React-rendererdebug | ||
| 1737 | - React-runtimeexecutor | ||
| 1738 | - React-timing | ||
| 1739 | - React-utils | ||
| 1740 | - ReactNativeDependencies | ||
| 1741 | - React-timing (0.85.0): | ||
| 1742 | - React-debug | ||
| 1743 | - React-utils (0.85.0): | ||
| 1744 | - hermes-engine | ||
| 1745 | - React-Core-prebuilt | ||
| 1746 | - React-debug | ||
| 1747 | - React-jsi (= 0.85.0) | ||
| 1748 | - ReactNativeDependencies | ||
| 1749 | - React-webperformancenativemodule (0.85.0): | ||
| 1750 | - hermes-engine | ||
| 1751 | - React-Core-prebuilt | ||
| 1752 | - React-cxxreact | ||
| 1753 | - React-jsi | ||
| 1754 | - React-jsiexecutor | ||
| 1755 | - React-performancetimeline | ||
| 1756 | - React-RCTFBReactNativeSpec | ||
| 1757 | - React-runtimeexecutor | ||
| 1758 | - ReactCommon/turbomodule/core | ||
| 1759 | - ReactNativeDependencies | ||
| 1760 | - ReactAppDependencyProvider (0.85.0): | ||
| 1761 | - ReactCodegen | ||
| 1762 | - ReactCodegen (0.85.0): | ||
| 1763 | - hermes-engine | ||
| 1764 | - RCTRequired | ||
| 1765 | - RCTTypeSafety | ||
| 1766 | - React-Core | ||
| 1767 | - React-Core-prebuilt | ||
| 1768 | - React-debug | ||
| 1769 | - React-Fabric | ||
| 1770 | - React-FabricImage | ||
| 1771 | - React-featureflags | ||
| 1772 | - React-graphics | ||
| 1773 | - React-jsi | ||
| 1774 | - React-jsiexecutor | ||
| 1775 | - React-NativeModulesApple | ||
| 1776 | - React-RCTAppDelegate | ||
| 1777 | - React-rendererdebug | ||
| 1778 | - React-utils | ||
| 1779 | - ReactCommon/turbomodule/bridging | ||
| 1780 | - ReactCommon/turbomodule/core | ||
| 1781 | - ReactNativeDependencies | ||
| 1782 | - ReactCommon (0.85.0): | ||
| 1783 | - React-Core-prebuilt | ||
| 1784 | - ReactCommon/turbomodule (= 0.85.0) | ||
| 1785 | - ReactNativeDependencies | ||
| 1786 | - ReactCommon/turbomodule (0.85.0): | ||
| 1787 | - hermes-engine | ||
| 1788 | - React-callinvoker (= 0.85.0) | ||
| 1789 | - React-Core-prebuilt | ||
| 1790 | - React-cxxreact (= 0.85.0) | ||
| 1791 | - React-jsi (= 0.85.0) | ||
| 1792 | - React-logger (= 0.85.0) | ||
| 1793 | - React-perflogger (= 0.85.0) | ||
| 1794 | - ReactCommon/turbomodule/bridging (= 0.85.0) | ||
| 1795 | - ReactCommon/turbomodule/core (= 0.85.0) | ||
| 1796 | - ReactNativeDependencies | ||
| 1797 | - ReactCommon/turbomodule/bridging (0.85.0): | ||
| 1798 | - hermes-engine | ||
| 1799 | - React-callinvoker (= 0.85.0) | ||
| 1800 | - React-Core-prebuilt | ||
| 1801 | - React-cxxreact (= 0.85.0) | ||
| 1802 | - React-jsi (= 0.85.0) | ||
| 1803 | - React-logger (= 0.85.0) | ||
| 1804 | - React-perflogger (= 0.85.0) | ||
| 1805 | - ReactNativeDependencies | ||
| 1806 | - ReactCommon/turbomodule/core (0.85.0): | ||
| 1807 | - hermes-engine | ||
| 1808 | - React-callinvoker (= 0.85.0) | ||
| 1809 | - React-Core-prebuilt | ||
| 1810 | - React-cxxreact (= 0.85.0) | ||
| 1811 | - React-debug (= 0.85.0) | ||
| 1812 | - React-featureflags (= 0.85.0) | ||
| 1813 | - React-jsi (= 0.85.0) | ||
| 1814 | - React-logger (= 0.85.0) | ||
| 1815 | - React-perflogger (= 0.85.0) | ||
| 1816 | - React-utils (= 0.85.0) | ||
| 1817 | - ReactNativeDependencies | ||
| 1818 | - ReactNativeDependencies (0.85.0) | ||
| 1819 | - ReactNativeIOSLibrary (1.5.0): | ||
| 1820 | - React-Core | ||
| 1821 | - Yoga (0.0.0) | ||
| 1822 | |||
| 1823 | DEPENDENCIES: | ||
| 1824 | - FBLazyVector (from `../node_modules/react-native/Libraries/FBLazyVector`) | ||
| 1825 | - hermes-engine (from `../node_modules/react-native/sdks/hermes-engine/hermes-engine.podspec`) | ||
| 1826 | - RCTDeprecation (from `../node_modules/react-native/ReactApple/Libraries/RCTFoundation/RCTDeprecation`) | ||
| 1827 | - RCTRequired (from `../node_modules/react-native/Libraries/Required`) | ||
| 1828 | - RCTSwiftUI (from `../node_modules/react-native/ReactApple/RCTSwiftUI`) | ||
| 1829 | - RCTSwiftUIWrapper (from `../node_modules/react-native/ReactApple/RCTSwiftUIWrapper`) | ||
| 1830 | - RCTTypeSafety (from `../node_modules/react-native/Libraries/TypeSafety`) | ||
| 1831 | - React (from `../node_modules/react-native/`) | ||
| 1832 | - React-callinvoker (from `../node_modules/react-native/ReactCommon/callinvoker`) | ||
| 1833 | - React-Core (from `../node_modules/react-native/`) | ||
| 1834 | - React-Core-prebuilt (from `../node_modules/react-native/React-Core-prebuilt.podspec`) | ||
| 1835 | - React-Core/RCTWebSocket (from `../node_modules/react-native/`) | ||
| 1836 | - React-CoreModules (from `../node_modules/react-native/React/CoreModules`) | ||
| 1837 | - React-cxxreact (from `../node_modules/react-native/ReactCommon/cxxreact`) | ||
| 1838 | - React-debug (from `../node_modules/react-native/ReactCommon/react/debug`) | ||
| 1839 | - React-defaultsnativemodule (from `../node_modules/react-native/ReactCommon/react/nativemodule/defaults`) | ||
| 1840 | - React-domnativemodule (from `../node_modules/react-native/ReactCommon/react/nativemodule/dom`) | ||
| 1841 | - React-Fabric (from `../node_modules/react-native/ReactCommon`) | ||
| 1842 | - React-FabricComponents (from `../node_modules/react-native/ReactCommon`) | ||
| 1843 | - React-FabricImage (from `../node_modules/react-native/ReactCommon`) | ||
| 1844 | - React-featureflags (from `../node_modules/react-native/ReactCommon/react/featureflags`) | ||
| 1845 | - React-featureflagsnativemodule (from `../node_modules/react-native/ReactCommon/react/nativemodule/featureflags`) | ||
| 1846 | - React-graphics (from `../node_modules/react-native/ReactCommon/react/renderer/graphics`) | ||
| 1847 | - React-hermes (from `../node_modules/react-native/ReactCommon/hermes`) | ||
| 1848 | - React-idlecallbacksnativemodule (from `../node_modules/react-native/ReactCommon/react/nativemodule/idlecallbacks`) | ||
| 1849 | - React-ImageManager (from `../node_modules/react-native/ReactCommon/react/renderer/imagemanager/platform/ios`) | ||
| 1850 | - React-intersectionobservernativemodule (from `../node_modules/react-native/ReactCommon/react/nativemodule/intersectionobserver`) | ||
| 1851 | - React-jserrorhandler (from `../node_modules/react-native/ReactCommon/jserrorhandler`) | ||
| 1852 | - React-jsi (from `../node_modules/react-native/ReactCommon/jsi`) | ||
| 1853 | - React-jsiexecutor (from `../node_modules/react-native/ReactCommon/jsiexecutor`) | ||
| 1854 | - React-jsinspector (from `../node_modules/react-native/ReactCommon/jsinspector-modern`) | ||
| 1855 | - React-jsinspectorcdp (from `../node_modules/react-native/ReactCommon/jsinspector-modern/cdp`) | ||
| 1856 | - React-jsinspectornetwork (from `../node_modules/react-native/ReactCommon/jsinspector-modern/network`) | ||
| 1857 | - React-jsinspectortracing (from `../node_modules/react-native/ReactCommon/jsinspector-modern/tracing`) | ||
| 1858 | - React-jsitooling (from `../node_modules/react-native/ReactCommon/jsitooling`) | ||
| 1859 | - React-jsitracing (from `../node_modules/react-native/ReactCommon/hermes/executor/`) | ||
| 1860 | - React-logger (from `../node_modules/react-native/ReactCommon/logger`) | ||
| 1861 | - React-Mapbuffer (from `../node_modules/react-native/ReactCommon`) | ||
| 1862 | - React-microtasksnativemodule (from `../node_modules/react-native/ReactCommon/react/nativemodule/microtasks`) | ||
| 1863 | - react-native-safe-area-context (from `../node_modules/react-native-safe-area-context`) | ||
| 1864 | - React-NativeModulesApple (from `../node_modules/react-native/ReactCommon/react/nativemodule/core/platform/ios`) | ||
| 1865 | - React-networking (from `../node_modules/react-native/ReactCommon/react/networking`) | ||
| 1866 | - React-oscompat (from `../node_modules/react-native/ReactCommon/oscompat`) | ||
| 1867 | - React-perflogger (from `../node_modules/react-native/ReactCommon/reactperflogger`) | ||
| 1868 | - React-performancecdpmetrics (from `../node_modules/react-native/ReactCommon/react/performance/cdpmetrics`) | ||
| 1869 | - React-performancetimeline (from `../node_modules/react-native/ReactCommon/react/performance/timeline`) | ||
| 1870 | - React-RCTActionSheet (from `../node_modules/react-native/Libraries/ActionSheetIOS`) | ||
| 1871 | - React-RCTAnimation (from `../node_modules/react-native/Libraries/NativeAnimation`) | ||
| 1872 | - React-RCTAppDelegate (from `../node_modules/react-native/Libraries/AppDelegate`) | ||
| 1873 | - React-RCTBlob (from `../node_modules/react-native/Libraries/Blob`) | ||
| 1874 | - React-RCTFabric (from `../node_modules/react-native/React`) | ||
| 1875 | - React-RCTFBReactNativeSpec (from `../node_modules/react-native/React`) | ||
| 1876 | - React-RCTImage (from `../node_modules/react-native/Libraries/Image`) | ||
| 1877 | - React-RCTLinking (from `../node_modules/react-native/Libraries/LinkingIOS`) | ||
| 1878 | - React-RCTNetwork (from `../node_modules/react-native/Libraries/Network`) | ||
| 1879 | - React-RCTRuntime (from `../node_modules/react-native/React/Runtime`) | ||
| 1880 | - React-RCTSettings (from `../node_modules/react-native/Libraries/Settings`) | ||
| 1881 | - React-RCTText (from `../node_modules/react-native/Libraries/Text`) | ||
| 1882 | - React-RCTVibration (from `../node_modules/react-native/Libraries/Vibration`) | ||
| 1883 | - React-rendererconsistency (from `../node_modules/react-native/ReactCommon/react/renderer/consistency`) | ||
| 1884 | - React-renderercss (from `../node_modules/react-native/ReactCommon/react/renderer/css`) | ||
| 1885 | - React-rendererdebug (from `../node_modules/react-native/ReactCommon/react/renderer/debug`) | ||
| 1886 | - React-RuntimeApple (from `../node_modules/react-native/ReactCommon/react/runtime/platform/ios`) | ||
| 1887 | - React-RuntimeCore (from `../node_modules/react-native/ReactCommon/react/runtime`) | ||
| 1888 | - React-runtimeexecutor (from `../node_modules/react-native/ReactCommon/runtimeexecutor`) | ||
| 1889 | - React-RuntimeHermes (from `../node_modules/react-native/ReactCommon/react/runtime`) | ||
| 1890 | - React-runtimescheduler (from `../node_modules/react-native/ReactCommon/react/renderer/runtimescheduler`) | ||
| 1891 | - React-timing (from `../node_modules/react-native/ReactCommon/react/timing`) | ||
| 1892 | - React-utils (from `../node_modules/react-native/ReactCommon/react/utils`) | ||
| 1893 | - React-webperformancenativemodule (from `../node_modules/react-native/ReactCommon/react/nativemodule/webperformance`) | ||
| 1894 | - ReactAppDependencyProvider (from `build/generated/ios/ReactAppDependencyProvider`) | ||
| 1895 | - ReactCodegen (from `build/generated/ios/ReactCodegen`) | ||
| 1896 | - ReactCommon/turbomodule/core (from `../node_modules/react-native/ReactCommon`) | ||
| 1897 | - ReactNativeDependencies (from `../node_modules/react-native/third-party-podspecs/ReactNativeDependencies.podspec`) | ||
| 1898 | - "ReactNativeIOSLibrary (from `../node_modules/@ihealth/ihealthlibrary-react-native`)" | ||
| 1899 | - Yoga (from `../node_modules/react-native/ReactCommon/yoga`) | ||
| 1900 | |||
| 1901 | EXTERNAL SOURCES: | ||
| 1902 | FBLazyVector: | ||
| 1903 | :path: "../node_modules/react-native/Libraries/FBLazyVector" | ||
| 1904 | hermes-engine: | ||
| 1905 | :podspec: "../node_modules/react-native/sdks/hermes-engine/hermes-engine.podspec" | ||
| 1906 | :tag: hermes-v250829098.0.10 | ||
| 1907 | RCTDeprecation: | ||
| 1908 | :path: "../node_modules/react-native/ReactApple/Libraries/RCTFoundation/RCTDeprecation" | ||
| 1909 | RCTRequired: | ||
| 1910 | :path: "../node_modules/react-native/Libraries/Required" | ||
| 1911 | RCTSwiftUI: | ||
| 1912 | :path: "../node_modules/react-native/ReactApple/RCTSwiftUI" | ||
| 1913 | RCTSwiftUIWrapper: | ||
| 1914 | :path: "../node_modules/react-native/ReactApple/RCTSwiftUIWrapper" | ||
| 1915 | RCTTypeSafety: | ||
| 1916 | :path: "../node_modules/react-native/Libraries/TypeSafety" | ||
| 1917 | React: | ||
| 1918 | :path: "../node_modules/react-native/" | ||
| 1919 | React-callinvoker: | ||
| 1920 | :path: "../node_modules/react-native/ReactCommon/callinvoker" | ||
| 1921 | React-Core: | ||
| 1922 | :path: "../node_modules/react-native/" | ||
| 1923 | React-Core-prebuilt: | ||
| 1924 | :podspec: "../node_modules/react-native/React-Core-prebuilt.podspec" | ||
| 1925 | React-CoreModules: | ||
| 1926 | :path: "../node_modules/react-native/React/CoreModules" | ||
| 1927 | React-cxxreact: | ||
| 1928 | :path: "../node_modules/react-native/ReactCommon/cxxreact" | ||
| 1929 | React-debug: | ||
| 1930 | :path: "../node_modules/react-native/ReactCommon/react/debug" | ||
| 1931 | React-defaultsnativemodule: | ||
| 1932 | :path: "../node_modules/react-native/ReactCommon/react/nativemodule/defaults" | ||
| 1933 | React-domnativemodule: | ||
| 1934 | :path: "../node_modules/react-native/ReactCommon/react/nativemodule/dom" | ||
| 1935 | React-Fabric: | ||
| 1936 | :path: "../node_modules/react-native/ReactCommon" | ||
| 1937 | React-FabricComponents: | ||
| 1938 | :path: "../node_modules/react-native/ReactCommon" | ||
| 1939 | React-FabricImage: | ||
| 1940 | :path: "../node_modules/react-native/ReactCommon" | ||
| 1941 | React-featureflags: | ||
| 1942 | :path: "../node_modules/react-native/ReactCommon/react/featureflags" | ||
| 1943 | React-featureflagsnativemodule: | ||
| 1944 | :path: "../node_modules/react-native/ReactCommon/react/nativemodule/featureflags" | ||
| 1945 | React-graphics: | ||
| 1946 | :path: "../node_modules/react-native/ReactCommon/react/renderer/graphics" | ||
| 1947 | React-hermes: | ||
| 1948 | :path: "../node_modules/react-native/ReactCommon/hermes" | ||
| 1949 | React-idlecallbacksnativemodule: | ||
| 1950 | :path: "../node_modules/react-native/ReactCommon/react/nativemodule/idlecallbacks" | ||
| 1951 | React-ImageManager: | ||
| 1952 | :path: "../node_modules/react-native/ReactCommon/react/renderer/imagemanager/platform/ios" | ||
| 1953 | React-intersectionobservernativemodule: | ||
| 1954 | :path: "../node_modules/react-native/ReactCommon/react/nativemodule/intersectionobserver" | ||
| 1955 | React-jserrorhandler: | ||
| 1956 | :path: "../node_modules/react-native/ReactCommon/jserrorhandler" | ||
| 1957 | React-jsi: | ||
| 1958 | :path: "../node_modules/react-native/ReactCommon/jsi" | ||
| 1959 | React-jsiexecutor: | ||
| 1960 | :path: "../node_modules/react-native/ReactCommon/jsiexecutor" | ||
| 1961 | React-jsinspector: | ||
| 1962 | :path: "../node_modules/react-native/ReactCommon/jsinspector-modern" | ||
| 1963 | React-jsinspectorcdp: | ||
| 1964 | :path: "../node_modules/react-native/ReactCommon/jsinspector-modern/cdp" | ||
| 1965 | React-jsinspectornetwork: | ||
| 1966 | :path: "../node_modules/react-native/ReactCommon/jsinspector-modern/network" | ||
| 1967 | React-jsinspectortracing: | ||
| 1968 | :path: "../node_modules/react-native/ReactCommon/jsinspector-modern/tracing" | ||
| 1969 | React-jsitooling: | ||
| 1970 | :path: "../node_modules/react-native/ReactCommon/jsitooling" | ||
| 1971 | React-jsitracing: | ||
| 1972 | :path: "../node_modules/react-native/ReactCommon/hermes/executor/" | ||
| 1973 | React-logger: | ||
| 1974 | :path: "../node_modules/react-native/ReactCommon/logger" | ||
| 1975 | React-Mapbuffer: | ||
| 1976 | :path: "../node_modules/react-native/ReactCommon" | ||
| 1977 | React-microtasksnativemodule: | ||
| 1978 | :path: "../node_modules/react-native/ReactCommon/react/nativemodule/microtasks" | ||
| 1979 | react-native-safe-area-context: | ||
| 1980 | :path: "../node_modules/react-native-safe-area-context" | ||
| 1981 | React-NativeModulesApple: | ||
| 1982 | :path: "../node_modules/react-native/ReactCommon/react/nativemodule/core/platform/ios" | ||
| 1983 | React-networking: | ||
| 1984 | :path: "../node_modules/react-native/ReactCommon/react/networking" | ||
| 1985 | React-oscompat: | ||
| 1986 | :path: "../node_modules/react-native/ReactCommon/oscompat" | ||
| 1987 | React-perflogger: | ||
| 1988 | :path: "../node_modules/react-native/ReactCommon/reactperflogger" | ||
| 1989 | React-performancecdpmetrics: | ||
| 1990 | :path: "../node_modules/react-native/ReactCommon/react/performance/cdpmetrics" | ||
| 1991 | React-performancetimeline: | ||
| 1992 | :path: "../node_modules/react-native/ReactCommon/react/performance/timeline" | ||
| 1993 | React-RCTActionSheet: | ||
| 1994 | :path: "../node_modules/react-native/Libraries/ActionSheetIOS" | ||
| 1995 | React-RCTAnimation: | ||
| 1996 | :path: "../node_modules/react-native/Libraries/NativeAnimation" | ||
| 1997 | React-RCTAppDelegate: | ||
| 1998 | :path: "../node_modules/react-native/Libraries/AppDelegate" | ||
| 1999 | React-RCTBlob: | ||
| 2000 | :path: "../node_modules/react-native/Libraries/Blob" | ||
| 2001 | React-RCTFabric: | ||
| 2002 | :path: "../node_modules/react-native/React" | ||
| 2003 | React-RCTFBReactNativeSpec: | ||
| 2004 | :path: "../node_modules/react-native/React" | ||
| 2005 | React-RCTImage: | ||
| 2006 | :path: "../node_modules/react-native/Libraries/Image" | ||
| 2007 | React-RCTLinking: | ||
| 2008 | :path: "../node_modules/react-native/Libraries/LinkingIOS" | ||
| 2009 | React-RCTNetwork: | ||
| 2010 | :path: "../node_modules/react-native/Libraries/Network" | ||
| 2011 | React-RCTRuntime: | ||
| 2012 | :path: "../node_modules/react-native/React/Runtime" | ||
| 2013 | React-RCTSettings: | ||
| 2014 | :path: "../node_modules/react-native/Libraries/Settings" | ||
| 2015 | React-RCTText: | ||
| 2016 | :path: "../node_modules/react-native/Libraries/Text" | ||
| 2017 | React-RCTVibration: | ||
| 2018 | :path: "../node_modules/react-native/Libraries/Vibration" | ||
| 2019 | React-rendererconsistency: | ||
| 2020 | :path: "../node_modules/react-native/ReactCommon/react/renderer/consistency" | ||
| 2021 | React-renderercss: | ||
| 2022 | :path: "../node_modules/react-native/ReactCommon/react/renderer/css" | ||
| 2023 | React-rendererdebug: | ||
| 2024 | :path: "../node_modules/react-native/ReactCommon/react/renderer/debug" | ||
| 2025 | React-RuntimeApple: | ||
| 2026 | :path: "../node_modules/react-native/ReactCommon/react/runtime/platform/ios" | ||
| 2027 | React-RuntimeCore: | ||
| 2028 | :path: "../node_modules/react-native/ReactCommon/react/runtime" | ||
| 2029 | React-runtimeexecutor: | ||
| 2030 | :path: "../node_modules/react-native/ReactCommon/runtimeexecutor" | ||
| 2031 | React-RuntimeHermes: | ||
| 2032 | :path: "../node_modules/react-native/ReactCommon/react/runtime" | ||
| 2033 | React-runtimescheduler: | ||
| 2034 | :path: "../node_modules/react-native/ReactCommon/react/renderer/runtimescheduler" | ||
| 2035 | React-timing: | ||
| 2036 | :path: "../node_modules/react-native/ReactCommon/react/timing" | ||
| 2037 | React-utils: | ||
| 2038 | :path: "../node_modules/react-native/ReactCommon/react/utils" | ||
| 2039 | React-webperformancenativemodule: | ||
| 2040 | :path: "../node_modules/react-native/ReactCommon/react/nativemodule/webperformance" | ||
| 2041 | ReactAppDependencyProvider: | ||
| 2042 | :path: build/generated/ios/ReactAppDependencyProvider | ||
| 2043 | ReactCodegen: | ||
| 2044 | :path: build/generated/ios/ReactCodegen | ||
| 2045 | ReactCommon: | ||
| 2046 | :path: "../node_modules/react-native/ReactCommon" | ||
| 2047 | ReactNativeDependencies: | ||
| 2048 | :podspec: "../node_modules/react-native/third-party-podspecs/ReactNativeDependencies.podspec" | ||
| 2049 | ReactNativeIOSLibrary: | ||
| 2050 | :path: "../node_modules/@ihealth/ihealthlibrary-react-native" | ||
| 2051 | Yoga: | ||
| 2052 | :path: "../node_modules/react-native/ReactCommon/yoga" | ||
| 2053 | |||
| 2054 | SPEC CHECKSUMS: | ||
| 2055 | FBLazyVector: c00c20551d40126351a6783c47ce75f5b374851b | ||
| 2056 | hermes-engine: 42fc1a46e6723c4eadcb04eec7a13c0a53eac585 | ||
| 2057 | RCTDeprecation: 3bb167081b134461cfeb875ff7ae1945f8635257 | ||
| 2058 | RCTRequired: 74839f55d5058a133a0bc4569b0afec750957f64 | ||
| 2059 | RCTSwiftUI: 87a316382f3eab4dd13d2a0d0fd2adcce917361a | ||
| 2060 | RCTSwiftUIWrapper: a31d45fd2891c1e44c1912d9d0c0fac18ed275a0 | ||
| 2061 | RCTTypeSafety: abdf2eaed5501a52f2000de668ccfc60b78c3b27 | ||
| 2062 | React: 1b1536b9099195944034e65b1830f463caaa8390 | ||
| 2063 | React-callinvoker: 6dff6d17d1d6cc8fdf85468a649bafed473c65f5 | ||
| 2064 | React-Core: 00faa4d038298089a1d5a5b21dde8660c4f0820d | ||
| 2065 | React-Core-prebuilt: 91ef19990f570da768134060ca9ed85ad0846167 | ||
| 2066 | React-CoreModules: a17807f849bfd86045b0b9a75ec8c19373b482f6 | ||
| 2067 | React-cxxreact: c7b53ace5827be54048288bce5c55f337c41e95f | ||
| 2068 | React-debug: e1f00fcd2cef58a2897471a6d76a4ef5f5f90c74 | ||
| 2069 | React-defaultsnativemodule: a4354f3bc1a8ef54b0a49de6cb730c8d206c3404 | ||
| 2070 | React-domnativemodule: 18124c1b87708faa392e084ee4dfa600a903db5f | ||
| 2071 | React-Fabric: be4ef16f85b9756a0b6a8b4957569981548d879d | ||
| 2072 | React-FabricComponents: 8b9b88285710dbc17051975a794ca089080df1f8 | ||
| 2073 | React-FabricImage: 3b52d895e2838a0d5ed8404ac6ebfdd6a517ad17 | ||
| 2074 | React-featureflags: 2c85a987e70862d03332dd504840539a915722e3 | ||
| 2075 | React-featureflagsnativemodule: 144f925ea93ea2397ad40acbd9c2487cadffc49d | ||
| 2076 | React-graphics: 122811718b6ad23d49e2f25d59cee8ed87f1875a | ||
| 2077 | React-hermes: 2def7f96a41a78196e65722619aca3d285a19c53 | ||
| 2078 | React-idlecallbacksnativemodule: b2821ddb271d09285d9ee58eeda694e4fef3f036 | ||
| 2079 | React-ImageManager: bf6936d4d0509992a2ceb3dfbd557b130add80ad | ||
| 2080 | React-intersectionobservernativemodule: 6b28c3c069e801275d7c5822bd23a3bbcec16a60 | ||
| 2081 | React-jserrorhandler: 37420717a46c0e5e9f2805cdbb76ab8898f3e5a2 | ||
| 2082 | React-jsi: f4b843b6851635f64e2bc17fd176b33dec120ebc | ||
| 2083 | React-jsiexecutor: eb8bd947675ef44bedf6d8990a23681fc758aff0 | ||
| 2084 | React-jsinspector: 132ce1fa7aece674c656db3dcb9bfb2eaff354ca | ||
| 2085 | React-jsinspectorcdp: fa5507da20ea181af5cf15531711a40ad9965dab | ||
| 2086 | React-jsinspectornetwork: 2a83e372275c71e2fbd153e2cf3d0151e1a7cd8d | ||
| 2087 | React-jsinspectortracing: 2f6cad1182c183f249a7a609de8123986b6c5a27 | ||
| 2088 | React-jsitooling: 3bd2e214f61686c6d89d44baea32e6b8dd3cf425 | ||
| 2089 | React-jsitracing: 6b3a3df0e1b28d65a402c68dc4b79d9abf91b41b | ||
| 2090 | React-logger: ee47d5f3b59a46a006c65038ed5d0b1143e37510 | ||
| 2091 | React-Mapbuffer: 7f8bfbe3fcb2203db4ccb3975414af8cabe4bcd0 | ||
| 2092 | React-microtasksnativemodule: ca1f33f7c98b76d923f550d39631eb4e05fa9aec | ||
| 2093 | react-native-safe-area-context: 6b4966397ada0f7dd481e4486a2ef936834861a1 | ||
| 2094 | React-NativeModulesApple: 9c1f8815ebd72cc1c75587fe588513f6dd9cb708 | ||
| 2095 | React-networking: 8f75f882c6794e91e28b458b5bc1461034098c80 | ||
| 2096 | React-oscompat: 5361d0fa7905ba1c3b3c5e7c464d6be9d2d85f4b | ||
| 2097 | React-perflogger: 44ecaa45852241f80e07c0787c8b65516f5e774f | ||
| 2098 | React-performancecdpmetrics: ef5be4428f221866215bf66ae0ed35d1892fab56 | ||
| 2099 | React-performancetimeline: 1253e6fd3c9ab141f22903099c82b6c0d6fd9cff | ||
| 2100 | React-RCTActionSheet: e3d1db66ef805645e83e6e80f2e21922328a79a7 | ||
| 2101 | React-RCTAnimation: dc39e18331edfa4e4f3631ab83086ce4ba15c4bb | ||
| 2102 | React-RCTAppDelegate: d08cad1065637eecaf347286807ca25d5e966396 | ||
| 2103 | React-RCTBlob: bd5a11e3b206b86ccdcffa9538a5a4bea0acc0dd | ||
| 2104 | React-RCTFabric: efea59a73331fe82c9a79d4b0b96dda3c4d1416b | ||
| 2105 | React-RCTFBReactNativeSpec: 1adfc4557960efe5f233925b55d420e2483dd7df | ||
| 2106 | React-RCTImage: 11407de524bafcc1790394728ca3fe40c6719093 | ||
| 2107 | React-RCTLinking: 707855a5142f65472096a2910044444d390e8c96 | ||
| 2108 | React-RCTNetwork: 8033c7c90b0983dcf994220a9bdeaef428f0b3da | ||
| 2109 | React-RCTRuntime: 722152a3a55a2f89485f5bff358ab62ab1843d99 | ||
| 2110 | React-RCTSettings: cf450b5c44e1d8379b06ac9469c8a81c35ecd7c4 | ||
| 2111 | React-RCTText: 19f706ee0de06dd92945da223d8558d849209e9d | ||
| 2112 | React-RCTVibration: 3383f98add29944aebdcdfa89598b09b1cadf13c | ||
| 2113 | React-rendererconsistency: dd05e33df654b44cc5cdf99532b229d60d469b09 | ||
| 2114 | React-renderercss: 2b6291db12578663d260d24f4c3ece458216a738 | ||
| 2115 | React-rendererdebug: a06085705d5e796b1e40ac0f0e71b0868103e1a3 | ||
| 2116 | React-RuntimeApple: 65fad601d27f99f258cb7b72f2e3b467298ea12c | ||
| 2117 | React-RuntimeCore: f86d3cf1a66ceeed2767273899529c190b64efd4 | ||
| 2118 | React-runtimeexecutor: 4022f2022adc7877b867ecc32bc2ba76f541d94f | ||
| 2119 | React-RuntimeHermes: 003fc52c8419f74cdb7d72b426483131f9f6a09e | ||
| 2120 | React-runtimescheduler: 93fc5f5ab550e39afc342158aa7e7ef324d13565 | ||
| 2121 | React-timing: fca9c61f8a6ef76a4ef286a700ab54d3cdf3c079 | ||
| 2122 | React-utils: 5717eed2e4c96e4d8ad0718c2f63494c06c19e47 | ||
| 2123 | React-webperformancenativemodule: c465a47195d1c6f3cd7eeb84f38389124b62ac73 | ||
| 2124 | ReactAppDependencyProvider: 5787b37b8e2e51dfeab697ec031cc7c4080dcea2 | ||
| 2125 | ReactCodegen: b3184a229afd01e7f8058dd81b805b843caa2bf9 | ||
| 2126 | ReactCommon: fe2a3af8975e63efa60f95fca8c34dc85deee360 | ||
| 2127 | ReactNativeDependencies: b8a5f7f723e998cc4436501e94fdc4bca539caf6 | ||
| 2128 | ReactNativeIOSLibrary: 5384bb4c53fba070b611d535415a6bc03f7a1d0d | ||
| 2129 | Yoga: e83c3121d079541e69f3c5c623faaaf933fb5812 | ||
| 2130 | |||
| 2131 | PODFILE CHECKSUM: 8bd55b6ea9e79312cb470ef36613f9158be03b29 | ||
| 2132 | |||
| 2133 | COCOAPODS: 1.16.2 | ||
diff --git a/ios/iHealthScanner.xcodeproj/project.pbxproj b/ios/iHealthScanner.xcodeproj/project.pbxproj new file mode 100644 index 0000000..e7262f0 --- /dev/null +++ b/ios/iHealthScanner.xcodeproj/project.pbxproj | |||
| @@ -0,0 +1,494 @@ | |||
| 1 | // !$*UTF8*$! | ||
| 2 | { | ||
| 3 | archiveVersion = 1; | ||
| 4 | classes = { | ||
| 5 | }; | ||
| 6 | objectVersion = 54; | ||
| 7 | objects = { | ||
| 8 | |||
| 9 | /* Begin PBXBuildFile section */ | ||
| 10 | 0C80B921A6F3F58F76C31292 /* libPods-iHealthScanner.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 5DCACB8F33CDC322A6C60F78 /* libPods-iHealthScanner.a */; }; | ||
| 11 | 13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB51A68108700A75B9A /* Images.xcassets */; }; | ||
| 12 | 761780ED2CA45674006654EE /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 761780EC2CA45674006654EE /* AppDelegate.swift */; }; | ||
| 13 | 81AB9BB82411601600AC10FF /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */; }; | ||
| 14 | A2DF6173CC4E3539E9A3A76F /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB81A68108700A75B9A /* PrivacyInfo.xcprivacy */; }; | ||
| 15 | /* End PBXBuildFile section */ | ||
| 16 | |||
| 17 | /* Begin PBXFileReference section */ | ||
| 18 | 13B07F961A680F5B00A75B9A /* iHealthScanner.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = iHealthScanner.app; sourceTree = BUILT_PRODUCTS_DIR; }; | ||
| 19 | 13B07FB51A68108700A75B9A /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Images.xcassets; path = iHealthScanner/Images.xcassets; sourceTree = "<group>"; }; | ||
| 20 | 13B07FB61A68108700A75B9A /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = iHealthScanner/Info.plist; sourceTree = "<group>"; }; | ||
| 21 | 13B07FB81A68108700A75B9A /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = PrivacyInfo.xcprivacy; path = iHealthScanner/PrivacyInfo.xcprivacy; sourceTree = "<group>"; }; | ||
| 22 | 3B4392A12AC88292D35C810B /* Pods-iHealthScanner.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-iHealthScanner.debug.xcconfig"; path = "Target Support Files/Pods-iHealthScanner/Pods-iHealthScanner.debug.xcconfig"; sourceTree = "<group>"; }; | ||
| 23 | 5709B34CF0A7D63546082F79 /* Pods-iHealthScanner.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-iHealthScanner.release.xcconfig"; path = "Target Support Files/Pods-iHealthScanner/Pods-iHealthScanner.release.xcconfig"; sourceTree = "<group>"; }; | ||
| 24 | 5DCACB8F33CDC322A6C60F78 /* libPods-iHealthScanner.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-iHealthScanner.a"; sourceTree = BUILT_PRODUCTS_DIR; }; | ||
| 25 | 761780EC2CA45674006654EE /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = AppDelegate.swift; path = iHealthScanner/AppDelegate.swift; sourceTree = "<group>"; }; | ||
| 26 | 81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; name = LaunchScreen.storyboard; path = iHealthScanner/LaunchScreen.storyboard; sourceTree = "<group>"; }; | ||
| 27 | ED297162215061F000B7C4FE /* JavaScriptCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = JavaScriptCore.framework; path = System/Library/Frameworks/JavaScriptCore.framework; sourceTree = SDKROOT; }; | ||
| 28 | /* End PBXFileReference section */ | ||
| 29 | |||
| 30 | /* Begin PBXFrameworksBuildPhase section */ | ||
| 31 | 13B07F8C1A680F5B00A75B9A /* Frameworks */ = { | ||
| 32 | isa = PBXFrameworksBuildPhase; | ||
| 33 | buildActionMask = 2147483647; | ||
| 34 | files = ( | ||
| 35 | 0C80B921A6F3F58F76C31292 /* libPods-iHealthScanner.a in Frameworks */, | ||
| 36 | ); | ||
| 37 | runOnlyForDeploymentPostprocessing = 0; | ||
| 38 | }; | ||
| 39 | /* End PBXFrameworksBuildPhase section */ | ||
| 40 | |||
| 41 | /* Begin PBXGroup section */ | ||
| 42 | 13B07FAE1A68108700A75B9A /* iHealthScanner */ = { | ||
| 43 | isa = PBXGroup; | ||
| 44 | children = ( | ||
| 45 | 13B07FB51A68108700A75B9A /* Images.xcassets */, | ||
| 46 | 761780EC2CA45674006654EE /* AppDelegate.swift */, | ||
| 47 | 13B07FB61A68108700A75B9A /* Info.plist */, | ||
| 48 | 81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */, | ||
| 49 | 13B07FB81A68108700A75B9A /* PrivacyInfo.xcprivacy */, | ||
| 50 | ); | ||
| 51 | name = iHealthScanner; | ||
| 52 | sourceTree = "<group>"; | ||
| 53 | }; | ||
| 54 | 2D16E6871FA4F8E400B85C8A /* Frameworks */ = { | ||
| 55 | isa = PBXGroup; | ||
| 56 | children = ( | ||
| 57 | ED297162215061F000B7C4FE /* JavaScriptCore.framework */, | ||
| 58 | 5DCACB8F33CDC322A6C60F78 /* libPods-iHealthScanner.a */, | ||
| 59 | ); | ||
| 60 | name = Frameworks; | ||
| 61 | sourceTree = "<group>"; | ||
| 62 | }; | ||
| 63 | 832341AE1AAA6A7D00B99B32 /* Libraries */ = { | ||
| 64 | isa = PBXGroup; | ||
| 65 | children = ( | ||
| 66 | ); | ||
| 67 | name = Libraries; | ||
| 68 | sourceTree = "<group>"; | ||
| 69 | }; | ||
| 70 | 83CBB9F61A601CBA00E9B192 = { | ||
| 71 | isa = PBXGroup; | ||
| 72 | children = ( | ||
| 73 | 13B07FAE1A68108700A75B9A /* iHealthScanner */, | ||
| 74 | 832341AE1AAA6A7D00B99B32 /* Libraries */, | ||
| 75 | 83CBBA001A601CBA00E9B192 /* Products */, | ||
| 76 | 2D16E6871FA4F8E400B85C8A /* Frameworks */, | ||
| 77 | BBD78D7AC51CEA395F1C20DB /* Pods */, | ||
| 78 | ); | ||
| 79 | indentWidth = 2; | ||
| 80 | sourceTree = "<group>"; | ||
| 81 | tabWidth = 2; | ||
| 82 | usesTabs = 0; | ||
| 83 | }; | ||
| 84 | 83CBBA001A601CBA00E9B192 /* Products */ = { | ||
| 85 | isa = PBXGroup; | ||
| 86 | children = ( | ||
| 87 | 13B07F961A680F5B00A75B9A /* iHealthScanner.app */, | ||
| 88 | ); | ||
| 89 | name = Products; | ||
| 90 | sourceTree = "<group>"; | ||
| 91 | }; | ||
| 92 | BBD78D7AC51CEA395F1C20DB /* Pods */ = { | ||
| 93 | isa = PBXGroup; | ||
| 94 | children = ( | ||
| 95 | 3B4392A12AC88292D35C810B /* Pods-iHealthScanner.debug.xcconfig */, | ||
| 96 | 5709B34CF0A7D63546082F79 /* Pods-iHealthScanner.release.xcconfig */, | ||
| 97 | ); | ||
| 98 | path = Pods; | ||
| 99 | sourceTree = "<group>"; | ||
| 100 | }; | ||
| 101 | /* End PBXGroup section */ | ||
| 102 | |||
| 103 | /* Begin PBXNativeTarget section */ | ||
| 104 | 13B07F861A680F5B00A75B9A /* iHealthScanner */ = { | ||
| 105 | isa = PBXNativeTarget; | ||
| 106 | buildConfigurationList = 13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "iHealthScanner" */; | ||
| 107 | buildPhases = ( | ||
| 108 | C38B50BA6285516D6DCD4F65 /* [CP] Check Pods Manifest.lock */, | ||
| 109 | 13B07F871A680F5B00A75B9A /* Sources */, | ||
| 110 | 13B07F8C1A680F5B00A75B9A /* Frameworks */, | ||
| 111 | 13B07F8E1A680F5B00A75B9A /* Resources */, | ||
| 112 | 00DD1BFF1BD5951E006B06BC /* Bundle React Native code and images */, | ||
| 113 | 00EEFC60759A1932668264C0 /* [CP] Embed Pods Frameworks */, | ||
| 114 | E235C05ADACE081382539298 /* [CP] Copy Pods Resources */, | ||
| 115 | ); | ||
| 116 | buildRules = ( | ||
| 117 | ); | ||
| 118 | dependencies = ( | ||
| 119 | ); | ||
| 120 | name = iHealthScanner; | ||
| 121 | productName = iHealthScanner; | ||
| 122 | productReference = 13B07F961A680F5B00A75B9A /* iHealthScanner.app */; | ||
| 123 | productType = "com.apple.product-type.application"; | ||
| 124 | }; | ||
| 125 | /* End PBXNativeTarget section */ | ||
| 126 | |||
| 127 | /* Begin PBXProject section */ | ||
| 128 | 83CBB9F71A601CBA00E9B192 /* Project object */ = { | ||
| 129 | isa = PBXProject; | ||
| 130 | attributes = { | ||
| 131 | LastUpgradeCheck = 1210; | ||
| 132 | TargetAttributes = { | ||
| 133 | 13B07F861A680F5B00A75B9A = { | ||
| 134 | LastSwiftMigration = 1120; | ||
| 135 | }; | ||
| 136 | }; | ||
| 137 | }; | ||
| 138 | buildConfigurationList = 83CBB9FA1A601CBA00E9B192 /* Build configuration list for PBXProject "iHealthScanner" */; | ||
| 139 | compatibilityVersion = "Xcode 12.0"; | ||
| 140 | developmentRegion = en; | ||
| 141 | hasScannedForEncodings = 0; | ||
| 142 | knownRegions = ( | ||
| 143 | en, | ||
| 144 | Base, | ||
| 145 | ); | ||
| 146 | mainGroup = 83CBB9F61A601CBA00E9B192; | ||
| 147 | productRefGroup = 83CBBA001A601CBA00E9B192 /* Products */; | ||
| 148 | projectDirPath = ""; | ||
| 149 | projectRoot = ""; | ||
| 150 | targets = ( | ||
| 151 | 13B07F861A680F5B00A75B9A /* iHealthScanner */, | ||
| 152 | ); | ||
| 153 | }; | ||
| 154 | /* End PBXProject section */ | ||
| 155 | |||
| 156 | /* Begin PBXResourcesBuildPhase section */ | ||
| 157 | 13B07F8E1A680F5B00A75B9A /* Resources */ = { | ||
| 158 | isa = PBXResourcesBuildPhase; | ||
| 159 | buildActionMask = 2147483647; | ||
| 160 | files = ( | ||
| 161 | 81AB9BB82411601600AC10FF /* LaunchScreen.storyboard in Resources */, | ||
| 162 | 13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */, | ||
| 163 | A2DF6173CC4E3539E9A3A76F /* PrivacyInfo.xcprivacy in Resources */, | ||
| 164 | ); | ||
| 165 | runOnlyForDeploymentPostprocessing = 0; | ||
| 166 | }; | ||
| 167 | /* End PBXResourcesBuildPhase section */ | ||
| 168 | |||
| 169 | /* Begin PBXShellScriptBuildPhase section */ | ||
| 170 | 00DD1BFF1BD5951E006B06BC /* Bundle React Native code and images */ = { | ||
| 171 | isa = PBXShellScriptBuildPhase; | ||
| 172 | buildActionMask = 2147483647; | ||
| 173 | files = ( | ||
| 174 | ); | ||
| 175 | inputPaths = ( | ||
| 176 | "$(SRCROOT)/.xcode.env.local", | ||
| 177 | "$(SRCROOT)/.xcode.env", | ||
| 178 | ); | ||
| 179 | name = "Bundle React Native code and images"; | ||
| 180 | outputPaths = ( | ||
| 181 | ); | ||
| 182 | runOnlyForDeploymentPostprocessing = 0; | ||
| 183 | shellPath = /bin/sh; | ||
| 184 | shellScript = "set -e\n\nWITH_ENVIRONMENT=\"$REACT_NATIVE_PATH/scripts/xcode/with-environment.sh\"\nREACT_NATIVE_XCODE=\"$REACT_NATIVE_PATH/scripts/react-native-xcode.sh\"\n\n/bin/sh -c \"\\\"$WITH_ENVIRONMENT\\\" \\\"$REACT_NATIVE_XCODE\\\"\"\n"; | ||
| 185 | }; | ||
| 186 | 00EEFC60759A1932668264C0 /* [CP] Embed Pods Frameworks */ = { | ||
| 187 | isa = PBXShellScriptBuildPhase; | ||
| 188 | buildActionMask = 2147483647; | ||
| 189 | files = ( | ||
| 190 | ); | ||
| 191 | inputFileListPaths = ( | ||
| 192 | "${PODS_ROOT}/Target Support Files/Pods-iHealthScanner/Pods-iHealthScanner-frameworks-${CONFIGURATION}-input-files.xcfilelist", | ||
| 193 | ); | ||
| 194 | name = "[CP] Embed Pods Frameworks"; | ||
| 195 | outputFileListPaths = ( | ||
| 196 | "${PODS_ROOT}/Target Support Files/Pods-iHealthScanner/Pods-iHealthScanner-frameworks-${CONFIGURATION}-output-files.xcfilelist", | ||
| 197 | ); | ||
| 198 | runOnlyForDeploymentPostprocessing = 0; | ||
| 199 | shellPath = /bin/sh; | ||
| 200 | shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-iHealthScanner/Pods-iHealthScanner-frameworks.sh\"\n"; | ||
| 201 | showEnvVarsInLog = 0; | ||
| 202 | }; | ||
| 203 | C38B50BA6285516D6DCD4F65 /* [CP] Check Pods Manifest.lock */ = { | ||
| 204 | isa = PBXShellScriptBuildPhase; | ||
| 205 | buildActionMask = 2147483647; | ||
| 206 | files = ( | ||
| 207 | ); | ||
| 208 | inputFileListPaths = ( | ||
| 209 | ); | ||
| 210 | inputPaths = ( | ||
| 211 | "${PODS_PODFILE_DIR_PATH}/Podfile.lock", | ||
| 212 | "${PODS_ROOT}/Manifest.lock", | ||
| 213 | ); | ||
| 214 | name = "[CP] Check Pods Manifest.lock"; | ||
| 215 | outputFileListPaths = ( | ||
| 216 | ); | ||
| 217 | outputPaths = ( | ||
| 218 | "$(DERIVED_FILE_DIR)/Pods-iHealthScanner-checkManifestLockResult.txt", | ||
| 219 | ); | ||
| 220 | runOnlyForDeploymentPostprocessing = 0; | ||
| 221 | shellPath = /bin/sh; | ||
| 222 | shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n"; | ||
| 223 | showEnvVarsInLog = 0; | ||
| 224 | }; | ||
| 225 | E235C05ADACE081382539298 /* [CP] Copy Pods Resources */ = { | ||
| 226 | isa = PBXShellScriptBuildPhase; | ||
| 227 | buildActionMask = 2147483647; | ||
| 228 | files = ( | ||
| 229 | ); | ||
| 230 | inputFileListPaths = ( | ||
| 231 | "${PODS_ROOT}/Target Support Files/Pods-iHealthScanner/Pods-iHealthScanner-resources-${CONFIGURATION}-input-files.xcfilelist", | ||
| 232 | ); | ||
| 233 | name = "[CP] Copy Pods Resources"; | ||
| 234 | outputFileListPaths = ( | ||
| 235 | "${PODS_ROOT}/Target Support Files/Pods-iHealthScanner/Pods-iHealthScanner-resources-${CONFIGURATION}-output-files.xcfilelist", | ||
| 236 | ); | ||
| 237 | runOnlyForDeploymentPostprocessing = 0; | ||
| 238 | shellPath = /bin/sh; | ||
| 239 | shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-iHealthScanner/Pods-iHealthScanner-resources.sh\"\n"; | ||
| 240 | showEnvVarsInLog = 0; | ||
| 241 | }; | ||
| 242 | /* End PBXShellScriptBuildPhase section */ | ||
| 243 | |||
| 244 | /* Begin PBXSourcesBuildPhase section */ | ||
| 245 | 13B07F871A680F5B00A75B9A /* Sources */ = { | ||
| 246 | isa = PBXSourcesBuildPhase; | ||
| 247 | buildActionMask = 2147483647; | ||
| 248 | files = ( | ||
| 249 | 761780ED2CA45674006654EE /* AppDelegate.swift in Sources */, | ||
| 250 | ); | ||
| 251 | runOnlyForDeploymentPostprocessing = 0; | ||
| 252 | }; | ||
| 253 | /* End PBXSourcesBuildPhase section */ | ||
| 254 | |||
| 255 | /* Begin XCBuildConfiguration section */ | ||
| 256 | 13B07F941A680F5B00A75B9A /* Debug */ = { | ||
| 257 | isa = XCBuildConfiguration; | ||
| 258 | baseConfigurationReference = 3B4392A12AC88292D35C810B /* Pods-iHealthScanner.debug.xcconfig */; | ||
| 259 | buildSettings = { | ||
| 260 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; | ||
| 261 | CLANG_ENABLE_MODULES = YES; | ||
| 262 | CURRENT_PROJECT_VERSION = 1; | ||
| 263 | ENABLE_BITCODE = NO; | ||
| 264 | INFOPLIST_FILE = iHealthScanner/Info.plist; | ||
| 265 | IPHONEOS_DEPLOYMENT_TARGET = 15.1; | ||
| 266 | LD_RUNPATH_SEARCH_PATHS = ( | ||
| 267 | "$(inherited)", | ||
| 268 | "@executable_path/Frameworks", | ||
| 269 | ); | ||
| 270 | MARKETING_VERSION = 1.0; | ||
| 271 | OTHER_LDFLAGS = ( | ||
| 272 | "$(inherited)", | ||
| 273 | "-ObjC", | ||
| 274 | "-lc++", | ||
| 275 | ); | ||
| 276 | PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)"; | ||
| 277 | PRODUCT_NAME = iHealthScanner; | ||
| 278 | SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; | ||
| 279 | SWIFT_OPTIMIZATION_LEVEL = "-Onone"; | ||
| 280 | SWIFT_VERSION = 5.0; | ||
| 281 | TARGETED_DEVICE_FAMILY = "1,2"; | ||
| 282 | VERSIONING_SYSTEM = "apple-generic"; | ||
| 283 | }; | ||
| 284 | name = Debug; | ||
| 285 | }; | ||
| 286 | 13B07F951A680F5B00A75B9A /* Release */ = { | ||
| 287 | isa = XCBuildConfiguration; | ||
| 288 | baseConfigurationReference = 5709B34CF0A7D63546082F79 /* Pods-iHealthScanner.release.xcconfig */; | ||
| 289 | buildSettings = { | ||
| 290 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; | ||
| 291 | CLANG_ENABLE_MODULES = YES; | ||
| 292 | CURRENT_PROJECT_VERSION = 1; | ||
| 293 | INFOPLIST_FILE = iHealthScanner/Info.plist; | ||
| 294 | IPHONEOS_DEPLOYMENT_TARGET = 15.1; | ||
| 295 | LD_RUNPATH_SEARCH_PATHS = ( | ||
| 296 | "$(inherited)", | ||
| 297 | "@executable_path/Frameworks", | ||
| 298 | ); | ||
| 299 | MARKETING_VERSION = 1.0; | ||
| 300 | OTHER_LDFLAGS = ( | ||
| 301 | "$(inherited)", | ||
| 302 | "-ObjC", | ||
| 303 | "-lc++", | ||
| 304 | ); | ||
| 305 | PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)"; | ||
| 306 | PRODUCT_NAME = iHealthScanner; | ||
| 307 | SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; | ||
| 308 | SWIFT_VERSION = 5.0; | ||
| 309 | TARGETED_DEVICE_FAMILY = "1,2"; | ||
| 310 | VERSIONING_SYSTEM = "apple-generic"; | ||
| 311 | }; | ||
| 312 | name = Release; | ||
| 313 | }; | ||
| 314 | 83CBBA201A601CBA00E9B192 /* Debug */ = { | ||
| 315 | isa = XCBuildConfiguration; | ||
| 316 | buildSettings = { | ||
| 317 | ALWAYS_SEARCH_USER_PATHS = NO; | ||
| 318 | CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES; | ||
| 319 | CLANG_CXX_LANGUAGE_STANDARD = "c++20"; | ||
| 320 | CLANG_CXX_LIBRARY = "libc++"; | ||
| 321 | CLANG_ENABLE_MODULES = YES; | ||
| 322 | CLANG_ENABLE_OBJC_ARC = YES; | ||
| 323 | CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; | ||
| 324 | CLANG_WARN_BOOL_CONVERSION = YES; | ||
| 325 | CLANG_WARN_COMMA = YES; | ||
| 326 | CLANG_WARN_CONSTANT_CONVERSION = YES; | ||
| 327 | CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; | ||
| 328 | CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; | ||
| 329 | CLANG_WARN_EMPTY_BODY = YES; | ||
| 330 | CLANG_WARN_ENUM_CONVERSION = YES; | ||
| 331 | CLANG_WARN_INFINITE_RECURSION = YES; | ||
| 332 | CLANG_WARN_INT_CONVERSION = YES; | ||
| 333 | CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; | ||
| 334 | CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; | ||
| 335 | CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; | ||
| 336 | CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; | ||
| 337 | CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; | ||
| 338 | CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; | ||
| 339 | CLANG_WARN_STRICT_PROTOTYPES = YES; | ||
| 340 | CLANG_WARN_SUSPICIOUS_MOVE = YES; | ||
| 341 | CLANG_WARN_UNREACHABLE_CODE = YES; | ||
| 342 | CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; | ||
| 343 | "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; | ||
| 344 | COPY_PHASE_STRIP = NO; | ||
| 345 | ENABLE_STRICT_OBJC_MSGSEND = YES; | ||
| 346 | ENABLE_TESTABILITY = YES; | ||
| 347 | "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = ""; | ||
| 348 | GCC_C_LANGUAGE_STANDARD = gnu99; | ||
| 349 | GCC_DYNAMIC_NO_PIC = NO; | ||
| 350 | GCC_NO_COMMON_BLOCKS = YES; | ||
| 351 | GCC_OPTIMIZATION_LEVEL = 0; | ||
| 352 | GCC_PREPROCESSOR_DEFINITIONS = ( | ||
| 353 | "DEBUG=1", | ||
| 354 | "$(inherited)", | ||
| 355 | ); | ||
| 356 | GCC_SYMBOLS_PRIVATE_EXTERN = NO; | ||
| 357 | GCC_WARN_64_TO_32_BIT_CONVERSION = YES; | ||
| 358 | GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; | ||
| 359 | GCC_WARN_UNDECLARED_SELECTOR = YES; | ||
| 360 | GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; | ||
| 361 | GCC_WARN_UNUSED_FUNCTION = YES; | ||
| 362 | GCC_WARN_UNUSED_VARIABLE = YES; | ||
| 363 | IPHONEOS_DEPLOYMENT_TARGET = 15.1; | ||
| 364 | LD_RUNPATH_SEARCH_PATHS = ( | ||
| 365 | /usr/lib/swift, | ||
| 366 | "$(inherited)", | ||
| 367 | ); | ||
| 368 | LIBRARY_SEARCH_PATHS = ( | ||
| 369 | "\"$(SDKROOT)/usr/lib/swift\"", | ||
| 370 | "\"$(TOOLCHAIN_DIR)/usr/lib/swift/$(PLATFORM_NAME)\"", | ||
| 371 | "\"$(inherited)\"", | ||
| 372 | ); | ||
| 373 | MTL_ENABLE_DEBUG_INFO = YES; | ||
| 374 | ONLY_ACTIVE_ARCH = YES; | ||
| 375 | OTHER_CFLAGS = ( | ||
| 376 | "$(inherited)", | ||
| 377 | "-DRCT_REMOVE_LEGACY_ARCH=1", | ||
| 378 | ); | ||
| 379 | OTHER_CPLUSPLUSFLAGS = ( | ||
| 380 | "$(OTHER_CFLAGS)", | ||
| 381 | "-DFOLLY_NO_CONFIG", | ||
| 382 | "-DFOLLY_MOBILE=1", | ||
| 383 | "-DFOLLY_USE_LIBCPP=1", | ||
| 384 | "-DFOLLY_CFG_NO_COROUTINES=1", | ||
| 385 | "-DFOLLY_HAVE_CLOCK_GETTIME=1", | ||
| 386 | "-DRCT_REMOVE_LEGACY_ARCH=1", | ||
| 387 | ); | ||
| 388 | REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native"; | ||
| 389 | SDKROOT = iphoneos; | ||
| 390 | SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) DEBUG"; | ||
| 391 | SWIFT_ENABLE_EXPLICIT_MODULES = NO; | ||
| 392 | USE_HERMES = true; | ||
| 393 | }; | ||
| 394 | name = Debug; | ||
| 395 | }; | ||
| 396 | 83CBBA211A601CBA00E9B192 /* Release */ = { | ||
| 397 | isa = XCBuildConfiguration; | ||
| 398 | buildSettings = { | ||
| 399 | ALWAYS_SEARCH_USER_PATHS = NO; | ||
| 400 | CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES; | ||
| 401 | CLANG_CXX_LANGUAGE_STANDARD = "c++20"; | ||
| 402 | CLANG_CXX_LIBRARY = "libc++"; | ||
| 403 | CLANG_ENABLE_MODULES = YES; | ||
| 404 | CLANG_ENABLE_OBJC_ARC = YES; | ||
| 405 | CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; | ||
| 406 | CLANG_WARN_BOOL_CONVERSION = YES; | ||
| 407 | CLANG_WARN_COMMA = YES; | ||
| 408 | CLANG_WARN_CONSTANT_CONVERSION = YES; | ||
| 409 | CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; | ||
| 410 | CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; | ||
| 411 | CLANG_WARN_EMPTY_BODY = YES; | ||
| 412 | CLANG_WARN_ENUM_CONVERSION = YES; | ||
| 413 | CLANG_WARN_INFINITE_RECURSION = YES; | ||
| 414 | CLANG_WARN_INT_CONVERSION = YES; | ||
| 415 | CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; | ||
| 416 | CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; | ||
| 417 | CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; | ||
| 418 | CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; | ||
| 419 | CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; | ||
| 420 | CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; | ||
| 421 | CLANG_WARN_STRICT_PROTOTYPES = YES; | ||
| 422 | CLANG_WARN_SUSPICIOUS_MOVE = YES; | ||
| 423 | CLANG_WARN_UNREACHABLE_CODE = YES; | ||
| 424 | CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; | ||
| 425 | "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; | ||
| 426 | COPY_PHASE_STRIP = YES; | ||
| 427 | ENABLE_NS_ASSERTIONS = NO; | ||
| 428 | ENABLE_STRICT_OBJC_MSGSEND = YES; | ||
| 429 | "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = ""; | ||
| 430 | GCC_C_LANGUAGE_STANDARD = gnu99; | ||
| 431 | GCC_NO_COMMON_BLOCKS = YES; | ||
| 432 | GCC_WARN_64_TO_32_BIT_CONVERSION = YES; | ||
| 433 | GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; | ||
| 434 | GCC_WARN_UNDECLARED_SELECTOR = YES; | ||
| 435 | GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; | ||
| 436 | GCC_WARN_UNUSED_FUNCTION = YES; | ||
| 437 | GCC_WARN_UNUSED_VARIABLE = YES; | ||
| 438 | IPHONEOS_DEPLOYMENT_TARGET = 15.1; | ||
| 439 | LD_RUNPATH_SEARCH_PATHS = ( | ||
| 440 | /usr/lib/swift, | ||
| 441 | "$(inherited)", | ||
| 442 | ); | ||
| 443 | LIBRARY_SEARCH_PATHS = ( | ||
| 444 | "\"$(SDKROOT)/usr/lib/swift\"", | ||
| 445 | "\"$(TOOLCHAIN_DIR)/usr/lib/swift/$(PLATFORM_NAME)\"", | ||
| 446 | "\"$(inherited)\"", | ||
| 447 | ); | ||
| 448 | MTL_ENABLE_DEBUG_INFO = NO; | ||
| 449 | OTHER_CFLAGS = ( | ||
| 450 | "$(inherited)", | ||
| 451 | "-DRCT_REMOVE_LEGACY_ARCH=1", | ||
| 452 | ); | ||
| 453 | OTHER_CPLUSPLUSFLAGS = ( | ||
| 454 | "$(OTHER_CFLAGS)", | ||
| 455 | "-DFOLLY_NO_CONFIG", | ||
| 456 | "-DFOLLY_MOBILE=1", | ||
| 457 | "-DFOLLY_USE_LIBCPP=1", | ||
| 458 | "-DFOLLY_CFG_NO_COROUTINES=1", | ||
| 459 | "-DFOLLY_HAVE_CLOCK_GETTIME=1", | ||
| 460 | "-DRCT_REMOVE_LEGACY_ARCH=1", | ||
| 461 | ); | ||
| 462 | REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native"; | ||
| 463 | SDKROOT = iphoneos; | ||
| 464 | SWIFT_ENABLE_EXPLICIT_MODULES = NO; | ||
| 465 | USE_HERMES = true; | ||
| 466 | VALIDATE_PRODUCT = YES; | ||
| 467 | }; | ||
| 468 | name = Release; | ||
| 469 | }; | ||
| 470 | /* End XCBuildConfiguration section */ | ||
| 471 | |||
| 472 | /* Begin XCConfigurationList section */ | ||
| 473 | 13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "iHealthScanner" */ = { | ||
| 474 | isa = XCConfigurationList; | ||
| 475 | buildConfigurations = ( | ||
| 476 | 13B07F941A680F5B00A75B9A /* Debug */, | ||
| 477 | 13B07F951A680F5B00A75B9A /* Release */, | ||
| 478 | ); | ||
| 479 | defaultConfigurationIsVisible = 0; | ||
| 480 | defaultConfigurationName = Release; | ||
| 481 | }; | ||
| 482 | 83CBB9FA1A601CBA00E9B192 /* Build configuration list for PBXProject "iHealthScanner" */ = { | ||
| 483 | isa = XCConfigurationList; | ||
| 484 | buildConfigurations = ( | ||
| 485 | 83CBBA201A601CBA00E9B192 /* Debug */, | ||
| 486 | 83CBBA211A601CBA00E9B192 /* Release */, | ||
| 487 | ); | ||
| 488 | defaultConfigurationIsVisible = 0; | ||
| 489 | defaultConfigurationName = Release; | ||
| 490 | }; | ||
| 491 | /* End XCConfigurationList section */ | ||
| 492 | }; | ||
| 493 | rootObject = 83CBB9F71A601CBA00E9B192 /* Project object */; | ||
| 494 | } | ||
diff --git a/ios/iHealthScanner.xcodeproj/xcshareddata/xcschemes/iHealthScanner.xcscheme b/ios/iHealthScanner.xcodeproj/xcshareddata/xcschemes/iHealthScanner.xcscheme new file mode 100644 index 0000000..2afd8a8 --- /dev/null +++ b/ios/iHealthScanner.xcodeproj/xcshareddata/xcschemes/iHealthScanner.xcscheme | |||
| @@ -0,0 +1,88 @@ | |||
| 1 | <?xml version="1.0" encoding="UTF-8"?> | ||
| 2 | <Scheme | ||
| 3 | LastUpgradeVersion = "1210" | ||
| 4 | version = "1.3"> | ||
| 5 | <BuildAction | ||
| 6 | parallelizeBuildables = "YES" | ||
| 7 | buildImplicitDependencies = "YES"> | ||
| 8 | <BuildActionEntries> | ||
| 9 | <BuildActionEntry | ||
| 10 | buildForTesting = "YES" | ||
| 11 | buildForRunning = "YES" | ||
| 12 | buildForProfiling = "YES" | ||
| 13 | buildForArchiving = "YES" | ||
| 14 | buildForAnalyzing = "YES"> | ||
| 15 | <BuildableReference | ||
| 16 | BuildableIdentifier = "primary" | ||
| 17 | BlueprintIdentifier = "13B07F861A680F5B00A75B9A" | ||
| 18 | BuildableName = "iHealthScanner.app" | ||
| 19 | BlueprintName = "iHealthScanner" | ||
| 20 | ReferencedContainer = "container:iHealthScanner.xcodeproj"> | ||
| 21 | </BuildableReference> | ||
| 22 | </BuildActionEntry> | ||
| 23 | </BuildActionEntries> | ||
| 24 | </BuildAction> | ||
| 25 | <TestAction | ||
| 26 | buildConfiguration = "Debug" | ||
| 27 | selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" | ||
| 28 | selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" | ||
| 29 | shouldUseLaunchSchemeArgsEnv = "YES"> | ||
| 30 | <Testables> | ||
| 31 | <TestableReference | ||
| 32 | skipped = "NO"> | ||
| 33 | <BuildableReference | ||
| 34 | BuildableIdentifier = "primary" | ||
| 35 | BlueprintIdentifier = "00E356ED1AD99517003FC87E" | ||
| 36 | BuildableName = "iHealthScannerTests.xctest" | ||
| 37 | BlueprintName = "iHealthScannerTests" | ||
| 38 | ReferencedContainer = "container:iHealthScanner.xcodeproj"> | ||
| 39 | </BuildableReference> | ||
| 40 | </TestableReference> | ||
| 41 | </Testables> | ||
| 42 | </TestAction> | ||
| 43 | <LaunchAction | ||
| 44 | buildConfiguration = "Debug" | ||
| 45 | selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" | ||
| 46 | selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" | ||
| 47 | launchStyle = "0" | ||
| 48 | useCustomWorkingDirectory = "NO" | ||
| 49 | ignoresPersistentStateOnLaunch = "NO" | ||
| 50 | debugDocumentVersioning = "YES" | ||
| 51 | debugServiceExtension = "internal" | ||
| 52 | allowLocationSimulation = "YES"> | ||
| 53 | <BuildableProductRunnable | ||
| 54 | runnableDebuggingMode = "0"> | ||
| 55 | <BuildableReference | ||
| 56 | BuildableIdentifier = "primary" | ||
| 57 | BlueprintIdentifier = "13B07F861A680F5B00A75B9A" | ||
| 58 | BuildableName = "iHealthScanner.app" | ||
| 59 | BlueprintName = "iHealthScanner" | ||
| 60 | ReferencedContainer = "container:iHealthScanner.xcodeproj"> | ||
| 61 | </BuildableReference> | ||
| 62 | </BuildableProductRunnable> | ||
| 63 | </LaunchAction> | ||
| 64 | <ProfileAction | ||
| 65 | buildConfiguration = "Release" | ||
| 66 | shouldUseLaunchSchemeArgsEnv = "YES" | ||
| 67 | savedToolIdentifier = "" | ||
| 68 | useCustomWorkingDirectory = "NO" | ||
| 69 | debugDocumentVersioning = "YES"> | ||
| 70 | <BuildableProductRunnable | ||
| 71 | runnableDebuggingMode = "0"> | ||
| 72 | <BuildableReference | ||
| 73 | BuildableIdentifier = "primary" | ||
| 74 | BlueprintIdentifier = "13B07F861A680F5B00A75B9A" | ||
| 75 | BuildableName = "iHealthScanner.app" | ||
| 76 | BlueprintName = "iHealthScanner" | ||
| 77 | ReferencedContainer = "container:iHealthScanner.xcodeproj"> | ||
| 78 | </BuildableReference> | ||
| 79 | </BuildableProductRunnable> | ||
| 80 | </ProfileAction> | ||
| 81 | <AnalyzeAction | ||
| 82 | buildConfiguration = "Debug"> | ||
| 83 | </AnalyzeAction> | ||
| 84 | <ArchiveAction | ||
| 85 | buildConfiguration = "Release" | ||
| 86 | revealArchiveInOrganizer = "YES"> | ||
| 87 | </ArchiveAction> | ||
| 88 | </Scheme> | ||
diff --git a/ios/iHealthScanner.xcworkspace/contents.xcworkspacedata b/ios/iHealthScanner.xcworkspace/contents.xcworkspacedata new file mode 100644 index 0000000..f1fa01a --- /dev/null +++ b/ios/iHealthScanner.xcworkspace/contents.xcworkspacedata | |||
| @@ -0,0 +1,10 @@ | |||
| 1 | <?xml version="1.0" encoding="UTF-8"?> | ||
| 2 | <Workspace | ||
| 3 | version = "1.0"> | ||
| 4 | <FileRef | ||
| 5 | location = "group:iHealthScanner.xcodeproj"> | ||
| 6 | </FileRef> | ||
| 7 | <FileRef | ||
| 8 | location = "group:Pods/Pods.xcodeproj"> | ||
| 9 | </FileRef> | ||
| 10 | </Workspace> | ||
diff --git a/ios/iHealthScanner/AppDelegate.swift b/ios/iHealthScanner/AppDelegate.swift new file mode 100644 index 0000000..b27dd5a --- /dev/null +++ b/ios/iHealthScanner/AppDelegate.swift | |||
| @@ -0,0 +1,48 @@ | |||
| 1 | import UIKit | ||
| 2 | import React | ||
| 3 | import React_RCTAppDelegate | ||
| 4 | import ReactAppDependencyProvider | ||
| 5 | |||
| 6 | @main | ||
| 7 | class AppDelegate: UIResponder, UIApplicationDelegate { | ||
| 8 | var window: UIWindow? | ||
| 9 | |||
| 10 | var reactNativeDelegate: ReactNativeDelegate? | ||
| 11 | var reactNativeFactory: RCTReactNativeFactory? | ||
| 12 | |||
| 13 | func application( | ||
| 14 | _ application: UIApplication, | ||
| 15 | didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]? = nil | ||
| 16 | ) -> Bool { | ||
| 17 | let delegate = ReactNativeDelegate() | ||
| 18 | let factory = RCTReactNativeFactory(delegate: delegate) | ||
| 19 | delegate.dependencyProvider = RCTAppDependencyProvider() | ||
| 20 | |||
| 21 | reactNativeDelegate = delegate | ||
| 22 | reactNativeFactory = factory | ||
| 23 | |||
| 24 | window = UIWindow(frame: UIScreen.main.bounds) | ||
| 25 | |||
| 26 | factory.startReactNative( | ||
| 27 | withModuleName: "iHealthScanner", | ||
| 28 | in: window, | ||
| 29 | launchOptions: launchOptions | ||
| 30 | ) | ||
| 31 | |||
| 32 | return true | ||
| 33 | } | ||
| 34 | } | ||
| 35 | |||
| 36 | class ReactNativeDelegate: RCTDefaultReactNativeFactoryDelegate { | ||
| 37 | override func sourceURL(for bridge: RCTBridge) -> URL? { | ||
| 38 | self.bundleURL() | ||
| 39 | } | ||
| 40 | |||
| 41 | override func bundleURL() -> URL? { | ||
| 42 | #if DEBUG | ||
| 43 | RCTBundleURLProvider.sharedSettings().jsBundleURL(forBundleRoot: "index") | ||
| 44 | #else | ||
| 45 | Bundle.main.url(forResource: "main", withExtension: "jsbundle") | ||
| 46 | #endif | ||
| 47 | } | ||
| 48 | } | ||
diff --git a/ios/iHealthScanner/Images.xcassets/AppIcon.appiconset/Contents.json b/ios/iHealthScanner/Images.xcassets/AppIcon.appiconset/Contents.json new file mode 100644 index 0000000..8121323 --- /dev/null +++ b/ios/iHealthScanner/Images.xcassets/AppIcon.appiconset/Contents.json | |||
| @@ -0,0 +1,53 @@ | |||
| 1 | { | ||
| 2 | "images" : [ | ||
| 3 | { | ||
| 4 | "idiom" : "iphone", | ||
| 5 | "scale" : "2x", | ||
| 6 | "size" : "20x20" | ||
| 7 | }, | ||
| 8 | { | ||
| 9 | "idiom" : "iphone", | ||
| 10 | "scale" : "3x", | ||
| 11 | "size" : "20x20" | ||
| 12 | }, | ||
| 13 | { | ||
| 14 | "idiom" : "iphone", | ||
| 15 | "scale" : "2x", | ||
| 16 | "size" : "29x29" | ||
| 17 | }, | ||
| 18 | { | ||
| 19 | "idiom" : "iphone", | ||
| 20 | "scale" : "3x", | ||
| 21 | "size" : "29x29" | ||
| 22 | }, | ||
| 23 | { | ||
| 24 | "idiom" : "iphone", | ||
| 25 | "scale" : "2x", | ||
| 26 | "size" : "40x40" | ||
| 27 | }, | ||
| 28 | { | ||
| 29 | "idiom" : "iphone", | ||
| 30 | "scale" : "3x", | ||
| 31 | "size" : "40x40" | ||
| 32 | }, | ||
| 33 | { | ||
| 34 | "idiom" : "iphone", | ||
| 35 | "scale" : "2x", | ||
| 36 | "size" : "60x60" | ||
| 37 | }, | ||
| 38 | { | ||
| 39 | "idiom" : "iphone", | ||
| 40 | "scale" : "3x", | ||
| 41 | "size" : "60x60" | ||
| 42 | }, | ||
| 43 | { | ||
| 44 | "idiom" : "ios-marketing", | ||
| 45 | "scale" : "1x", | ||
| 46 | "size" : "1024x1024" | ||
| 47 | } | ||
| 48 | ], | ||
| 49 | "info" : { | ||
| 50 | "author" : "xcode", | ||
| 51 | "version" : 1 | ||
| 52 | } | ||
| 53 | } | ||
diff --git a/ios/iHealthScanner/Images.xcassets/Contents.json b/ios/iHealthScanner/Images.xcassets/Contents.json new file mode 100644 index 0000000..2d92bd5 --- /dev/null +++ b/ios/iHealthScanner/Images.xcassets/Contents.json | |||
| @@ -0,0 +1,6 @@ | |||
| 1 | { | ||
| 2 | "info" : { | ||
| 3 | "version" : 1, | ||
| 4 | "author" : "xcode" | ||
| 5 | } | ||
| 6 | } | ||
diff --git a/ios/iHealthScanner/Info.plist b/ios/iHealthScanner/Info.plist new file mode 100644 index 0000000..7e9b20f --- /dev/null +++ b/ios/iHealthScanner/Info.plist | |||
| @@ -0,0 +1,64 @@ | |||
| 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>CADisableMinimumFrameDurationOnPhone</key> | ||
| 6 | <true/> | ||
| 7 | <key>CFBundleDevelopmentRegion</key> | ||
| 8 | <string>en</string> | ||
| 9 | <key>CFBundleDisplayName</key> | ||
| 10 | <string>iHealthScanner</string> | ||
| 11 | <key>CFBundleExecutable</key> | ||
| 12 | <string>$(EXECUTABLE_NAME)</string> | ||
| 13 | <key>CFBundleIdentifier</key> | ||
| 14 | <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string> | ||
| 15 | <key>CFBundleInfoDictionaryVersion</key> | ||
| 16 | <string>6.0</string> | ||
| 17 | <key>CFBundleName</key> | ||
| 18 | <string>$(PRODUCT_NAME)</string> | ||
| 19 | <key>CFBundlePackageType</key> | ||
| 20 | <string>APPL</string> | ||
| 21 | <key>CFBundleShortVersionString</key> | ||
| 22 | <string>$(MARKETING_VERSION)</string> | ||
| 23 | <key>CFBundleSignature</key> | ||
| 24 | <string>????</string> | ||
| 25 | <key>CFBundleVersion</key> | ||
| 26 | <string>$(CURRENT_PROJECT_VERSION)</string> | ||
| 27 | <key>LSRequiresIPhoneOS</key> | ||
| 28 | <true/> | ||
| 29 | <key>NSAppTransportSecurity</key> | ||
| 30 | <dict> | ||
| 31 | <key>NSAllowsArbitraryLoads</key> | ||
| 32 | <false/> | ||
| 33 | <key>NSAllowsLocalNetworking</key> | ||
| 34 | <true/> | ||
| 35 | </dict> | ||
| 36 | <key>NSBluetoothAlwaysUsageDescription</key> | ||
| 37 | <string>This app uses Bluetooth to scan for and connect to iHealth devices.</string> | ||
| 38 | <key>NSBluetoothPeripheralUsageDescription</key> | ||
| 39 | <string>This app uses Bluetooth to scan for and connect to iHealth devices.</string> | ||
| 40 | <key>NSLocationWhenInUseUsageDescription</key> | ||
| 41 | <string>Bluetooth scanning requires location access on iOS.</string> | ||
| 42 | <key>RCTNewArchEnabled</key> | ||
| 43 | <true/> | ||
| 44 | <key>UILaunchStoryboardName</key> | ||
| 45 | <string>LaunchScreen</string> | ||
| 46 | <key>UIRequiredDeviceCapabilities</key> | ||
| 47 | <array> | ||
| 48 | <string>arm64</string> | ||
| 49 | </array> | ||
| 50 | <key>UISupportedInterfaceOrientations</key> | ||
| 51 | <array> | ||
| 52 | <string>UIInterfaceOrientationPortrait</string> | ||
| 53 | </array> | ||
| 54 | <key>UISupportedInterfaceOrientations~ipad</key> | ||
| 55 | <array> | ||
| 56 | <string>UIInterfaceOrientationLandscapeLeft</string> | ||
| 57 | <string>UIInterfaceOrientationLandscapeRight</string> | ||
| 58 | <string>UIInterfaceOrientationPortrait</string> | ||
| 59 | <string>UIInterfaceOrientationPortraitUpsideDown</string> | ||
| 60 | </array> | ||
| 61 | <key>UIViewControllerBasedStatusBarAppearance</key> | ||
| 62 | <false/> | ||
| 63 | </dict> | ||
| 64 | </plist> | ||
diff --git a/ios/iHealthScanner/LaunchScreen.storyboard b/ios/iHealthScanner/LaunchScreen.storyboard new file mode 100644 index 0000000..4116b5e --- /dev/null +++ b/ios/iHealthScanner/LaunchScreen.storyboard | |||
| @@ -0,0 +1,47 @@ | |||
| 1 | <?xml version="1.0" encoding="UTF-8"?> | ||
| 2 | <document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="15702" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="01J-lp-oVM"> | ||
| 3 | <device id="retina4_7" orientation="portrait" appearance="light"/> | ||
| 4 | <dependencies> | ||
| 5 | <deployment identifier="iOS"/> | ||
| 6 | <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="15704"/> | ||
| 7 | <capability name="Safe area layout guides" minToolsVersion="9.0"/> | ||
| 8 | <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/> | ||
| 9 | </dependencies> | ||
| 10 | <scenes> | ||
| 11 | <!--View Controller--> | ||
| 12 | <scene sceneID="EHf-IW-A2E"> | ||
| 13 | <objects> | ||
| 14 | <viewController id="01J-lp-oVM" sceneMemberID="viewController"> | ||
| 15 | <view key="view" contentMode="scaleToFill" id="Ze5-6b-2t3"> | ||
| 16 | <rect key="frame" x="0.0" y="0.0" width="375" height="667"/> | ||
| 17 | <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> | ||
| 18 | <subviews> | ||
| 19 | <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="iHealthScanner" textAlignment="center" lineBreakMode="middleTruncation" baselineAdjustment="alignBaselines" minimumFontSize="18" translatesAutoresizingMaskIntoConstraints="NO" id="GJd-Yh-RWb"> | ||
| 20 | <rect key="frame" x="0.0" y="202" width="375" height="43"/> | ||
| 21 | <fontDescription key="fontDescription" type="boldSystem" pointSize="36"/> | ||
| 22 | <nil key="highlightedColor"/> | ||
| 23 | </label> | ||
| 24 | <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Powered by React Native" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" minimumFontSize="9" translatesAutoresizingMaskIntoConstraints="NO" id="MN2-I3-ftu"> | ||
| 25 | <rect key="frame" x="0.0" y="626" width="375" height="21"/> | ||
| 26 | <fontDescription key="fontDescription" type="system" pointSize="17"/> | ||
| 27 | <nil key="highlightedColor"/> | ||
| 28 | </label> | ||
| 29 | </subviews> | ||
| 30 | <color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/> | ||
| 31 | <constraints> | ||
| 32 | <constraint firstItem="Bcu-3y-fUS" firstAttribute="bottom" secondItem="MN2-I3-ftu" secondAttribute="bottom" constant="20" id="OZV-Vh-mqD"/> | ||
| 33 | <constraint firstItem="Bcu-3y-fUS" firstAttribute="centerX" secondItem="GJd-Yh-RWb" secondAttribute="centerX" id="Q3B-4B-g5h"/> | ||
| 34 | <constraint firstItem="MN2-I3-ftu" firstAttribute="centerX" secondItem="Bcu-3y-fUS" secondAttribute="centerX" id="akx-eg-2ui"/> | ||
| 35 | <constraint firstItem="MN2-I3-ftu" firstAttribute="leading" secondItem="Bcu-3y-fUS" secondAttribute="leading" id="i1E-0Y-4RG"/> | ||
| 36 | <constraint firstItem="GJd-Yh-RWb" firstAttribute="centerY" secondItem="Ze5-6b-2t3" secondAttribute="bottom" multiplier="1/3" constant="1" id="moa-c2-u7t"/> | ||
| 37 | <constraint firstItem="GJd-Yh-RWb" firstAttribute="leading" secondItem="Bcu-3y-fUS" secondAttribute="leading" symbolic="YES" id="x7j-FC-K8j"/> | ||
| 38 | </constraints> | ||
| 39 | <viewLayoutGuide key="safeArea" id="Bcu-3y-fUS"/> | ||
| 40 | </view> | ||
| 41 | </viewController> | ||
| 42 | <placeholder placeholderIdentifier="IBFirstResponder" id="iYj-Kq-Ea1" userLabel="First Responder" sceneMemberID="firstResponder"/> | ||
| 43 | </objects> | ||
| 44 | <point key="canvasLocation" x="52.173913043478265" y="375"/> | ||
| 45 | </scene> | ||
| 46 | </scenes> | ||
| 47 | </document> | ||
diff --git a/ios/iHealthScanner/PrivacyInfo.xcprivacy b/ios/iHealthScanner/PrivacyInfo.xcprivacy new file mode 100644 index 0000000..41b8317 --- /dev/null +++ b/ios/iHealthScanner/PrivacyInfo.xcprivacy | |||
| @@ -0,0 +1,37 @@ | |||
| 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>NSPrivacyAccessedAPITypes</key> | ||
| 6 | <array> | ||
| 7 | <dict> | ||
| 8 | <key>NSPrivacyAccessedAPIType</key> | ||
| 9 | <string>NSPrivacyAccessedAPICategoryFileTimestamp</string> | ||
| 10 | <key>NSPrivacyAccessedAPITypeReasons</key> | ||
| 11 | <array> | ||
| 12 | <string>C617.1</string> | ||
| 13 | </array> | ||
| 14 | </dict> | ||
| 15 | <dict> | ||
| 16 | <key>NSPrivacyAccessedAPIType</key> | ||
| 17 | <string>NSPrivacyAccessedAPICategoryUserDefaults</string> | ||
| 18 | <key>NSPrivacyAccessedAPITypeReasons</key> | ||
| 19 | <array> | ||
| 20 | <string>CA92.1</string> | ||
| 21 | </array> | ||
| 22 | </dict> | ||
| 23 | <dict> | ||
| 24 | <key>NSPrivacyAccessedAPIType</key> | ||
| 25 | <string>NSPrivacyAccessedAPICategorySystemBootTime</string> | ||
| 26 | <key>NSPrivacyAccessedAPITypeReasons</key> | ||
| 27 | <array> | ||
| 28 | <string>35F9.1</string> | ||
| 29 | </array> | ||
| 30 | </dict> | ||
| 31 | </array> | ||
| 32 | <key>NSPrivacyCollectedDataTypes</key> | ||
| 33 | <array/> | ||
| 34 | <key>NSPrivacyTracking</key> | ||
| 35 | <false/> | ||
| 36 | </dict> | ||
| 37 | </plist> | ||
