Page MenuHomePhabricator

[native] Increasing `pod-patch` version
ClosedPublic

Authored by max on Sep 6 2022, 10:12 AM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Sep 27, 9:26 AM
Unknown Object (File)
Fri, Sep 27, 2:07 AM
Unknown Object (File)
Tue, Sep 24, 2:42 PM
Unknown Object (File)
Sat, Sep 14, 6:51 PM
Unknown Object (File)
Thu, Sep 12, 9:36 AM
Unknown Object (File)
Tue, Sep 10, 3:01 AM
Unknown Object (File)
Tue, Sep 10, 3:01 AM
Unknown Object (File)
Tue, Sep 10, 3:00 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
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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.