Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/go-acoustic/ioscontrols-sampleapp-ios-objc
https://github.com/go-acoustic/ioscontrols-sampleapp-ios-objc
ios tealeaf
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/go-acoustic/ioscontrols-sampleapp-ios-objc
- Owner: go-acoustic
- Created: 2018-02-15T20:01:43.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-03-15T21:24:18.000Z (10 months ago)
- Last Synced: 2024-03-15T22:33:38.240Z (10 months ago)
- Topics: ios, tealeaf
- Language: Ruby
- Homepage:
- Size: 6.65 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: Licenses/License
Awesome Lists containing this project
README
# iOSControls-SampleApp-iOS-ObjC
In order to run application you will need to have [CocoaPods](https://guides.cocoapods.org/using/getting-started.html)
## In terminal run
```
rm podfile.lock
rm -rf "${HOME}/Library/Caches/CocoaPods"
rm -rf "`pwd`/Pods/"
pod install
pod update IBMTealeaf
```