Skip to content

ca-dp/bucketeer-ios-sdk

Repository files navigation

DEPRECATED

This repository is no longer maintained. Please update to version V2 following the instructions in the repository below.

https://github.com/bucketeer-io/ios-client-sdk



Build Status

Bucketeer Client-side SDK for iOS

Setup

Install prerequisite tools.

  • Xcode
  • Ruby

Then, you need to create fastlane/.env.

apiURL=<API_URL> # e.g. api-media.bucketeer.jp
sdkKey=<SDK_KEY>

Install dependencies.

make deps

Development

Development with Xcode

Open Bucketeer.xcworkspace with Xcode.

Development with command line

SDK

Build SDK.

make build

Build SDK for testing.

make build-for-testing

Run unit tests without build.

make test-without-building

Run e2e tests without build.

make e2e-without-building

Example

Build Example.

make build-example

Tips

Use published SDK in Example

TODO

Contributing

CONTRIBUTING.md

SDK User Docs

Samples

Bucketeer Samples