Skip to content

Commit

Permalink
upgrade 2.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
vvkeep committed May 8, 2022
1 parent 6e7612b commit a069359
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
4 changes: 2 additions & 2 deletions JSONConverter.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1225,7 +1225,7 @@
INFOPLIST_FILE = JSONConverter/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
MACOSX_DEPLOYMENT_TARGET = 10.15;
MARKETING_VERSION = 2.0.9;
MARKETING_VERSION = 2.0.10;
PRODUCT_BUNDLE_IDENTIFIER = com.devyao.JSONConverter;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand All @@ -1250,7 +1250,7 @@
INFOPLIST_FILE = JSONConverter/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
MACOSX_DEPLOYMENT_TARGET = 10.15;
MARKETING_VERSION = 2.0.9;
MARKETING_VERSION = 2.0.10;
PRODUCT_BUNDLE_IDENTIFIER = com.devyaochen.JSONConverter;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ English | [简体中文](./README.zh-CN.md)

JSONConverter
============
JSONConverter is an auxiliary tool developed for iOS/Flutter/Android/Server on MAC. It can quickly format JSON data and convert and generate corresponding model class attributes. It currently supports Java/Objective-C/Dart/Golang/Swift and popular libraries: [SwiftyJSON](https://github.com/SwiftyJSON/SwiftyJSON), [HandyJSON](https://github.com/alibaba/HandyJSON), [ObjectMapper](https://github.com/tristanhimmelman/ObjectMapper), you can flexibly choose to build Class/Struct, save the trouble of typing the model by hand, and greatly improve the development efficiency.
JSONConverter is an auxiliary tool developed for iOS/Flutter/Android/Server on MAC. It can quickly format JSON data and convert and generate corresponding model class attributes. It currently supports Java/Objective-C/Dart/Golang/Swift and popular libraries: [SwiftyJSON](https://github.com/SwiftyJSON/SwiftyJSON), [HandyJSON](https://github.com/alibaba/HandyJSON), [KakaJSON](https://github.com/kakaopensource/KakaJSON), [ObjectMapper](https://github.com/tristanhimmelman/ObjectMapper), you can flexibly choose to build Class/Struct, save the trouble of typing the model by hand, and greatly improve the development efficiency.

Why use JSONConverter
======
Expand Down Expand Up @@ -49,11 +49,12 @@ Currently supported languages
- 1.2 SwiftyJSON
- 1.3 ObjectMapper
- 1.4 Codable
- 1.5 KakaJSON
- 2. Objective-C
- 3. Flutter
- 4. Java
- 5. Golang
- if you have other needs, you can let us know by [issues](https://github.com/DevYao/JSONConverter/issues)
- if you have any suggestions, you can let us know by [issues](https://github.com/vvkeep/JSONConverter/issues)

Screenshots
========================
Expand All @@ -67,7 +68,7 @@ Screenshots
Installation
============
* clone the project, and build it using Xcode, then copy the app to applicaiton
* Download [Release Packages](https://github.com/DevYao/JSONConverter/releases)
* Download [Release Packages](https://github.com/vvkeep/JSONConverter/releases)

To Do
=====
Expand Down
7 changes: 4 additions & 3 deletions README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

JSONConverter
=============
JSONConverter是MAC上iOS/Flutter/Android/Server等开发的辅助工具,可以快速的格式化JSON数据并转换生成对应的模型类属性,目前支持Java/Objective-C/Dart/Golang/Swift及流行的第三方库: [SwiftyJSON](https://github.com/SwiftyJSON/SwiftyJSON)[HandyJSON](https://github.com/alibaba/HandyJSON)[ObjectMapper](https://github.com/Hearst-DD/ObjectMapper),可以灵活选择构建Class/Struct,省去手敲模型的麻烦,极大提高开发效率。
JSONConverter是MAC上iOS/Flutter/Android/Server等开发的辅助工具,可以快速的格式化JSON数据并转换生成对应的模型类属性,目前支持Java/Objective-C/Dart/Golang/Swift及流行的第三方库: [SwiftyJSON](https://github.com/SwiftyJSON/SwiftyJSON)[HandyJSON](https://github.com/alibaba/HandyJSON)[KakaJSON](https://github.com/kakaopensource/KakaJSON),[ObjectMapper](https://github.com/Hearst-DD/ObjectMapper),可以灵活选择构建Class/Struct,省去手敲模型的麻烦,极大提高开发效率。

应用比较
======
Expand Down Expand Up @@ -49,11 +49,12 @@ JSONConverter
- 1.2 SwiftyJSON
- 1.3 ObjectMapper
- 1.4 Codable
- 1.5 KakaJSON
- 2. Objective-C
- 3. Flutter
- 4. Java
- 5. Golang
- 如果你还有其他需要,可以通过[issues](https://github.com/DevYao/JSONConverter/issues)告诉我
- 如果你还有其他需要,可以通过[issues](https://github.com/vvkeep/JSONConverter/issues)告诉我

应用预览
======
Expand All @@ -67,7 +68,7 @@ JSONConverter
安装说明
======
* 使用Xcode Build,拷贝JSONConverter.app 至 Application 文件夹
* 直接下载 [Release Packages](https://github.com/DevYao/JSONConverter/releases)
* 直接下载 [Release Packages](https://github.com/vvkeep/JSONConverter/releases)

开发计划
======
Expand Down

0 comments on commit a069359

Please sign in to comment.