2016-07-22 12:40:29 +00:00
|
|
|
#Hexiwear iOS
|
2016-07-21 10:31:53 +00:00
|
|
|
|
|
|
|
|
2016-07-21 11:58:37 +00:00
|
|
|
|
|
|
|
To setup environment you need CocoaPods installed on your computer.
|
|
|
|
You can install it with the following command:
|
2016-07-22 12:40:29 +00:00
|
|
|
```sh
|
2016-07-21 11:58:37 +00:00
|
|
|
$ gem install cocoapods
|
2016-07-22 12:40:29 +00:00
|
|
|
```
|
2016-07-21 11:58:37 +00:00
|
|
|
after that, run
|
2016-07-22 12:40:29 +00:00
|
|
|
```sh
|
2016-07-21 11:58:37 +00:00
|
|
|
$ pod install
|
2016-07-22 12:40:29 +00:00
|
|
|
```
|
2016-07-21 10:31:53 +00:00
|
|
|
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/**
|
2016-07-21 10:34:51 +00:00
|
|
|
|
|
|
|
|
|
|
|
LICENSE
|
2016-07-22 12:40:29 +00:00
|
|
|
-------
|
2016-07-21 10:34:51 +00:00
|
|
|
|
|
|
|
This software is released under the GNU General Public License version 3. See LICENSE for details.
|