Skip to content

mattconnolly/libphonenumber-ios

Repository files navigation

libphonenumber-ios

iOS static library xcode project.

Dependencies:

External:

  • boost on iphone: git://gitorious.org/~huuskpe/boostoniphone/huuskpes-boostoniphone.git

Included:

  • gtest
  • re2
  • protocol buffers 2.4.1

The included ones are copied into this repository for ease of building.

Using in another Xcode project

  1. Setup this project, make sure it builds
  2. Add project as a dependency to your iOS app, or simply add the built "libphonenumber.a" file (dependency will be better since it will follow the simulator/device architectures)
  3. Add the following libraries:
    1. libicucore.dylib
    2. boost.framework

Ensure that your project has the same c/c++ language settings as libphonenumber-ios project.

About

libphonenumber project as a static library xcode project for iOS apps

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published