OKHbuilder is a pod for uni-app, based on the official version 3.2.2, it includes basic functions and some extensions.
- Create your cocoapods project, in the podfile, run
pod install. - In your project root file, create file path
Pandora/apps/your app id/www/, copy uni-app build files into this path. - Create
control.xmlfile, like the example in the example project file, remind to change it to your app id. - Add a appkey line as in the example to your
Info.plist, then have fun!
OKHBuilder is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod 'OKHBuilder'The first three basic class libraries listed below are included by default. If other class libraries are required, they need to be manually integrated like this:
pod 'OKHBuilder/Location'| Basic | Extension |
|---|---|
| OKHBuilder/Base | OKHBuilder/Location |
| OKHBuilder/Tool | OKHBuilder/Camera |
| OKHBuilder/Third | OKHBuilder/Barcode |
| OKHBuilder/Audio |
OKHBuilder is available under the MIT license. See the LICENSE file for more info.