From 705f7dd70bd1561dc2ee99c2300cc58ed147f374 Mon Sep 17 00:00:00 2001 From: opficdev Date: Thu, 21 May 2026 09:20:21 +0900 Subject: [PATCH 1/2] =?UTF-8?q?fix:=20CI=20=EB=B9=8C=EB=93=9C=20=EC=8B=A4?= =?UTF-8?q?=ED=8C=A8=20=EC=83=81=ED=83=9C=20=EC=BA=A1=EC=B2=98=20=EC=88=9C?= =?UTF-8?q?=EC=84=9C=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f40236a0..6555be8c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -176,8 +176,8 @@ jobs: -showBuildTimingSummary \ build \ | tee build.log - echo "== xcodebuild finished ==" XC_STATUS=${PIPESTATUS[0]} + echo "== xcodebuild finished ==" set -e exit $XC_STATUS From afd8f064a516ec3076c4e9b9bd02e13a0207444a Mon Sep 17 00:00:00 2001 From: opficdev Date: Thu, 21 May 2026 09:34:38 +0900 Subject: [PATCH 2/2] =?UTF-8?q?fix:=20startOfQuater=20=EB=A9=94=EC=84=9C?= =?UTF-8?q?=EB=93=9C=EB=A5=BC=20Core=EB=A1=9C=20=EC=9D=B4=EB=8F=99?= =?UTF-8?q?=ED=95=A8=EC=9C=BC=EB=A1=9C=EC=84=9C=20=EC=97=AC=EB=9F=AC=20?= =?UTF-8?q?=EA=B3=B3=EC=97=90=EC=84=9C=20=EC=82=AC=EC=9A=A9=20=EA=B0=80?= =?UTF-8?q?=EB=8A=A5=ED=95=98=EB=8F=84=EB=A1=9D=20=EC=B2=98=EB=A6=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Common => Application/DevLogCore/Sources}/Calendar.swift | 2 +- .../Sources/Common/WidgetHeatmapPlaceholderShape.swift | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) rename {Widget/DevLogWidgetCore/Sources/Common => Application/DevLogCore/Sources}/Calendar.swift (95%) diff --git a/Widget/DevLogWidgetCore/Sources/Common/Calendar.swift b/Application/DevLogCore/Sources/Calendar.swift similarity index 95% rename from Widget/DevLogWidgetCore/Sources/Common/Calendar.swift rename to Application/DevLogCore/Sources/Calendar.swift index 3984c1dc..162c6ff6 100644 --- a/Widget/DevLogWidgetCore/Sources/Common/Calendar.swift +++ b/Application/DevLogCore/Sources/Calendar.swift @@ -1,6 +1,6 @@ // // Calendar.swift -// DevLogWidgetCore +// DevLogCore // // Created by opfic on 4/30/26. // diff --git a/Widget/DevLogWidgetCore/Sources/Common/WidgetHeatmapPlaceholderShape.swift b/Widget/DevLogWidgetCore/Sources/Common/WidgetHeatmapPlaceholderShape.swift index 5c1ccf19..6ef8edaf 100644 --- a/Widget/DevLogWidgetCore/Sources/Common/WidgetHeatmapPlaceholderShape.swift +++ b/Widget/DevLogWidgetCore/Sources/Common/WidgetHeatmapPlaceholderShape.swift @@ -6,6 +6,7 @@ // import Foundation +import DevLogCore public struct WidgetHeatmapPlaceholderShape { public let currentMonths: [WidgetHeatmapPlaceholderMonthShape]