fix: fixed Stats Remote host

This commit is contained in:
Serhiy Mytrovtsiy
2025-04-06 18:05:18 +02:00
parent 7feef195f1
commit 605156d323
4 changed files with 6 additions and 6 deletions

View File

@@ -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) }

View File

@@ -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)";

View File

@@ -17,7 +17,7 @@
<key>CFBundleShortVersionString</key>
<string>$(MARKETING_VERSION)</string>
<key>CFBundleVersion</key>
<string>691</string>
<string>692</string>
<key>Description</key>
<string>Simple macOS system monitor in your menu bar</string>
<key>LSApplicationCategoryType</key>

View File

@@ -11,9 +11,9 @@
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleShortVersionString</key>
<string>2.11.38</string>
<string>2.11.39</string>
<key>CFBundleVersion</key>
<string>691</string>
<string>692</string>
<key>NSExtension</key>
<dict>
<key>NSExtensionPointIdentifier</key>