Skip to content

Commit

Permalink
Merge pull request #10 from cleevio/improvement/support-for-watch-os
Browse files Browse the repository at this point in the history
Improvement/support for watch os
  • Loading branch information
tsmerda authored Jan 21, 2025
2 parents 9e2d653 + 9429260 commit f0091a9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Forestry Changelog

## [1.0.0] - 2025-01-21
### Added
- Support for WatchOS.
3 changes: 2 additions & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ let package = Package(
platforms: [
.iOS(.v11),
.macOS(.v11),
.tvOS(.v11)
.tvOS(.v11),
.watchOS(.v7)
],
products: [
.library(name: "ForestryLoggerLibrary", targets: ["ForestryLoggerLibrary"]),
Expand Down

0 comments on commit f0091a9

Please sign in to comment.