client-sdk-ios
client-sdk-ios copied to clipboard
iOS SwiftPM and Cocoapods repo
FeatureProbe iOS-SDK
How to use this SDK
See iOS SDK Doc for detail. 苹果
How to build
build from repo: [email protected]:FeatureProbe/client-sdk-mobile.git
- install uniffi codegen tool
cargo install --version 0.21 uniffi_bindgen
- install rust android target
rustup target add aarch64-apple-ios
rustup target add aarch64-apple-ios-sim
rustup target add x86_64-apple-ios
- build xcframework
./build-xcframework.sh
- 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.