Skip to content

Commit

Permalink
remove the nonwatchos error thing
Browse files Browse the repository at this point in the history
  • Loading branch information
andylin2004 committed Oct 2, 2022
1 parent 9e039e1 commit 9cf20de
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions Sources/SwiftUI Apple Watch Decimal Pad/DigetPadView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,4 @@ struct TextField_Previews: PreviewProvider {
}
}
}
#else
#error("This is a watchOS only library.")
#endif
2 changes: 0 additions & 2 deletions Sources/SwiftUI Apple Watch Decimal Pad/Modifiers.swift
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,4 @@ struct EnteredTextKeys_Previews: PreviewProvider {
EnteredText( text: .constant(""), presentedAsModal: .constant(true), style: .decimal).previewDevice("Apple Watch Series 3 - 42mm")
}
}
#else
#error("This is a watchOS only library.")
#endif

0 comments on commit 9cf20de

Please sign in to comment.