https://github.com/wingify/vwo-tvos-sdk
VWO A/B Testing SDK for tvOS
https://github.com/wingify/vwo-tvos-sdk
Last synced: 4 months ago
JSON representation
VWO A/B Testing SDK for tvOS
- Host: GitHub
- URL: https://github.com/wingify/vwo-tvos-sdk
- Owner: wingify
- Created: 2016-01-11T12:32:15.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-11T12:52:59.000Z (over 9 years ago)
- Last Synced: 2025-01-08T18:44:53.719Z (5 months ago)
- Language: Objective-C
- Size: 122 KB
- Stars: 1
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vwo-tvos-sdk
VWO A/B Testing SDK for tvOSEither the raw code can be used or framework can be used.
Instructions for using Framework in your own profile file.
* Add the Framework in "Embedded Binaries" under Target of Project file.
* Under Build Settings of Target, mark "Embedded Content Contains Swift Code" YES
* Add [this script](https://github.com/realm/realm-cocoa/blob/d59c86f11525f346c8e8db277fdbf2d9ff990d98/scripts/strip-frameworks.sh) in "Run Script" under "Build Phases" because of [this issue](http://stackoverflow.com/questions/29634466/how-to-export-fat-cocoa-touch-framework-for-simulator-and-device)## License
By using this SDK, you agree to abide by the [VWO Terms & Conditions](https://vwo.com/terms-conditions).