Page MenuHomePhabricator

[native] Removing gRPC C++ deleted files from the XCode project
ClosedPublic

Authored by max on Nov 30 2022, 3:23 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Jun 22, 12:46 AM
Unknown Object (File)
Fri, Jun 21, 3:20 PM
Unknown Object (File)
Thu, Jun 20, 9:25 PM
Unknown Object (File)
Tue, Jun 18, 9:10 PM
Unknown Object (File)
Tue, Jun 11, 6:58 AM
Unknown Object (File)
Tue, Jun 11, 6:58 AM
Unknown Object (File)
Tue, Jun 11, 6:56 AM
Unknown Object (File)
Wed, Jun 5, 10:12 AM
Subscribers

Details

Summary

Removing of gRPC C++ already deleted files from the XCode project. This is a follow-up from D5706 where files were deleted.

Linear task: ENG-2276

Test Plan
  1. Open XCode project -> navigate to the "Project navigator" (folder icon). Expand all folders to show files. There are no red-marked files (missing files).
  2. The iOS app is successfully built.

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: atul, ashoat.
max published this revision for review.Nov 30 2022, 3:28 AM
max edited the test plan for this revision. (Show Details)

Hard to review this without opening up in Xcode, so will have to rely on @max's testing.

That said, I think the test plan is not good... the app builds in Xcode either way. Instead, can you modify the test plan to include opening up Xcode, and verifying there are no red entries in the file view (folder icon on the left pane) except for CommRelease?

If that looks good then feel free to land!

This revision is now accepted and ready to land.Nov 30 2022, 5:47 AM

That said, I think the test plan is not good... the app builds in Xcode either way. Instead, can you modify the test plan to include opening up Xcode, and verifying there are no red entries in the file view (folder icon on the left pane) except for CommRelease?

Makes sense to change it. Done!