Skip to content

Commit

Permalink
Merge pull request #35 from JosephDuffy/better-watchos-support
Browse files Browse the repository at this point in the history
Add Persister/Persisted extensions on watchOS
  • Loading branch information
JosephDuffy authored Dec 5, 2020
2 parents 82c8bee + 11cf2d0 commit f869ddc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Sources/Persist/UserDefaults/Persisted+UserDefaults.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#if os(macOS) || os(iOS) || os(tvOS)
#if os(macOS) || os(iOS) || os(tvOS) || os(watchOS)
import Foundation

// MARK: - Value: StorableInUserDefaults
Expand Down
2 changes: 1 addition & 1 deletion Sources/Persist/UserDefaults/Persister+UserDefaults.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#if os(macOS) || os(iOS) || os(tvOS)
#if os(macOS) || os(iOS) || os(tvOS) || os(watchOS)
import Foundation

// MARK: - Value: StorableInUserDefaults
Expand Down

0 comments on commit f869ddc

Please sign in to comment.