File tree Expand file tree Collapse file tree 4 files changed +5
-7
lines changed
Reveil.xcodeproj/xcshareddata/xcschemes
Reveil/ViewModels/Modules Expand file tree Collapse file tree 4 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 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 : |
Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments