Skip to content

Commit

Permalink
Bumped deployment target to 10.13 (2017), silenced or refactored depr…
Browse files Browse the repository at this point in the history
…ecation warnings
  • Loading branch information
sveinbjornt committed Nov 19, 2023
1 parent ffa18d4 commit 1b2e2d2
Show file tree
Hide file tree
Showing 6 changed files with 33 additions and 32 deletions.
4 changes: 2 additions & 2 deletions Sloth.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@
INFOPLIST_KEY_CFBundleDisplayName = Sloth;
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.utilities";
INSTALL_PATH = "";
MACOSX_DEPLOYMENT_TARGET = 10.11;
MACOSX_DEPLOYMENT_TARGET = 10.13;
MARKETING_VERSION = 3.3;
OTHER_LDFLAGS = "-Wl,-rpath,@loader_path/../Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = org.sveinbjorn.Sloth;
Expand Down Expand Up @@ -447,7 +447,7 @@
INFOPLIST_KEY_CFBundleDisplayName = Sloth;
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.utilities";
INSTALL_PATH = "";
MACOSX_DEPLOYMENT_TARGET = 10.11;
MACOSX_DEPLOYMENT_TARGET = 10.13;
MARKETING_VERSION = 3.3;
OTHER_LDFLAGS = "-Wl,-rpath,@loader_path/../Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = org.sveinbjorn.Sloth;
Expand Down
3 changes: 2 additions & 1 deletion TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@

* "Copy" on app/process should copy filesystem representation if possible
* Update antiquated screenshots in README
* Upgrade Sparkle version
* Upgrade Sparkle version (latest supports 10.13+)
* Get contextual menu working properly in path bar (like in KatSearch)
DONE * Always (re)select "General" tab when Preferences are shown
DONE Show Path Control w. selected path at bottom of table view when item selected
DONE * SIGTERM vs. SIGKILL
2 changes: 1 addition & 1 deletion resources/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<key>LSApplicationCategoryType</key>
<string>public.app-category.utilities</string>
<key>LSMinimumSystemVersion</key>
<string>10.11</string>
<string>10.13</string>
<key>NSHumanReadableCopyright</key>
<string>© 2004-2023 Sveinbjorn Thordarson.</string>
<key>NSMainNibFile</key>
Expand Down
Loading

0 comments on commit 1b2e2d2

Please sign in to comment.