Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 786 Bytes

README.md

File metadata and controls

34 lines (20 loc) · 786 Bytes

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.