Skip to content

Commit e4bb8b4

Browse files
committed
bump version to v2.0.3
Signed-off-by: Lessica <wuzheng28@huawei.com>
1 parent 27aa5ea commit e4bb8b4

File tree

4 files changed

+5
-7
lines changed

4 files changed

+5
-7
lines changed

.github/workflows/build-archive.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
3434
- name: Build helper
3535
run: |
36-
xcodebuild clean build archive -scheme ReveilHelper -project Reveil.xcodeproj -archivePath ReveilHelper.xcarchive CODE_SIGNING_ALLOWED=NO | xcpretty && exit ${PIPESTATUS[0]}
36+
xcodebuild clean build archive -scheme ReveilHelper -project Reveil.xcodeproj -archivePath ReveilHelper.xcarchive CODE_SIGNING_ALLOWED=NO SKIP_INSTALL=NO | xcpretty && exit ${PIPESTATUS[0]}
3737
3838
- name: Build
3939
run: |

CHANGELOG.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
# Changes
22

3-
- Feature: Add option to reset layouts.
4-
- iPadOS/macOS support: Multitasking and multiple window scenes.
5-
- Bugfix: Fix a issue that the dashboard is not kept refreshed when pinned items are updated.
3+
- Localization: Add support for Spanish language (Thanks to @Deci8BelioS).
4+
- Feature: Add icon badge to show the number of insecure checks.

Reveil.xcodeproj/xcshareddata/xcschemes/Reveil.xcscheme

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333
buildConfiguration = "Debug"
3434
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
3535
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
36-
language = "es"
3736
launchStyle = "0"
3837
useCustomWorkingDirectory = "NO"
3938
ignoresPersistentStateOnLaunch = "NO"

Reveil/ViewModels/Modules/OperatingSystem.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ final class OperatingSystem: Module {
4343

4444
private let gDateFormatter: DateFormatter = {
4545
let formatter = DateFormatter()
46-
formatter.dateStyle = .full
47-
formatter.timeStyle = .full
46+
formatter.dateStyle = .medium
47+
formatter.timeStyle = .medium
4848
return formatter
4949
}()
5050

0 commit comments

Comments
 (0)