WolkSense-Hexiwear/iOS
2016-07-22 14:40:29 +02:00
..
Hexiwear - initial iOS 2016-07-21 12:22:05 +02:00
Hexiwear.xcodeproj - initial iOS 2016-07-21 12:22:05 +02:00
LICENSE Create LICENSE 2016-07-21 12:34:23 +02:00
Podfile - initial iOS 2016-07-21 12:22:05 +02:00
ReadME.md Update ReadME.md 2016-07-22 14:40:29 +02:00

#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.