diff --git a/ProgressWidget/ProgressWidgetLiveActivity.swift b/ProgressWidget/ProgressWidgetLiveActivity.swift index bef75668..e068913e 100644 --- a/ProgressWidget/ProgressWidgetLiveActivity.swift +++ b/ProgressWidget/ProgressWidgetLiveActivity.swift @@ -119,22 +119,27 @@ struct ProgressWidgetLiveActivityWatchSupportContent: View { switch context.state.state { case .checkingFiles: Text(context.state.state.name) + Spacer() case .downloadingMetadata: Text(context.state.state.name) + Spacer() case .downloading: Text(String("\(context.state.downSpeed.bitrateToHumanReadable)/s ↓")) Spacer() Text(String("\(context.state.upSpeed.bitrateToHumanReadable)/s ↑")) case .finished: Text(context.state.state.name) + Spacer() case .seeding: Text(context.state.state.name) Spacer() Text(String("\(context.state.upSpeed.bitrateToHumanReadable)/s ↑")) case .checkingResumeData: Text(context.state.state.name) + Spacer() case .paused: Text(context.state.state.name) + Spacer() } } .font(.caption2) diff --git a/iTorrent.xcodeproj/project.pbxproj b/iTorrent.xcodeproj/project.pbxproj index 1199cec6..c08a4633 100644 --- a/iTorrent.xcodeproj/project.pbxproj +++ b/iTorrent.xcodeproj/project.pbxproj @@ -1729,7 +1729,7 @@ GCC_WARN_UNUSED_VARIABLE = YES; IPHONEOS_DEPLOYMENT_TARGET = 16.1; LOCALIZATION_PREFERS_STRING_CATALOGS = YES; - MARKETING_VERSION = 2.0.4; + MARKETING_VERSION = 2.0.5; MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE; MTL_FAST_MATH = YES; ONLY_ACTIVE_ARCH = YES; @@ -1869,7 +1869,7 @@ GCC_WARN_UNUSED_VARIABLE = YES; IPHONEOS_DEPLOYMENT_TARGET = 16.1; LOCALIZATION_PREFERS_STRING_CATALOGS = YES; - MARKETING_VERSION = 2.0.4; + MARKETING_VERSION = 2.0.5; MTL_ENABLE_DEBUG_INFO = NO; MTL_FAST_MATH = YES; SDKROOT = iphoneos; @@ -2014,7 +2014,7 @@ GCC_WARN_UNUSED_VARIABLE = YES; IPHONEOS_DEPLOYMENT_TARGET = 16.1; LOCALIZATION_PREFERS_STRING_CATALOGS = YES; - MARKETING_VERSION = 2.0.4; + MARKETING_VERSION = 2.0.5; MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE; MTL_FAST_MATH = YES; ONLY_ACTIVE_ARCH = YES; diff --git a/iTorrent.xcworkspace/xcshareddata/swiftpm/Package.resolved b/iTorrent.xcworkspace/xcshareddata/swiftpm/Package.resolved index 81087d2a..914ee4c8 100644 --- a/iTorrent.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/iTorrent.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -1,5 +1,5 @@ { - "originHash" : "cbc182d54a2a5dee7606af785b33cd6071718eb87c8743e72920c568a401fafd", + "originHash" : "44b544b185235ec15216e26ccc849f4038f673959944f92ed64af199c9d4bf6f", "pins" : [ { "identity" : "abseil-cpp-binary", @@ -15,8 +15,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/google/app-check.git", "state" : { - "revision" : "7d2688de038d5484866d835acb47b379722d610e", - "version" : "10.19.0" + "revision" : "3b62f154d00019ae29a71e9738800bb6f18b236d", + "version" : "10.19.2" } }, { @@ -33,8 +33,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/firebase/firebase-ios-sdk", "state" : { - "revision" : "42eae77a0af79e9c3f41df04a23c76f05cfdda77", - "version" : "10.24.0" + "revision" : "e57841b296d04370ea23580f908881b0ccab17b9", + "version" : "10.28.1" } }, { @@ -42,8 +42,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/google/GoogleAppMeasurement.git", "state" : { - "revision" : "51ba746a9d51a4bd0774b68499b0c73ef6e8570d", - "version" : "10.24.0" + "revision" : "fe727587518729046fc1465625b9afd80b5ab361", + "version" : "10.28.0" } }, { @@ -60,8 +60,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/google/GoogleUtilities.git", "state" : { - "revision" : "26c898aed8bed13b8a63057ee26500abbbcb8d55", - "version" : "7.13.1" + "revision" : "57a1d307f42df690fdef2637f3e5b776da02aad6", + "version" : "7.13.3" } }, { @@ -78,8 +78,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/google/gtm-session-fetcher.git", "state" : { - "revision" : "0382ca27f22fb3494cf657d8dc356dc282cd1193", - "version" : "3.4.1" + "revision" : "a2ab612cb980066ee56d90d60d8462992c07f24b", + "version" : "3.5.0" } }, { @@ -132,8 +132,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/krzyzanowskim/OpenSSL.git", "state" : { - "revision" : "84a8ae774291a4ab1971e42908d5114d98d4b623", - "version" : "3.1.5004" + "revision" : "bb0cbdf1e01c6a9fde4077f041abc766ea48bd7f", + "version" : "3.1.5006" } }, {