Signal's fork of libPhoneNumber-iOS
This is Signal's fork of libPhoneNumber-iOS, which is an Objective-C port of Google's libphonenumber.
If you want the latest metadata from libphonenumber...
- Clone this fork.
- Check out the version of libphonenumber (not libPhoneNumber-iOS) that you want to pull metadata from. Remember this
<path>
. - From the project root, run
LIBPHONENUMBER=<path> make metadata
. Use the<path>
you remembered in the prior step. - Commit the changes to the
signal-master
branch and push the changes. - Update the dependency in the Signal iOS project as normal (using
bundle exec pod update libPhoneNumber-iOS
).