From 605156d323a9c119e13d7b85e594417b68ba4968 Mon Sep 17 00:00:00 2001 From: Serhiy Mytrovtsiy Date: Sun, 6 Apr 2025 18:05:18 +0200 Subject: [PATCH] fix: fixed Stats Remote host --- Kit/plugins/Remote.swift | 2 +- Stats.xcodeproj/project.pbxproj | 4 ++-- Stats/Supporting Files/Info.plist | 2 +- Widgets/Supporting Files/Info.plist | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Kit/plugins/Remote.swift b/Kit/plugins/Remote.swift index c0ed70bc..5926a778 100644 --- a/Kit/plugins/Remote.swift +++ b/Kit/plugins/Remote.swift @@ -18,7 +18,7 @@ public protocol RemoteType { public class Remote { public static let shared = Remote() - static public var host = URL(string: "http://localhost:8008")! // https://api.system-stats.com http://localhost:8008 + static public var host = URL(string: "https://api.system-stats.com")! // https://api.system-stats.com http://localhost:8008 public var monitoring: Bool { get { Store.shared.bool(key: "remote_monitoring", defaultValue: false) } diff --git a/Stats.xcodeproj/project.pbxproj b/Stats.xcodeproj/project.pbxproj index 74599e78..fdd238fd 100644 --- a/Stats.xcodeproj/project.pbxproj +++ b/Stats.xcodeproj/project.pbxproj @@ -2867,7 +2867,7 @@ "@executable_path/../Frameworks", ); MACOSX_DEPLOYMENT_TARGET = 10.15; - MARKETING_VERSION = 2.11.38; + MARKETING_VERSION = 2.11.39; OTHER_LDFLAGS = ""; PRODUCT_BUNDLE_IDENTIFIER = eu.exelban.Stats; PRODUCT_NAME = "$(TARGET_NAME)"; @@ -2904,7 +2904,7 @@ "@executable_path/../Frameworks", ); MACOSX_DEPLOYMENT_TARGET = 10.15; - MARKETING_VERSION = 2.11.38; + MARKETING_VERSION = 2.11.39; OTHER_LDFLAGS = ""; PRODUCT_BUNDLE_IDENTIFIER = eu.exelban.Stats; PRODUCT_NAME = "$(TARGET_NAME)"; diff --git a/Stats/Supporting Files/Info.plist b/Stats/Supporting Files/Info.plist index 32e9d82d..51c8be06 100755 --- a/Stats/Supporting Files/Info.plist +++ b/Stats/Supporting Files/Info.plist @@ -17,7 +17,7 @@ CFBundleShortVersionString $(MARKETING_VERSION) CFBundleVersion - 691 + 692 Description Simple macOS system monitor in your menu bar LSApplicationCategoryType diff --git a/Widgets/Supporting Files/Info.plist b/Widgets/Supporting Files/Info.plist index 58285663..71395bb7 100644 --- a/Widgets/Supporting Files/Info.plist +++ b/Widgets/Supporting Files/Info.plist @@ -11,9 +11,9 @@ CFBundleInfoDictionaryVersion 6.0 CFBundleShortVersionString - 2.11.38 + 2.11.39 CFBundleVersion - 691 + 692 NSExtension NSExtensionPointIdentifier