diff --git a/.DS_Store b/.DS_Store deleted file mode 100644 index 40d1635..0000000 Binary files a/.DS_Store and /dev/null differ diff --git a/.gitignore b/.gitignore index c6c903c..a8da88e 100644 --- a/.gitignore +++ b/.gitignore @@ -109,5 +109,8 @@ xcuserdata !*.xcworkspace/contents.xcworkspacedata **/xcshareddata/WorkspaceSettings.xcsettings +.DS_Store + # End of https://www.toptal.com/developers/gitignore/api/xcode,swift,swiftpackagemanager +.DS_Store diff --git a/FontFace.xcodeproj/project.xcworkspace/xcuserdata/lvjun.xcuserdatad/UserInterfaceState.xcuserstate b/FontFace.xcodeproj/project.xcworkspace/xcuserdata/lvjun.xcuserdatad/UserInterfaceState.xcuserstate index 51ff067..1bff9d5 100644 Binary files a/FontFace.xcodeproj/project.xcworkspace/xcuserdata/lvjun.xcuserdatad/UserInterfaceState.xcuserstate and b/FontFace.xcodeproj/project.xcworkspace/xcuserdata/lvjun.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/FontFace.xcodeproj/xcuserdata/lvjun.xcuserdatad/xcschemes/xcschememanagement.plist b/FontFace.xcodeproj/xcuserdata/lvjun.xcuserdatad/xcschemes/xcschememanagement.plist index 7d1adab..c0241d8 100644 --- a/FontFace.xcodeproj/xcuserdata/lvjun.xcuserdatad/xcschemes/xcschememanagement.plist +++ b/FontFace.xcodeproj/xcuserdata/lvjun.xcuserdatad/xcschemes/xcschememanagement.plist @@ -7,12 +7,12 @@ FontFace (iOS).xcscheme_^#shared#^_ orderHint - 0 + 1 FontFace (macOS).xcscheme_^#shared#^_ orderHint - 1 + 0 diff --git a/README.md b/README.md index 8728938..5ecd748 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,8 @@ +[![forthebadge](https://forthebadge.com/images/badges/made-with-swift.svg)](https://forthebadge.com) +[![forthebadge](https://forthebadge.com/images/badges/built-with-love.svg)](https://forthebadge.com) +[![forthebadge](https://forthebadge.com/images/badges/open-source.svg)](https://forthebadge.com) + # FontFace -Font previewer for macOS +An open source Font previewer for macOS with pure Swift, powered by SwiftUI. ![main](./screenshots/main.jpg) \ No newline at end of file diff --git a/screenshots/.DS_Store b/screenshots/.DS_Store deleted file mode 100644 index 8098aa7..0000000 Binary files a/screenshots/.DS_Store and /dev/null differ