Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
B
blue-therm
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 1
    • Issues 1
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • CordovaPlugin
  • blue-therm
  • Wiki
  • Home

Home · Changes

Page history
john.huang created page: home authored Jun 17, 2019 by John Huang's avatar John Huang
Hide whitespace changes
Inline Side-by-side
Showing with 13 additions and 0 deletions
+13 -0
  • home.md home.md +13 -0
  • No files found.
home.md
View page @ 79eb9fb6
......@@ -28,3 +28,16 @@ cordova plugin add git+http://gitlab.easternphoenix.com/CordovaPlugin/blue-therm
2. 方便调试。
Cordova项目引入、更新plugin的操作并不复杂,但相当繁琐。在开发调、试过程频繁操作会相当影响效率。「抽离」模式极大降低plugin的更新引入操作。开发者可以先对framework进行完整的开发、调试,待稳定可靠之后再引入到cordova项目下做完整的环境和系统测试。
另一方面,这种开发方式脱离具体的业务流程,只关注plugin的功能,同样可以提高开发效率。
#### 项目配置
使用BlueTherm SDK需要对info.plist做一些额外的配置:
```
<key>UISupportedExternalAccessoryProtocols</key>
<array>
<string>uk.co.etiltd.bluetherm1</string>
</array>
```
或者在xcode中info.plist添加下面配置
![9F591C88-49B2-4145-99CE-1950B82CCEEE](/uploads/cac8ee139699df99f62801b654a54270/9F591C88-49B2-4145-99CE-1950B82CCEEE.png)
\ No newline at end of file
Clone repository
  • Home
  • ios支持