mirror of
https://gitlab.silvrtree.co.uk/martind2000/WolkSense-Hexiwear.git
synced 2025-02-05 03:20:15 +00:00
31 lines
687 B
Markdown
31 lines
687 B
Markdown
#Hexiwear iOS
|
|
|
|
|
|
|
|
To setup environment you need CocoaPods installed on your computer.
|
|
You can install it with the following command:
|
|
```sh
|
|
$ gem install cocoapods
|
|
```
|
|
after that, run
|
|
```sh
|
|
$ 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.
|