Skip to content

Repository files navigation

Click here for description of English.

DeviceConnect-iOS について

DeviceConnect-iOSはiOS版のDeviceConnectのプラットフォームになります。

このガイドでは以下のことについて解説していきます。

  • Device Connect SDKのビルド
  • プロジェクトの説明
  • Device Connectアプリケーションの開発
  • Device Connect SDKのDoxygen出力
  • ビルドマニュアル
  • サポートするXcodeのバージョン

Device Connect SDKのビルド

DeviceConnect-iOS のソースコードをダウンロードし、解凍します。

$ curl -LkO https://github.com/DeviceConnect/DeviceConnect-iOS/archive/master.zip
$ unzip master.zip

Device Connect SDK をビルドします。

$ cd DeviceConnect-iOS-master/dConnectSDK/dConnectSDKForIOS/
$ xcodebuild -scheme DConnectSDK_framework -configuration Release

DeviceConnect-iOS-master/dConnectSDK/dConnectSDKForIOS/bin フォルダに framework と bundle が生成されます。

プロジェクトの説明

dConnectDevicePlugin

プロジェクト名内容
dConnectDeviceAllJoynAllJoynのプラグイン。
dConnectDeviceChromeCastChromecastのプラグイン。
dConnectDeviceHitoeHitoeのプラグイン。
dConnectDeviceHostiOS端末のプラグイン。
dConnectDeviceHueHueのプラグイン。
dConnectDeviceIRKitIRKitのプラグイン。
dConnectDeviceLinkingLinkingのプラグイン。
dConnectDevicePebblePebbleのプラグイン。
dConnectDeviceSonyCameraQX10などのSonyCameraのプラグイン。
dConnectDeviceSpheroSpheroのプラグイン。
dConnectDeviceThetaTHETAのプラグイン。
dConnectDeviceTestDeviceConnectのテスト用のプラグイン。
DCMDevicePluginSDK共通の独自拡張Profileライブラリ。

dConnectSDK

プロジェクト名内容
dConnectBrowserDeviceConnect用のBrowserアプリ。
dConnectBrowserForIOS9DeviceConnect用のiOS9以降用Browserアプリ。
dConnectSDKForIOSDeviceConnectのプラットフォーム本体用ライブラリ。このライブラリをプラグインやネイティブアプリを作成するときに使用する。
dConnectSDKSampleDeviceConnectのJavaScript用テストを実行するためのアプリ。

Device Connectアプリケーションの開発

iOS版Device Connectを使用したアプリケーション開発および、プラグイン開発に関しましては、以下のページを参考にしてください。

  • アプリケーション開発マニュアル
    Device Connect Managerを使用したアプリケーション開を開発したい場合には、こちらのアプリケーション開発マニュアルをご参照ください。

  • プラグイン開発マニュアル
    Device Connect Managerに対応したプラグインを開発したい場合には、こちらのプラグイン開発マニュアルをご参照ください。

Device Connect SDKのDoxygen出力

以下のコマンドを実行することで、Doxygenを出力します。

$ cd DeviceConnect-iOS-master/dConnectSDK/dConnectSDKForIOS
$ doxygen Doxyfile

ビルドマニュアル

サポートするXcodeのバージョン

DeviceConnectのプラグインは、下記に記すXcode以外でのビルド・実行をサポートしていません。

プラグイン名Xcodeバージョン
ChromeCast8.0
Host8.0
Hue8.0
IRKit8.0
Pebble8.0
SonyCamera8.0
Sphero8.0
Theta8.0
AllJoyn8.0
Linking8.0
Hitoe7.2.1以下

About

Device Connect Plug-In for iOS

Resources

Stars

11 stars

Watchers

6 watching

Forks

Releases

Packages

Contributors

Languages