Page MenuHomePhabricator

[iOS] Bump `NotificationService` `CFBundleVersion` to match parent app
ClosedPublic

Authored by atul on Aug 15 2022, 12:01 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Jun 23, 12:04 AM
Unknown Object (File)
Thu, Jun 20, 2:24 AM
Unknown Object (File)
Sat, Jun 15, 3:04 AM
Unknown Object (File)
Thu, Jun 13, 5:34 PM
Unknown Object (File)
Wed, Jun 5, 12:03 AM
Unknown Object (File)
May 27 2024, 4:08 AM
Unknown Object (File)
May 27 2024, 4:08 AM
Unknown Object (File)
May 27 2024, 4:08 AM
Subscribers

Details

Summary

Was noticing this warning at the end of iOS builds:

warning: The CFBundleVersion of an app extension ('1') must match that of its containing parent app ('141').

This change gets rid of the warning.

Does it make a difference? Probably not.

Test Plan

Did command-line build and made sure that warning didn't appear at the end of the logs.

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

(Another thing that'll be needed to bumped on each release)

atul requested review of this revision.Aug 15 2022, 12:12 PM
This revision is now accepted and ready to land.Aug 15 2022, 12:53 PM
In D4831#139757, @atul wrote:

(Another thing that'll be needed to bumped on each release)

git grep to the rescue!

This revision was landed with ongoing or failed builds.Aug 16 2022, 6:59 AM
This revision was automatically updated to reflect the committed changes.