Some checks are pending
Bidi Control Character Guard / bidi-control-guard (push) Waiting to run
Circular Dependency Check / Check for new circular dependencies (push) Waiting to run
Citus Migration Smoke / Combined migrations on single-node Citus (push) Waiting to run
E2E Fresh Install Tests / fresh-install-e2e (push) Waiting to run
ext-v2 guardrails / Run ext-v2 guard and ESLint (push) Waiting to run
Integration Tests / Check for relevant changes (push) Waiting to run
Integration Tests / ${{ (github.event_name == 'schedule' || github.event.inputs.suite == 'full') && 'Full integration suite' || 'Tier-1 integration subset' }} (push) Blocked by required conditions
Mobile checks / Mobile lint + typecheck (push) Waiting to run
Mobile checks / Mobile unit tests (push) Waiting to run
Mobile checks / Mobile dependency audit (report) (push) Waiting to run
Mobile checks / Mobile reproducibility checks (push) Waiting to run
Secrets guard (env backups) / Ensure no tracked env backup files (push) Waiting to run
Temporal Readiness / fast-readiness (push) Waiting to run
Temporal Readiness / docker-parity (push) Waiting to run
TypeScript Type Check / Nx affected typecheck (push) Waiting to run
Unit Tests / Skipped-test budget (push) Waiting to run
Unit Tests / Nx affected unit tests (push) Waiting to run
Unit Tests / Server unit coverage (informational) (push) Waiting to run
Validate Tenant Management Schema / Check for relevant changes (push) Waiting to run
Validate Tenant Management Schema / Validate Tenant Management Schema (push) Blocked by required conditions
EE Workflows Build Guard / ee-workflows-build-guard (push) Waiting to run
Excluded: .git, node_modules, secrets/, compose.env, assemblyscript tgz Source: /opt/alga-psa on psa.joliet.tech
27 lines
1.1 KiB
Diff
27 lines
1.1 KiB
Diff
diff --git a/node_modules/react-native-iap/RNIap.podspec b/node_modules/react-native-iap/RNIap.podspec
|
|
index 79784fd..1656b6b 100644
|
|
--- a/node_modules/react-native-iap/RNIap.podspec
|
|
+++ b/node_modules/react-native-iap/RNIap.podspec
|
|
@@ -20,17 +20,10 @@ Pod::Spec.new do |s|
|
|
|
|
s.dependency "React-Core"
|
|
|
|
- # Don't install the dependencies when we run `pod install` in the old architecture.
|
|
+ # Patched for RN 0.81 prebuilt deps: the native code is pure Swift/ObjC and
|
|
+ # does not reference Folly/TurboModule headers, so we can drop the explicit
|
|
+ # deps that no longer exist as standalone pods.
|
|
if ENV['RCT_NEW_ARCH_ENABLED'] == '1' then
|
|
- s.compiler_flags = folly_compiler_flags + " -DRCT_NEW_ARCH_ENABLED=1"
|
|
- s.pod_target_xcconfig = {
|
|
- "HEADER_SEARCH_PATHS" => "\"$(PODS_ROOT)/boost\"",
|
|
- "CLANG_CXX_LANGUAGE_STANDARD" => "c++17"
|
|
- }
|
|
-
|
|
- s.dependency "RCT-Folly"
|
|
- s.dependency "RCTRequired"
|
|
- s.dependency "RCTTypeSafety"
|
|
- s.dependency "ReactCommon/turbomodule/core"
|
|
+ s.compiler_flags = " -DRCT_NEW_ARCH_ENABLED=1"
|
|
end
|
|
end
|