FeatureProbe / client-sdk-ios

iOS SwiftPM and Cocoapods repo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FeatureProbe iOS-SDK

How to use this SDK

See iOS SDK Doc for detail. 苹果

How to build

build from repo: git@github.com:FeatureProbe/client-sdk-mobile.git

  1. install uniffi codegen tool

cargo install --version 0.21 uniffi_bindgen

  1. install rust android target
rustup target add aarch64-apple-ios
rustup target add aarch64-apple-ios-sim
rustup target add x86_64-apple-ios
  1. build xcframework

./build-xcframework.sh

  1. push to git
cd client-sdk-ios
git commit -m 'xxx'
git push origin master

Contributing

We are working on continue evolving FeatureProbe core, making it flexible and easier to use. Development of FeatureProbe happens in the open on GitHub, and we are grateful to the community for contributing bugfixes and improvements.

Please read CONTRIBUTING for details on our code of conduct, and the process for taking part in improving FeatureProbe.

About

iOS SwiftPM and Cocoapods repo

License:Apache License 2.0


Languages

Language:Swift 79.2%Language:C 19.3%Language:Ruby 1.4%