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
"DeviceConnect WebAPI" is WebAPI which operates as a virtual server on a smart phone. It can use easily various wearable devices and an IoT device by unific description from a web browser or an application.
1
+
日本語説明は[こちら](README.md)
7
2
8
3
# About DeviceConnect iOS
9
4
@@ -12,14 +7,33 @@ Device Connect iOS will be the platform of DeviceConnect of iOS version.
12
7
13
8
In this guide I will continue to discuss the following.
14
9
15
-
*[Project description](#section1)
16
-
*[Build and start-up of dConnectBrowser](#section2)
The framework and bundle are generated in `DeviceConnect-iOS-master / dConnectSDK / dConnectSDKForIOS / bin` folder.
34
+
35
+
36
+
# Project description
23
37
## dConnectDevicePlugin
24
38
| Project Name|Content |
25
39
|:-----------|:---------|
@@ -46,7 +60,26 @@ In this guide I will continue to discuss the following.
46
60
|dConnectSDKForIOS|DeviceConnect library for the platform body. Want to use this library when you want to create a device plug-ins and native apps.|
47
61
|dConnectSDKSample|App to execute JavaScript for testing DeviceConnect.|
48
62
49
-
# <aname="section2">Build and start-up of dConnectBrowser</a>
63
+
64
+
# Development of Device Connect app
65
+
Application and using the DeviceConnect, regard the development of the application, please refer to the following pages.
66
+
67
+
*[Application Development Manual](https://github.com/DeviceConnect/DeviceConnect-iOS/wiki/ApplicationManual-20)<br>
68
+
If you want to develop an application that uses the Device Connect Manager, please refer to this device plug-in development manual.
69
+
70
+
*[Device plug-in development manual](https://github.com/DeviceConnect/DeviceConnect-iOS/wiki/DevicePluginManual-20)<br>
71
+
If you want to develop a plug-in device that corresponds to the Device Connect Manager, please refer to this device plug-in development manual.
72
+
73
+
74
+
# Generate a Doxygen of Device Connect SDK
75
+
Execute the following command to output Doxygen.
76
+
77
+
```
78
+
$ cd DeviceConnect-iOS-master/dConnectSDK/dConnectSDKForIOS
79
+
$ doxygen Doxyfile
80
+
```
81
+
82
+
# Build Manuals
50
83
To install the dConnectBrowser to iOS terminal, first finished the Developer registration of Xcode installation and iOS, please keep in create an environment that can actual transfer.<br>
51
84
52
85
In this state, please start the DeviceConnect.xcworkspace. In the workspace that is started, a list of device plug-ins and dConnectBrowser of projects that have been implemented in the dConnectBrowser appears.<br>
@@ -69,49 +102,9 @@ Basically, you work with start-up of dConnectBrowser only, such as when you make
The API of the non-availability, you will not be able to easily check is basically to dConnectBrowser of address in order to access token is required to.
99
-
If you want to create an application using the API of Device Connect, please refer to us a sample of [here] (https://github.com/DeviceConnect/DeviceConnect-iOS/wiki/ApplicationManual).
100
-
101
-
# <aname="section4">Development of DeviceConnect app</a>
102
-
Application and using the DeviceConnect, regard the development of the application, please refer to the following pages.
103
-
104
-
*[Application Development Manual](https://github.com/DeviceConnect/DeviceConnect-iOS/wiki/ApplicationManual)
105
-
<br>
106
-
If you want to develop an application that uses the Device Connect Manager, please refer to this device plug-in development manual.
107
-
*[Device plug-in development manual](https://github.com/DeviceConnect/DeviceConnect-iOS/wiki/DevicePluginManual)<br>
108
-
If you want to develop a plug-in device that corresponds to the Device Connect Manager, please refer to this device plug-in development manual.
109
-
110
-
111
-
# <aname="section5">Xcode version to support</a>
105
+
# Xcode version to support
112
106
Device plug-ins DeviceConnect does not support the build execution other than Xcode referred to below.
0 commit comments