mirror of
https://github.com/morgan9e/macos-stats
synced 2026-04-14 16:24:30 +09:00
v2.4.4
This commit is contained in:
@@ -47,7 +47,8 @@ Stats is an application that allows you to monitor your macOS system.
|
||||
- Vietnamese (thanks to [xuandung38](https://github.com/xuandung38))
|
||||
- French (thanks to [RomainLt](https://github.com/RomainLt))
|
||||
- Italian (thanks to [gmcinalli](https://github.com/gmcinalli))
|
||||
- Portuguese (thanks to [marcelochaves95](https://github.com/marcelochaves95))
|
||||
- Portuguese (Brazil) (thanks to [marcelochaves95](https://github.com/marcelochaves95))
|
||||
- Norwegian Bokmål (thanks to [rubjo](https://github.com/rubjo))
|
||||
|
||||
You can help by adding a new language.
|
||||
|
||||
|
||||
@@ -399,6 +399,7 @@
|
||||
9A58DE9F24B363F300716A9F /* settings.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = settings.swift; sourceTree = "<group>"; };
|
||||
9A58DEA324B3647600716A9F /* settings.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = settings.swift; sourceTree = "<group>"; };
|
||||
9A5AF11A2469CE9B00684737 /* popup.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = popup.swift; sourceTree = "<group>"; };
|
||||
9A5F0503256A9135002FF75F /* nb */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = nb; path = nb.lproj/Localizable.strings; sourceTree = "<group>"; };
|
||||
9A654920244074B500E30B74 /* extensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = extensions.swift; sourceTree = "<group>"; };
|
||||
9A65492224407EA600E30B74 /* store.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = store.swift; sourceTree = "<group>"; };
|
||||
9A656549253F20EF0096B607 /* settings.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = settings.swift; sourceTree = "<group>"; };
|
||||
@@ -1281,6 +1282,7 @@
|
||||
fr,
|
||||
"pt-BR",
|
||||
it,
|
||||
nb,
|
||||
);
|
||||
mainGroup = 9A1410EC229E721100D29793;
|
||||
packageReferences = (
|
||||
@@ -1711,6 +1713,7 @@
|
||||
7A19DAE52552C326001B192F /* fr */,
|
||||
FCBD9253255C7D9900E1621A /* pt-BR */,
|
||||
C904AECF255939DB004A9EBC /* it */,
|
||||
9A5F0503256A9135002FF75F /* nb */,
|
||||
);
|
||||
name = Localizable.strings;
|
||||
sourceTree = "<group>";
|
||||
@@ -1943,7 +1946,7 @@
|
||||
"@executable_path/../Frameworks",
|
||||
);
|
||||
MACOSX_DEPLOYMENT_TARGET = 10.14;
|
||||
MARKETING_VERSION = 2.4.3;
|
||||
MARKETING_VERSION = 2.4.4;
|
||||
ONLY_ACTIVE_ARCH = YES;
|
||||
OTHER_LDFLAGS = "";
|
||||
PRODUCT_BUNDLE_IDENTIFIER = eu.exelban.Stats;
|
||||
@@ -1977,7 +1980,7 @@
|
||||
"@executable_path/../Frameworks",
|
||||
);
|
||||
MACOSX_DEPLOYMENT_TARGET = 10.14;
|
||||
MARKETING_VERSION = 2.4.3;
|
||||
MARKETING_VERSION = 2.4.4;
|
||||
ONLY_ACTIVE_ARCH = YES;
|
||||
OTHER_LDFLAGS = "";
|
||||
PRODUCT_BUNDLE_IDENTIFIER = eu.exelban.Stats;
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>$(MARKETING_VERSION)</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>173</string>
|
||||
<string>174</string>
|
||||
<key>Description</key>
|
||||
<string>Simple macOS system monitor in your menu bar</string>
|
||||
<key>LSApplicationCategoryType</key>
|
||||
|
||||
Reference in New Issue
Block a user