Signal-Pods/libPhoneNumber-iOS
2025-01-08 19:16:29 -06:00
..
libPhoneNumber Update libPhoneNumber metadata to 8.13.52 2025-01-08 19:16:29 -06:00
LICENSE Squash Pods history, track publicly 2018-02-12 12:02:57 -08:00
README.md Update libPhoneNumber metadata to 8.13.51 2024-12-11 15:08:28 -06:00

Signal's fork of libPhoneNumber-iOS

This is Signal's fork of libPhoneNumber-iOS, which is an Objective-C port of Google's libphonenumber.

How to update metadata from libphonenumber

If you want the latest metadata from libphonenumber...

  1. Clone this fork.
  2. Check out the version of libphonenumber (not libPhoneNumber-iOS) that you want to pull metadata from. Remember this <path>.
  3. From the project root, run LIBPHONENUMBER=<path> make metadata. Use the <path> you remembered in the prior step.
  4. Commit the changes to the signal-master branch and push the changes.
  5. Update the dependency in the Signal iOS project as normal (using bundle exec pod update libPhoneNumber-iOS).