From 5c377dc0b6e285ebf5363a50514cab20fffba01c Mon Sep 17 00:00:00 2001 From: LittleSheep Date: Sun, 15 Dec 2024 01:17:32 +0800 Subject: [PATCH] :bug: Fix forgot to un-comment check in widget --- ios/Runner.xcodeproj/project.pbxproj | 2 +- ios/SolarWidget/SolarWidgetBundle.swift | 2 +- pubspec.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ios/Runner.xcodeproj/project.pbxproj b/ios/Runner.xcodeproj/project.pbxproj index 8689587..939bde1 100644 --- a/ios/Runner.xcodeproj/project.pbxproj +++ b/ios/Runner.xcodeproj/project.pbxproj @@ -3,7 +3,7 @@ archiveVersion = 1; classes = { }; - objectVersion = 77; + objectVersion = 54; objects = { /* Begin PBXBuildFile section */ diff --git a/ios/SolarWidget/SolarWidgetBundle.swift b/ios/SolarWidget/SolarWidgetBundle.swift index d6fe3b8..0a64017 100644 --- a/ios/SolarWidget/SolarWidgetBundle.swift +++ b/ios/SolarWidget/SolarWidgetBundle.swift @@ -11,7 +11,7 @@ import SwiftUI @main struct SolarWidgetBundle: WidgetBundle { var body: some Widget { - // CheckInWidget() + CheckInWidget() FeaturedPostWidget() } } diff --git a/pubspec.yaml b/pubspec.yaml index af9d28d..d7e1b17 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -16,7 +16,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html # In Windows, build-name is used as the major, minor, and patch parts # of the product and file versions while build-number is used as the build suffix. -version: 2.0.1+27 +version: 2.0.1+28 environment: sdk: ^3.5.4