mattconnolly / libphonenumber-ios

libphonenumber project as a static library xcode project for iOS apps

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:C++ 66.0%Language:Shell 10.5%Language:Java 8.9%Language:Python 4.7%Language:C 4.6%Language:JavaScript 3.9%Language:Objective-C 1.3%Language:Emacs Lisp 0.0%Language:Perl 0.0%Language:Vim Script 0.0%