mirror of
https://github.com/morgan9e/macos-stats
synced 2026-04-14 00:04:15 +09:00
v2.3.8
This commit is contained in:
2
Makefile
2
Makefile
@@ -18,7 +18,7 @@ archive: next-version clean
|
||||
xcodebuild \
|
||||
-scheme $(APP) \
|
||||
-destination 'platform=OS X,arch=x86_64' \
|
||||
-configuration AppStoreDistribution archive \
|
||||
-configuration Release archive \
|
||||
-archivePath $(BUILD_PATH)/$(APP).xcarchive
|
||||
|
||||
echo "Application built, starting the export archive..."
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# Stats
|
||||
|
||||
<a href="https://github.com/exelban/stats/releases"><p align="center"><img src="https://serhiy.s3.eu-central-1.amazonaws.com/Github_repo/stats/logo.png?raw=true" width="120"></p></a>
|
||||
<a href="https://github.com/exelban/stats/releases"><p align="center"><img src="https://serhiy.s3.eu-central-1.amazonaws.com/Github_repo/stats/logo.png?raw=true&v=1" width="120"></p></a>
|
||||
|
||||
[](https://github.com/exelban/stats/releases)
|
||||
[](https://github.com/exelban/stats/releases)
|
||||
@@ -40,6 +40,7 @@ Stats is an application that allows you to monitor your macOS system.
|
||||
- 中文 (简体) (thanks to [chenguokai](https://github.com/chenguokai) and [Tai-Zhou](https://github.com/Tai-Zhou))
|
||||
- Türkçe (thanks to [yusufozgul](https://github.com/yusufozgul))
|
||||
- Korean (thanks to [escapeanaemia](https://github.com/escapeanaemia))
|
||||
- German (thanks to [natterstefan](https://github.com/natterstefan))
|
||||
|
||||
You can help by adding a new language.
|
||||
|
||||
|
||||
@@ -438,7 +438,6 @@
|
||||
9AF9EE1024648ADC005D2270 /* readers.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = readers.swift; sourceTree = "<group>"; };
|
||||
9AF9EE12246492E8005D2270 /* config.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = config.plist; sourceTree = "<group>"; };
|
||||
9AF9EE192464A7B3005D2270 /* config.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = config.plist; sourceTree = "<group>"; };
|
||||
9AF9EE1B2464A7BA005D2270 /* config.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = config.plist; sourceTree = "<group>"; };
|
||||
F8A38F83253303A8006D4D81 /* de */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = de; path = de.lproj/Localizable.strings; sourceTree = "<group>"; };
|
||||
/* End PBXFileReference section */
|
||||
|
||||
@@ -1800,7 +1799,7 @@
|
||||
"@executable_path/../Frameworks",
|
||||
);
|
||||
MACOSX_DEPLOYMENT_TARGET = 10.14;
|
||||
MARKETING_VERSION = 2.3.7;
|
||||
MARKETING_VERSION = 2.3.8;
|
||||
OTHER_LDFLAGS = "";
|
||||
PRODUCT_BUNDLE_IDENTIFIER = eu.exelban.Stats;
|
||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||
@@ -1833,7 +1832,7 @@
|
||||
"@executable_path/../Frameworks",
|
||||
);
|
||||
MACOSX_DEPLOYMENT_TARGET = 10.14;
|
||||
MARKETING_VERSION = 2.3.7;
|
||||
MARKETING_VERSION = 2.3.8;
|
||||
OTHER_LDFLAGS = "";
|
||||
PRODUCT_BUNDLE_IDENTIFIER = eu.exelban.Stats;
|
||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>$(MARKETING_VERSION)</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>54</string>
|
||||
<string>66</string>
|
||||
<key>Description</key>
|
||||
<string>Simple macOS system monitor in your menu bar</string>
|
||||
<key>LSApplicationCategoryType</key>
|
||||
|
||||
Reference in New Issue
Block a user