This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import UIKit | |
| import SwiftUI | |
| extension View { | |
| func highLegibilityFigures(forStyle style: UIFont.TextStyle, tableFigures: Bool = false) -> some View { | |
| modifier(HighLegibilityFigures(style: style, tableFigures: tableFigures)) | |
| } | |
| } | |
| private struct HighLegibilityFigures: ViewModifier { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| echo "share /mnt/utm 9p trans=virtio,version=9p2000.L,rw,_netdev,nofail,auto 0 0" | sudo tee -a /etc/fstab; sudo mkdir /mnt/utm; sudo chown $(whoami) /mnt/utm; ln -s /mnt/utm ~/utm; sudo reboot |
OlderNewer