Page MenuHomePhabricator

[native] Increasing `pod-patch` version
ClosedPublic

Authored by max on Sep 6 2022, 10:12 AM.
Tags
None
Referenced Files
F3559096: D5076.id16414.diff
Fri, Dec 27, 5:40 AM
F3559095: D5076.id16382.diff
Fri, Dec 27, 5:40 AM
F3559031: D5076.id.diff
Fri, Dec 27, 5:39 AM
F3558976: D5076.diff
Fri, Dec 27, 5:30 AM
Unknown Object (File)
Nov 26 2024, 1:41 AM
Unknown Object (File)
Nov 24 2024, 3:08 PM
Unknown Object (File)
Nov 16 2024, 2:20 PM
Unknown Object (File)
Nov 16 2024, 11:19 AM

Details

Summary

This diff increased a version of the pod-patch npm package which was changed to not require BSD sed for iOS build and PR from @jon.

Related Linear task: ENG-1588

Test Plan

Successfully built iOS native app.

Diff Detail

Repository
rCOMM Comm
Branch
pod-patch-bump
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

max held this revision as a draft.
max edited the test plan for this revision. (Show Details)
max added reviewers: jon, atul, ashoat.
max added a subscriber: jon.
max published this revision for review.Sep 6 2022, 10:19 AM
max edited the summary of this revision. (Show Details)

ran:

arc patch D5076
# remove /usr/bin line from `scripts/source_development_defaults.sh`
nix develop

yarn cleaninstall
cd native/ios
pod cache clean --all
pod install

open -na xcode
# built Comm workspace
This revision is now accepted and ready to land.Sep 7 2022, 9:06 AM
This revision was automatically updated to reflect the committed changes.

landed to unblock other work where PATH was causing issues.