From 0ac4ea57aebcfe3c712c3467d26103e433669be4 Mon Sep 17 00:00:00 2001 From: Rakuyo Date: Mon, 13 Mar 2023 12:54:27 +0800 Subject: [PATCH 1/3] [Update] repository migration --- JSONPreview.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/JSONPreview.podspec b/JSONPreview.podspec index 25220d4..2dc76c1 100755 --- a/JSONPreview.podspec +++ b/JSONPreview.podspec @@ -11,13 +11,13 @@ Pod::Spec.new do |s| s.description = '🎨 A view that can be highlighted after formatting JSON. It also provides folding function.' - s.homepage = 'https://github.com/rakuyoMo/JSONPreview' + s.homepage = 'https://github.com/RakuyoKit/JSONPreview' s.license = 'MIT' s.author = { 'Rakuyo' => 'rakuyo.mo@gmail.com' } - s.source = { :git => 'https://github.com/rakuyoMo/JSONPreview.git', :tag => s.version.to_s } + s.source = { :git => 'https://github.com/RakuyoKit/JSONPreview.git', :tag => s.version.to_s } s.requires_arc = true From 1bd46cc10b08c15772a73a5fefc4be4428adc674 Mon Sep 17 00:00:00 2001 From: Rakuyo Date: Mon, 13 Mar 2023 12:54:48 +0800 Subject: [PATCH 2/3] [fix] Fix the push script error issue --- push.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/push.sh b/push.sh index af23f02..3e14c77 100755 --- a/push.sh +++ b/push.sh @@ -35,7 +35,7 @@ release(){ git_message="[Release] version: $version build: $build" - git add . && git commit -m $git_message + git add . && git commit -m "$git_message" git checkout master git merge --no-ff -m 'Merge branch '$release_branch'' $release_branch From cdd1a0c28c5871c9948765b86e8092a05038c488 Mon Sep 17 00:00:00 2001 From: Rakuyo Date: Mon, 13 Mar 2023 12:57:44 +0800 Subject: [PATCH 3/3] [Release] version: 2.0.0 build: 17 --- JSONPreview.podspec | 2 +- JSONPreview.xcodeproj/project.pbxproj | 4 ++-- JSONPreviewTests/Info.plist | 4 ++-- JSONPreviewUITests/Info.plist | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/JSONPreview.podspec b/JSONPreview.podspec index 2dc76c1..6a1c493 100755 --- a/JSONPreview.podspec +++ b/JSONPreview.podspec @@ -5,7 +5,7 @@ Pod::Spec.new do |s| s.name = 'JSONPreview' - s.version = '2.0.0-beta.2' + s.version = '2.0.0' s.summary = '🎨 A view that can be highlighted after formatting JSON.' diff --git a/JSONPreview.xcodeproj/project.pbxproj b/JSONPreview.xcodeproj/project.pbxproj index fea9619..70cfe39 100644 --- a/JSONPreview.xcodeproj/project.pbxproj +++ b/JSONPreview.xcodeproj/project.pbxproj @@ -545,7 +545,7 @@ buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 16; + CURRENT_PROJECT_VERSION = 17; DEVELOPMENT_TEAM = 5C9JW4S9DE; INFOPLIST_FILE = "$(SRCROOT)/JSONPreview/Other/Info.plist"; IPHONEOS_DEPLOYMENT_TARGET = 10.0; @@ -567,7 +567,7 @@ buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 16; + CURRENT_PROJECT_VERSION = 17; DEVELOPMENT_TEAM = 5C9JW4S9DE; INFOPLIST_FILE = "$(SRCROOT)/JSONPreview/Other/Info.plist"; IPHONEOS_DEPLOYMENT_TARGET = 10.0; diff --git a/JSONPreviewTests/Info.plist b/JSONPreviewTests/Info.plist index f5d99ac..af5a404 100644 --- a/JSONPreviewTests/Info.plist +++ b/JSONPreviewTests/Info.plist @@ -15,8 +15,8 @@ CFBundlePackageType $(PRODUCT_BUNDLE_PACKAGE_TYPE) CFBundleShortVersionString - 1.3.6 + 2.0.0 CFBundleVersion - 14 + 17 diff --git a/JSONPreviewUITests/Info.plist b/JSONPreviewUITests/Info.plist index f5d99ac..af5a404 100644 --- a/JSONPreviewUITests/Info.plist +++ b/JSONPreviewUITests/Info.plist @@ -15,8 +15,8 @@ CFBundlePackageType $(PRODUCT_BUNDLE_PACKAGE_TYPE) CFBundleShortVersionString - 1.3.6 + 2.0.0 CFBundleVersion - 14 + 17