You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@weex.apache.org by cn...@apache.org on 2019/12/25 02:42:42 UTC

[incubator-weex-site] branch master updated: update WXDevtool version

This is an automated email from the ASF dual-hosted git repository.

cnryb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-weex-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 72e152b  update WXDevtool version
72e152b is described below

commit 72e152b407f059158de9ee12c3faa46a639e251f
Author: 任跃兵 <cn...@live.cn>
AuthorDate: Wed Dec 25 10:35:41 2019 +0800

    update WXDevtool version
---
 docs/guide/debug/integrate-devtool-to-ios.md    | 4 ++--
 docs/zh/guide/debug/integrate-devtool-to-ios.md | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/docs/guide/debug/integrate-devtool-to-ios.md b/docs/guide/debug/integrate-devtool-to-ios.md
index 250a64d..c992659 100644
--- a/docs/guide/debug/integrate-devtool-to-ios.md
+++ b/docs/guide/debug/integrate-devtool-to-ios.md
@@ -31,8 +31,8 @@ There are two choices to install dependencies:
 #### From cocoapods
 
 ```
-source https://github.com/CocoaPods/Specs.git,
-pod  'WXDevtool', '0.15.3', :configurations => ['Debug'],
+source https://github.com/CocoaPods/Specs.git
+pod  'WXDevtool', '0.24.0', :configurations => ['Debug']
 ```
 
 I strongly recommend you use the latest version since both Weex SDK and devtools are developed iteratively and rapidly.
diff --git a/docs/zh/guide/debug/integrate-devtool-to-ios.md b/docs/zh/guide/debug/integrate-devtool-to-ios.md
index 68f4fd2..536e9ed 100644
--- a/docs/zh/guide/debug/integrate-devtool-to-ios.md
+++ b/docs/zh/guide/debug/integrate-devtool-to-ios.md
@@ -34,8 +34,8 @@ iOS Devtools for Apache Weex 能够方便调试 Weex 页面,但此功能离不
 在工程目录的 podfile 添加如下代码
 
 ```
-source https://github.com/CocoaPods/Specs.git,
-pod  'WXDevtool', '0.20.0', :configurations => ['Debug'],
+source https://github.com/CocoaPods/Specs.git
+pod  'WXDevtool', '0.24.0', :configurations => ['Debug']
 ```