mirror of
https://gitlab.silvrtree.co.uk/martind2000/WolkSense-Hexiwear.git
synced 2025-01-10 17:45:07 +00:00
.. | ||
Hexiwear | ||
Hexiwear.xcodeproj | ||
LICENSE | ||
Podfile | ||
ReadME.md |
#Hexiwear iOS
To setup environment you need CocoaPods installed on your computer. You can install it with the following command:
$ gem install cocoapods
after that, run
$ pod install
this will install necessary dependencies and generate XCode workspace.
Open genarated XCode workspace and make sure that search header files is properly set, by checking that,
Under Hexiwear PROJECT 'Build Settings'
AND
Hexiwear TARGET 'Build Settings'
- Search Paths -> Always Search User Paths is Yes
- Search Paths -> User Header Search Paths is Pods/**
LICENSE
This software is released under the GNU General Public License version 3. See LICENSE for details.