Skip to content

Commit

Permalink
Updated Demo project to use SettingsAccess 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
orchetect committed Oct 2, 2023
1 parent 0ff6b4d commit eeb2ef9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@
repositoryURL = "https://github.com/orchetect/SettingsAccess";
requirement = {
kind = upToNextMajorVersion;
minimumVersion = 1.0.0;
minimumVersion = 1.1.0;
};
};
/* End XCRemoteSwiftPackageReference section */
Expand Down
2 changes: 1 addition & 1 deletion Demo/Latest Platform Demo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

This demo project shows how to use [`MenuBarExtra`](https://developer.apple.com/documentation/swiftui/menubarextra/) and `MacControlCenterUI` together, and demonstrates usage of all the controls available.

This project requires macOS Ventura 13.0 or later.
This project requires Xcode 15.0 or later to build, and runs on macOS Ventura 13.0 or later.

0 comments on commit eeb2ef9

Please sign in to comment.