From 00adabeb3f8d8abe6ed7ec0296653416ada2b6ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8C=83=E5=A4=A7=E5=BE=B7?= Date: Thu, 14 Dec 2023 17:02:16 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E8=84=9A=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/re-add.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/re-add.js b/scripts/re-add.js index 46bbcbb..17f940c 100644 --- a/scripts/re-add.js +++ b/scripts/re-add.js @@ -33,7 +33,7 @@ module.exports = function (ctx) { if (fs.existsSync(project)) { replaceContents(path.join(project, 'Podfile'), (content) => { if (content.indexOf('GCDWebServer') < 0) { - content = content.replace("\nend", " pod 'GCDWebServer', :git => 'https://m.shuto.cn:8681/github/GCDWebServer.git'\nend") + content = content.replace("\nend", "\n pod 'GCDWebServer', :git => 'https://m.shuto.cn:8681/github/GCDWebServer.git'\nend") } return content; });