[BREAKGLASS] Append-only mirror of github.com/signalapp/libPhoneNumber-iOS
Go to file
2025-01-08 19:14:36 -06:00
libPhoneNumber Update metadata to 8.13.52 2025-01-08 19:14:36 -06:00
MetadataArchiver Convert MetadataArchiver to a package 2024-12-05 12:36:16 -06:00
.gitignore Ignore .gcno files (Xcode generated code coverage info) 2016-01-31 20:40:04 +00:00
AUTHORS Revamp script step to remove it from build steps in xcodeproject to having it run by hand to generate NBGeneratedPhoneNumberMetaData.h 2017-03-17 17:11:00 -07:00
libPhoneNumber-iOS.podspec Merge remote-tracking branch 'upstream/master' into signal-master 2024-12-05 16:02:42 -06:00
LICENSE Moved from me2day 2014-02-26 18:13:36 +09:00
Makefile Convert MetadataArchiver to a package 2024-12-05 12:36:16 -06:00
README.md Update the README 2024-12-10 17:33:11 -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).