forked from MXCHIP/Fog
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d2e8b65
commit 1537ea7
Showing
4 changed files
with
9 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,2 @@ | ||
##Example Guide | ||
|
||
####Android | ||
* 目前仅支持Android Studio,使用时import文件即可,目前版本包含了用户的注册、登录、授权、等大部分接口 | ||
|
||
####iOS | ||
* 此版本测试demo包含fog2中的所有api | ||
|
||
####APICloud | ||
* 将widget.zip解压,然后文件提交到自己在APICloud里新建的工程里 | ||
* 在模块store引用fog2模块 | ||
* 打包即可使用 | ||
##Fog2 for android | ||
* 目前仅支持Android Studio,使用时import文件即可,此版本Demo包含了用户的注册、登录、授权、等 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
##Fog2 for APICloud | ||
* 将widget.zip解压,然后文件提交到自己在APICloud里新建的工程里 | ||
* 在模块store引用fog2模块 | ||
* 打包即可使用 |