You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-7
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# The Electric Imp BlinkUp SDK for iOS #
2
2
3
-
This repo contains the Electric Imp BlinkUp™ SDK for iOS that it is made available to Electric Imp customers. As such it mirrors the downloadable files hosted by the [Dev Center](https://developer.electricimp.com/manufacturing/sdkdocs), but in a form that allows customer developers to add the SDK to their app project repos as a sub-module. This will allow them to pull in SDK changes manually at build time, or automatically through their own build scripts.
3
+
This repo contains the Electric Imp BlinkUp™ SDK for iOS as it is made available to Electric Imp customers. It mirrors the downloadable files hosted by the [Dev Center](https://developer.electricimp.com/manufacturing/sdkdocs), but in a form that allows developers to add the SDK to their app project repos as a sub-module. This will allow them to pull in SDK changes manually at build time, or automatically through their own build scripts.
4
4
5
5
## Sub-module Installation ##
6
6
@@ -10,7 +10,7 @@ To install the SDK as a sub-module, navigate to your project repo directory and
This will add the SDK repo as a sub-module referenced through the file `.gitmodules`, which will be added if it is not present. You can now push your local repo to its origin:
13
+
This will add the SDK repo as a sub-module referenced in the file `.gitmodules`, which will be added if it is not yet present. You can now push your local repo to its origin:
14
14
15
15
```
16
16
git push origin <working_branch>
@@ -22,17 +22,19 @@ To update the sub-module contents at any time, eg. in a build script, call:
22
22
git submodule update --remote
23
23
```
24
24
25
-
**Note** The BlinkUp SDK repo is considered solely for consumption by a customer’s project. We will not be accepting pull requests made to the BlinkUp SDK repo. If you have support or related questions concerning the SDK, please submit them through your customer account’s [Electric Imp Support access](https://support.electricimp.com/).
26
-
27
25
## BlinkUp SDK Installation ##
28
26
29
-
To understand how to add the BlinkUp SDK files to your app project, please see the relevant documentation included with each of the SDK:
27
+
To learn how to add the BlinkUp SDK files to your app project, please see the relevant documentation included with each of the SDK:
Please see the [Dev Center SDK page](https://developer.electricimp.com/manufacturing/sdkdocs), or the SDK documentation in this repo.
33
+
Please see the [Dev Center SDK page](https://developer.electricimp.com/manufacturing/sdkdocs), or the [SDK documentation in this repo](./sdk/Documentation).
34
+
35
+
## Pull Requests ##
36
+
37
+
The BlinkUp SDK repo is considered solely for consumption by a customer’s project. We will not be accepting pull requests made to this repo. If you have support or related questions concerning the SDK, please submit them through your customer account’s [Electric Imp Support access](https://support.electricimp.com/).
0 commit comments