CocoaPods trunk is moving to be read-only. Read more on the blog, there are 17 months to go.
TestsTested | ✓ |
LangLanguage | Obj-CObjective C |
License | MIT |
ReleasedLast Release | Feb 2015 |
Maintained by ligerjohn, Nathaniel Kofalt.
Depends on: | |
Cordova | = 3.6.0 |
UIColor-HTMLColors | = 1.0.0 |
For more information about developing apps with Liger Mobile go to the main Liger Mobile repo.
Liger-iOS is the iOS specific component to Liger. It's the part that creates and opens pages and dialogs and is the gateway into using native pages, both custom written for Liger, Apple's own, and from 3rd parties.
Liger-iOS is intended to be used as a cocoapod in an application. There's a number of XCTest test cases written and we use Travis CI to continuously build and run those tests.
To run the tests and generate coverage files, run this at the command line using the latest version of xctool/Xcode:
xctool build test GCC_GENERATE_TEST_COVERAGE_FILES=YES GCC_INSTRUMENT_PROGRAM_FLOW_ARCS=YES