We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2aae990 commit 708287dCopy full SHA for 708287d
3 files changed
.github/workflows/build.yml
@@ -176,8 +176,8 @@ jobs:
176
-showBuildTimingSummary \
177
build \
178
| tee build.log
179
- echo "== xcodebuild finished =="
180
XC_STATUS=${PIPESTATUS[0]}
+ echo "== xcodebuild finished =="
181
set -e
182
183
exit $XC_STATUS
…WidgetCore/Sources/Common/Calendar.swift …cation/DevLogCore/Sources/Calendar.swiftWidget/DevLogWidgetCore/Sources/Common/Calendar.swift renamed to Application/DevLogCore/Sources/Calendar.swift
@@ -1,6 +1,6 @@
1
//
2
// Calendar.swift
3
-// DevLogWidgetCore
+// DevLogCore
4
5
// Created by opfic on 4/30/26.
6
Widget/DevLogWidgetCore/Sources/Common/WidgetHeatmapPlaceholderShape.swift
@@ -6,6 +6,7 @@
7
8
import Foundation
9
+import DevLogCore
10
11
public struct WidgetHeatmapPlaceholderShape {
12
public let currentMonths: [WidgetHeatmapPlaceholderMonthShape]
0 commit comments