From a06935967a85f138b3d58a015380837e32e99a26 Mon Sep 17 00:00:00 2001 From: Yao <15919688564@163.com> Date: Sun, 8 May 2022 21:13:17 +0800 Subject: [PATCH] upgrade 2.0.10 --- JSONConverter.xcodeproj/project.pbxproj | 4 ++-- README.md | 7 ++++--- README.zh-CN.md | 7 ++++--- 3 files changed, 10 insertions(+), 8 deletions(-) diff --git a/JSONConverter.xcodeproj/project.pbxproj b/JSONConverter.xcodeproj/project.pbxproj index 6d347a2..5d7673c 100644 --- a/JSONConverter.xcodeproj/project.pbxproj +++ b/JSONConverter.xcodeproj/project.pbxproj @@ -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 = ""; @@ -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 = ""; diff --git a/README.md b/README.md index 3989ff5..10905e1 100755 --- a/README.md +++ b/README.md @@ -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 ====== @@ -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 ======================== @@ -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 ===== diff --git a/README.zh-CN.md b/README.zh-CN.md index de114fe..0016687 100755 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -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,省去手敲模型的麻烦,极大提高开发效率。 应用比较 ====== @@ -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)告诉我 应用预览 ====== @@ -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) 开发计划 ======