Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/featureprobe/client-sdk-ios
iOS SwiftPM and Cocoapods repo
https://github.com/featureprobe/client-sdk-ios
Last synced: 3 days ago
JSON representation
iOS SwiftPM and Cocoapods repo
- Host: GitHub
- URL: https://github.com/featureprobe/client-sdk-ios
- Owner: FeatureProbe
- License: apache-2.0
- Created: 2022-05-25T05:23:40.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-04T03:26:09.000Z (over 1 year ago)
- Last Synced: 2024-11-06T23:16:28.346Z (14 days ago)
- Language: Swift
- Homepage:
- Size: 93.4 MB
- Stars: 19
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FeatureProbe iOS-SDK
## How to use this SDK
See [iOS](https://docs.featureprobe.io/how-to/Client-Side%20SDKs/ios-sdk/) SDK Doc for detail. [苹果](https://docs.featureprobe.io/zh-CN/how-to/Client-Side%20SDKs/ios-sdk/)
## How to build
build from repo: `[email protected]:FeatureProbe/client-sdk-mobile.git`
1. install uniffi codegen tool
`cargo install --version 0.21 uniffi_bindgen`
2. install rust android target
```console
rustup target add aarch64-apple-ios
rustup target add aarch64-apple-ios-sim
rustup target add x86_64-apple-ios
```3. build xcframework
`./build-xcframework.sh`
4. 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](https://github.com/FeatureProbe/featureprobe/blob/master/CONTRIBUTING.md)
for details on our code of conduct, and the process for taking part in improving FeatureProbe.