|
11 | 11 | 13B07FBC1A68108700A75B9A /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB01A68108700A75B9A /* AppDelegate.m */; }; |
12 | 12 | 13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB51A68108700A75B9A /* Images.xcassets */; }; |
13 | 13 | 13B07FC11A68108700A75B9A /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB71A68108700A75B9A /* main.m */; }; |
| 14 | + 6172F2D35A4C3AA820D92908 /* libPods-HelloWorld.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 6423831EA8574132BED9D8CC /* libPods-HelloWorld.a */; }; |
| 15 | + 7EF68E3733C33B6898317E18 /* libPods-HelloWorld-HelloWorldTests.a in Frameworks */ = {isa = PBXBuildFile; fileRef = ABFE59519B596E51CEFDCCC0 /* libPods-HelloWorld-HelloWorldTests.a */; }; |
14 | 16 | 81AB9BB82411601600AC10FF /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */; }; |
15 | 17 | /* End PBXBuildFile section */ |
16 | 18 |
|
|
34 | 36 | 13B07FB51A68108700A75B9A /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Images.xcassets; path = HelloWorld/Images.xcassets; sourceTree = "<group>"; }; |
35 | 37 | 13B07FB61A68108700A75B9A /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = HelloWorld/Info.plist; sourceTree = "<group>"; }; |
36 | 38 | 13B07FB71A68108700A75B9A /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = main.m; path = HelloWorld/main.m; sourceTree = "<group>"; }; |
| 39 | + 1D0AE47A65C8663E3B452821 /* Pods-HelloWorld-HelloWorldTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-HelloWorld-HelloWorldTests.release.xcconfig"; path = "Target Support Files/Pods-HelloWorld-HelloWorldTests/Pods-HelloWorld-HelloWorldTests.release.xcconfig"; sourceTree = "<group>"; }; |
| 40 | + 6423831EA8574132BED9D8CC /* libPods-HelloWorld.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-HelloWorld.a"; sourceTree = BUILT_PRODUCTS_DIR; }; |
| 41 | + 6C97AB639B58BBB4B15BBE30 /* Pods-HelloWorld-HelloWorldTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-HelloWorld-HelloWorldTests.debug.xcconfig"; path = "Target Support Files/Pods-HelloWorld-HelloWorldTests/Pods-HelloWorld-HelloWorldTests.debug.xcconfig"; sourceTree = "<group>"; }; |
37 | 42 | 81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; name = LaunchScreen.storyboard; path = HelloWorld/LaunchScreen.storyboard; sourceTree = "<group>"; }; |
| 43 | + ABFE59519B596E51CEFDCCC0 /* libPods-HelloWorld-HelloWorldTests.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-HelloWorld-HelloWorldTests.a"; sourceTree = BUILT_PRODUCTS_DIR; }; |
| 44 | + C0A881CF5CF3F2B244570E2A /* Pods-HelloWorld.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-HelloWorld.debug.xcconfig"; path = "Target Support Files/Pods-HelloWorld/Pods-HelloWorld.debug.xcconfig"; sourceTree = "<group>"; }; |
| 45 | + D00AAFFCFCFDA5787532823F /* Pods-HelloWorld.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-HelloWorld.release.xcconfig"; path = "Target Support Files/Pods-HelloWorld/Pods-HelloWorld.release.xcconfig"; sourceTree = "<group>"; }; |
38 | 46 | ED297162215061F000B7C4FE /* JavaScriptCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = JavaScriptCore.framework; path = System/Library/Frameworks/JavaScriptCore.framework; sourceTree = SDKROOT; }; |
39 | 47 | /* End PBXFileReference section */ |
40 | 48 |
|
|
43 | 51 | isa = PBXFrameworksBuildPhase; |
44 | 52 | buildActionMask = 2147483647; |
45 | 53 | files = ( |
| 54 | + 7EF68E3733C33B6898317E18 /* libPods-HelloWorld-HelloWorldTests.a in Frameworks */, |
46 | 55 | ); |
47 | 56 | runOnlyForDeploymentPostprocessing = 0; |
48 | 57 | }; |
49 | 58 | 13B07F8C1A680F5B00A75B9A /* Frameworks */ = { |
50 | 59 | isa = PBXFrameworksBuildPhase; |
51 | 60 | buildActionMask = 2147483647; |
52 | 61 | files = ( |
| 62 | + 6172F2D35A4C3AA820D92908 /* libPods-HelloWorld.a in Frameworks */, |
53 | 63 | ); |
54 | 64 | runOnlyForDeploymentPostprocessing = 0; |
55 | 65 | }; |
|
90 | 100 | isa = PBXGroup; |
91 | 101 | children = ( |
92 | 102 | ED297162215061F000B7C4FE /* JavaScriptCore.framework */, |
| 103 | + 6423831EA8574132BED9D8CC /* libPods-HelloWorld.a */, |
| 104 | + ABFE59519B596E51CEFDCCC0 /* libPods-HelloWorld-HelloWorldTests.a */, |
93 | 105 | ); |
94 | 106 | name = Frameworks; |
95 | 107 | sourceTree = "<group>"; |
|
109 | 121 | 00E356EF1AD99517003FC87E /* HelloWorldTests */, |
110 | 122 | 83CBBA001A601CBA00E9B192 /* Products */, |
111 | 123 | 2D16E6871FA4F8E400B85C8A /* Frameworks */, |
| 124 | + E233CBF5F47BEE60B243DCF8 /* Pods */, |
112 | 125 | ); |
113 | 126 | indentWidth = 2; |
114 | 127 | sourceTree = "<group>"; |
|
124 | 137 | name = Products; |
125 | 138 | sourceTree = "<group>"; |
126 | 139 | }; |
| 140 | + E233CBF5F47BEE60B243DCF8 /* Pods */ = { |
| 141 | + isa = PBXGroup; |
| 142 | + children = ( |
| 143 | + C0A881CF5CF3F2B244570E2A /* Pods-HelloWorld.debug.xcconfig */, |
| 144 | + D00AAFFCFCFDA5787532823F /* Pods-HelloWorld.release.xcconfig */, |
| 145 | + 6C97AB639B58BBB4B15BBE30 /* Pods-HelloWorld-HelloWorldTests.debug.xcconfig */, |
| 146 | + 1D0AE47A65C8663E3B452821 /* Pods-HelloWorld-HelloWorldTests.release.xcconfig */, |
| 147 | + ); |
| 148 | + name = Pods; |
| 149 | + path = Pods; |
| 150 | + sourceTree = "<group>"; |
| 151 | + }; |
127 | 152 | /* End PBXGroup section */ |
128 | 153 |
|
129 | 154 | /* Begin PBXNativeTarget section */ |
130 | 155 | 00E356ED1AD99517003FC87E /* HelloWorldTests */ = { |
131 | 156 | isa = PBXNativeTarget; |
132 | 157 | buildConfigurationList = 00E357021AD99517003FC87E /* Build configuration list for PBXNativeTarget "HelloWorldTests" */; |
133 | 158 | buildPhases = ( |
| 159 | + A130D646172E58E1D159D8F2 /* [CP] Check Pods Manifest.lock */, |
134 | 160 | 00E356EA1AD99517003FC87E /* Sources */, |
135 | 161 | 00E356EB1AD99517003FC87E /* Frameworks */, |
136 | 162 | 00E356EC1AD99517003FC87E /* Resources */, |
| 163 | + 077E01280D4B4AD18B2E1770 /* [CP] Embed Pods Frameworks */, |
| 164 | + 4E62BDF20514810D028A5FBF /* [CP] Copy Pods Resources */, |
137 | 165 | ); |
138 | 166 | buildRules = ( |
139 | 167 | ); |
|
149 | 177 | isa = PBXNativeTarget; |
150 | 178 | buildConfigurationList = 13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "HelloWorld" */; |
151 | 179 | buildPhases = ( |
| 180 | + 3E482C27206C4DEF2FE45063 /* [CP] Check Pods Manifest.lock */, |
152 | 181 | FD10A7F022414F080027D42C /* Start Packager */, |
153 | 182 | 13B07F871A680F5B00A75B9A /* Sources */, |
154 | 183 | 13B07F8C1A680F5B00A75B9A /* Frameworks */, |
155 | 184 | 13B07F8E1A680F5B00A75B9A /* Resources */, |
156 | 185 | 00DD1BFF1BD5951E006B06BC /* Bundle React Native code and images */, |
| 186 | + C8AC78B0264D0F9F6F6D630E /* [CP] Embed Pods Frameworks */, |
| 187 | + ADC9DDC32298B72B3CF5DC8E /* [CP] Copy Pods Resources */, |
157 | 188 | ); |
158 | 189 | buildRules = ( |
159 | 190 | ); |
|
234 | 265 | shellPath = /bin/sh; |
235 | 266 | shellScript = "set -e\n\nexport NODE_BINARY=node\n../node_modules/react-native/scripts/react-native-xcode.sh\n"; |
236 | 267 | }; |
| 268 | + 077E01280D4B4AD18B2E1770 /* [CP] Embed Pods Frameworks */ = { |
| 269 | + isa = PBXShellScriptBuildPhase; |
| 270 | + buildActionMask = 2147483647; |
| 271 | + files = ( |
| 272 | + ); |
| 273 | + inputFileListPaths = ( |
| 274 | + "${PODS_ROOT}/Target Support Files/Pods-HelloWorld-HelloWorldTests/Pods-HelloWorld-HelloWorldTests-frameworks-${CONFIGURATION}-input-files.xcfilelist", |
| 275 | + ); |
| 276 | + name = "[CP] Embed Pods Frameworks"; |
| 277 | + outputFileListPaths = ( |
| 278 | + "${PODS_ROOT}/Target Support Files/Pods-HelloWorld-HelloWorldTests/Pods-HelloWorld-HelloWorldTests-frameworks-${CONFIGURATION}-output-files.xcfilelist", |
| 279 | + ); |
| 280 | + runOnlyForDeploymentPostprocessing = 0; |
| 281 | + shellPath = /bin/sh; |
| 282 | + shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-HelloWorld-HelloWorldTests/Pods-HelloWorld-HelloWorldTests-frameworks.sh\"\n"; |
| 283 | + showEnvVarsInLog = 0; |
| 284 | + }; |
| 285 | + 3E482C27206C4DEF2FE45063 /* [CP] Check Pods Manifest.lock */ = { |
| 286 | + isa = PBXShellScriptBuildPhase; |
| 287 | + buildActionMask = 2147483647; |
| 288 | + files = ( |
| 289 | + ); |
| 290 | + inputFileListPaths = ( |
| 291 | + ); |
| 292 | + inputPaths = ( |
| 293 | + "${PODS_PODFILE_DIR_PATH}/Podfile.lock", |
| 294 | + "${PODS_ROOT}/Manifest.lock", |
| 295 | + ); |
| 296 | + name = "[CP] Check Pods Manifest.lock"; |
| 297 | + outputFileListPaths = ( |
| 298 | + ); |
| 299 | + outputPaths = ( |
| 300 | + "$(DERIVED_FILE_DIR)/Pods-HelloWorld-checkManifestLockResult.txt", |
| 301 | + ); |
| 302 | + runOnlyForDeploymentPostprocessing = 0; |
| 303 | + shellPath = /bin/sh; |
| 304 | + 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"; |
| 305 | + showEnvVarsInLog = 0; |
| 306 | + }; |
| 307 | + 4E62BDF20514810D028A5FBF /* [CP] Copy Pods Resources */ = { |
| 308 | + isa = PBXShellScriptBuildPhase; |
| 309 | + buildActionMask = 2147483647; |
| 310 | + files = ( |
| 311 | + ); |
| 312 | + inputFileListPaths = ( |
| 313 | + "${PODS_ROOT}/Target Support Files/Pods-HelloWorld-HelloWorldTests/Pods-HelloWorld-HelloWorldTests-resources-${CONFIGURATION}-input-files.xcfilelist", |
| 314 | + ); |
| 315 | + name = "[CP] Copy Pods Resources"; |
| 316 | + outputFileListPaths = ( |
| 317 | + "${PODS_ROOT}/Target Support Files/Pods-HelloWorld-HelloWorldTests/Pods-HelloWorld-HelloWorldTests-resources-${CONFIGURATION}-output-files.xcfilelist", |
| 318 | + ); |
| 319 | + runOnlyForDeploymentPostprocessing = 0; |
| 320 | + shellPath = /bin/sh; |
| 321 | + shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-HelloWorld-HelloWorldTests/Pods-HelloWorld-HelloWorldTests-resources.sh\"\n"; |
| 322 | + showEnvVarsInLog = 0; |
| 323 | + }; |
| 324 | + A130D646172E58E1D159D8F2 /* [CP] Check Pods Manifest.lock */ = { |
| 325 | + isa = PBXShellScriptBuildPhase; |
| 326 | + buildActionMask = 2147483647; |
| 327 | + files = ( |
| 328 | + ); |
| 329 | + inputFileListPaths = ( |
| 330 | + ); |
| 331 | + inputPaths = ( |
| 332 | + "${PODS_PODFILE_DIR_PATH}/Podfile.lock", |
| 333 | + "${PODS_ROOT}/Manifest.lock", |
| 334 | + ); |
| 335 | + name = "[CP] Check Pods Manifest.lock"; |
| 336 | + outputFileListPaths = ( |
| 337 | + ); |
| 338 | + outputPaths = ( |
| 339 | + "$(DERIVED_FILE_DIR)/Pods-HelloWorld-HelloWorldTests-checkManifestLockResult.txt", |
| 340 | + ); |
| 341 | + runOnlyForDeploymentPostprocessing = 0; |
| 342 | + shellPath = /bin/sh; |
| 343 | + 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"; |
| 344 | + showEnvVarsInLog = 0; |
| 345 | + }; |
| 346 | + ADC9DDC32298B72B3CF5DC8E /* [CP] Copy Pods Resources */ = { |
| 347 | + isa = PBXShellScriptBuildPhase; |
| 348 | + buildActionMask = 2147483647; |
| 349 | + files = ( |
| 350 | + ); |
| 351 | + inputFileListPaths = ( |
| 352 | + "${PODS_ROOT}/Target Support Files/Pods-HelloWorld/Pods-HelloWorld-resources-${CONFIGURATION}-input-files.xcfilelist", |
| 353 | + ); |
| 354 | + name = "[CP] Copy Pods Resources"; |
| 355 | + outputFileListPaths = ( |
| 356 | + "${PODS_ROOT}/Target Support Files/Pods-HelloWorld/Pods-HelloWorld-resources-${CONFIGURATION}-output-files.xcfilelist", |
| 357 | + ); |
| 358 | + runOnlyForDeploymentPostprocessing = 0; |
| 359 | + shellPath = /bin/sh; |
| 360 | + shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-HelloWorld/Pods-HelloWorld-resources.sh\"\n"; |
| 361 | + showEnvVarsInLog = 0; |
| 362 | + }; |
| 363 | + C8AC78B0264D0F9F6F6D630E /* [CP] Embed Pods Frameworks */ = { |
| 364 | + isa = PBXShellScriptBuildPhase; |
| 365 | + buildActionMask = 2147483647; |
| 366 | + files = ( |
| 367 | + ); |
| 368 | + inputFileListPaths = ( |
| 369 | + "${PODS_ROOT}/Target Support Files/Pods-HelloWorld/Pods-HelloWorld-frameworks-${CONFIGURATION}-input-files.xcfilelist", |
| 370 | + ); |
| 371 | + name = "[CP] Embed Pods Frameworks"; |
| 372 | + outputFileListPaths = ( |
| 373 | + "${PODS_ROOT}/Target Support Files/Pods-HelloWorld/Pods-HelloWorld-frameworks-${CONFIGURATION}-output-files.xcfilelist", |
| 374 | + ); |
| 375 | + runOnlyForDeploymentPostprocessing = 0; |
| 376 | + shellPath = /bin/sh; |
| 377 | + shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-HelloWorld/Pods-HelloWorld-frameworks.sh\"\n"; |
| 378 | + showEnvVarsInLog = 0; |
| 379 | + }; |
237 | 380 | FD10A7F022414F080027D42C /* Start Packager */ = { |
238 | 381 | isa = PBXShellScriptBuildPhase; |
239 | 382 | buildActionMask = 2147483647; |
|
286 | 429 | /* Begin XCBuildConfiguration section */ |
287 | 430 | 00E356F61AD99517003FC87E /* Debug */ = { |
288 | 431 | isa = XCBuildConfiguration; |
| 432 | + baseConfigurationReference = 6C97AB639B58BBB4B15BBE30 /* Pods-HelloWorld-HelloWorldTests.debug.xcconfig */; |
289 | 433 | buildSettings = { |
290 | 434 | BUNDLE_LOADER = "$(TEST_HOST)"; |
291 | 435 | GCC_PREPROCESSOR_DEFINITIONS = ( |
292 | 436 | "DEBUG=1", |
293 | 437 | "$(inherited)", |
294 | 438 | ); |
295 | 439 | INFOPLIST_FILE = HelloWorldTests/Info.plist; |
296 | | - IPHONEOS_DEPLOYMENT_TARGET = 10.0; |
| 440 | + IPHONEOS_DEPLOYMENT_TARGET = 11.0; |
297 | 441 | LD_RUNPATH_SEARCH_PATHS = ( |
298 | 442 | "$(inherited)", |
299 | 443 | "@executable_path/Frameworks", |
|
312 | 456 | }; |
313 | 457 | 00E356F71AD99517003FC87E /* Release */ = { |
314 | 458 | isa = XCBuildConfiguration; |
| 459 | + baseConfigurationReference = 1D0AE47A65C8663E3B452821 /* Pods-HelloWorld-HelloWorldTests.release.xcconfig */; |
315 | 460 | buildSettings = { |
316 | 461 | BUNDLE_LOADER = "$(TEST_HOST)"; |
317 | 462 | COPY_PHASE_STRIP = NO; |
318 | 463 | INFOPLIST_FILE = HelloWorldTests/Info.plist; |
319 | | - IPHONEOS_DEPLOYMENT_TARGET = 10.0; |
| 464 | + IPHONEOS_DEPLOYMENT_TARGET = 11.0; |
320 | 465 | LD_RUNPATH_SEARCH_PATHS = ( |
321 | 466 | "$(inherited)", |
322 | 467 | "@executable_path/Frameworks", |
|
335 | 480 | }; |
336 | 481 | 13B07F941A680F5B00A75B9A /* Debug */ = { |
337 | 482 | isa = XCBuildConfiguration; |
| 483 | + baseConfigurationReference = C0A881CF5CF3F2B244570E2A /* Pods-HelloWorld.debug.xcconfig */; |
338 | 484 | buildSettings = { |
339 | 485 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
340 | 486 | CLANG_ENABLE_MODULES = YES; |
|
360 | 506 | }; |
361 | 507 | 13B07F951A680F5B00A75B9A /* Release */ = { |
362 | 508 | isa = XCBuildConfiguration; |
| 509 | + baseConfigurationReference = D00AAFFCFCFDA5787532823F /* Pods-HelloWorld.release.xcconfig */; |
363 | 510 | buildSettings = { |
364 | 511 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
365 | 512 | CLANG_ENABLE_MODULES = YES; |
|
414 | 561 | COPY_PHASE_STRIP = NO; |
415 | 562 | ENABLE_STRICT_OBJC_MSGSEND = YES; |
416 | 563 | ENABLE_TESTABILITY = YES; |
| 564 | + "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = "arm64 "; |
417 | 565 | GCC_C_LANGUAGE_STANDARD = gnu99; |
418 | 566 | GCC_DYNAMIC_NO_PIC = NO; |
419 | 567 | GCC_NO_COMMON_BLOCKS = YES; |
|
429 | 577 | GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; |
430 | 578 | GCC_WARN_UNUSED_FUNCTION = YES; |
431 | 579 | GCC_WARN_UNUSED_VARIABLE = YES; |
432 | | - IPHONEOS_DEPLOYMENT_TARGET = 10.0; |
| 580 | + IPHONEOS_DEPLOYMENT_TARGET = 11.0; |
433 | 581 | LD_RUNPATH_SEARCH_PATHS = ( |
434 | 582 | /usr/lib/swift, |
435 | 583 | "$(inherited)", |
|
478 | 626 | COPY_PHASE_STRIP = YES; |
479 | 627 | ENABLE_NS_ASSERTIONS = NO; |
480 | 628 | ENABLE_STRICT_OBJC_MSGSEND = YES; |
| 629 | + "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = "arm64 "; |
481 | 630 | GCC_C_LANGUAGE_STANDARD = gnu99; |
482 | 631 | GCC_NO_COMMON_BLOCKS = YES; |
483 | 632 | GCC_WARN_64_TO_32_BIT_CONVERSION = YES; |
|
486 | 635 | GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; |
487 | 636 | GCC_WARN_UNUSED_FUNCTION = YES; |
488 | 637 | GCC_WARN_UNUSED_VARIABLE = YES; |
489 | | - IPHONEOS_DEPLOYMENT_TARGET = 10.0; |
| 638 | + IPHONEOS_DEPLOYMENT_TARGET = 11.0; |
490 | 639 | LD_RUNPATH_SEARCH_PATHS = ( |
491 | 640 | /usr/lib/swift, |
492 | 641 | "$(inherited)", |
|
0 commit comments