From c21763c1432969feb48a4e4421e2c091bea8c916 Mon Sep 17 00:00:00 2001 From: Claire Date: Wed, 28 Sep 2022 20:39:39 -0700 Subject: [PATCH] Updated readme --- .../xcshareddata/WorkspaceSettings.xcsettings | 5 +++++ .../WorkspaceSettings.xcsettings | 18 ++++++++++++++++++ readme.md | 2 ++ 3 files changed, 25 insertions(+) create mode 100644 LunaMac.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings create mode 100644 LunaMac.xcodeproj/project.xcworkspace/xcuserdata/claire.xcuserdatad/WorkspaceSettings.xcsettings diff --git a/LunaMac.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings b/LunaMac.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings new file mode 100644 index 0000000..0c67376 --- /dev/null +++ b/LunaMac.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings @@ -0,0 +1,5 @@ + + + + + diff --git a/LunaMac.xcodeproj/project.xcworkspace/xcuserdata/claire.xcuserdatad/WorkspaceSettings.xcsettings b/LunaMac.xcodeproj/project.xcworkspace/xcuserdata/claire.xcuserdatad/WorkspaceSettings.xcsettings new file mode 100644 index 0000000..f25782d --- /dev/null +++ b/LunaMac.xcodeproj/project.xcworkspace/xcuserdata/claire.xcuserdatad/WorkspaceSettings.xcsettings @@ -0,0 +1,18 @@ + + + + + BuildLocationStyle + UseAppPreferences + CustomBuildLocationType + RelativeToDerivedData + DerivedDataLocationStyle + Default + EnabledFullIndexStoreVisibility + + IssueFilterStyle + ShowActiveSchemeOnly + LiveSourceIssuesEnabled + + + diff --git a/readme.md b/readme.md index 5d8953d..c604b7e 100644 --- a/readme.md +++ b/readme.md @@ -3,3 +3,5 @@ ![](LunaMac/Assets.xcassets/AppIcon.appiconset/fullmoon128.png) A MacOS menu bar app for the phases of the moon. LunaMac calculates the current moon phase using your computer's system time. If the menu bar icon is a Ⓧ, something went wrong and LunaMac couldn't calculate the moon phase. You can try reloading from the icon's menu. + +For a comprehensive breakdown of this project's code, check out the [wiki](/wiki).