From ca45ad4dd042f027c3779f0d29450bab699cae8b Mon Sep 17 00:00:00 2001 From: baegteun Date: Fri, 31 May 2024 22:56:37 +0900 Subject: [PATCH 1/2] =?UTF-8?q?:sparkles:=20::=20[#554]=20githooks=20/=20p?= =?UTF-8?q?re-push=20=EC=8B=9C=EC=A0=90=EC=97=90=20SwiftFormat=20=EC=A0=81?= =?UTF-8?q?=EC=9A=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .githooks/{pre-commit => pre-push} | 2 ++ 1 file changed, 2 insertions(+) rename .githooks/{pre-commit => pre-push} (95%) diff --git a/.githooks/pre-commit b/.githooks/pre-push similarity index 95% rename from .githooks/pre-commit rename to .githooks/pre-push index 208c401d8..92ce4bcd1 100755 --- a/.githooks/pre-commit +++ b/.githooks/pre-push @@ -13,6 +13,8 @@ fi RESULT=$($FORMAT ./Projects --config .swiftformat) if [ "$RESULT" == '' ]; then + git add . + git commit -m "🎨 :: ėŊ”ë“œ Formatting ė ėšŠ" printf "\n 🎉 SwiftFormat ė ėšŠė„ ė™„ëŖŒí–ˆėŠĩ니다 !! \n" else echo "" From 60350c96b75979c17d82c0ff450fd3c08ebcab71 Mon Sep 17 00:00:00 2001 From: baegteun Date: Fri, 31 May 2024 23:16:53 +0900 Subject: [PATCH 2/2] =?UTF-8?q?:pushpin:=20::=20[#554]=20RealmSwift=20?= =?UTF-8?q?=EB=B2=84=EC=A0=84=20=EA=B3=A0=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cartfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cartfile b/Cartfile index 808ef463c..e9966ece9 100644 --- a/Cartfile +++ b/Cartfile @@ -1 +1 @@ -github "realm/realm-swift" ~> 10.50.0 +github "realm/realm-swift" == 10.50.0