Skip to content

Commit

Permalink
Exclude UbiquitousKeyValueStore from watchOS
Browse files Browse the repository at this point in the history
  • Loading branch information
e-marchand committed Dec 1, 2017
1 parent d1208bd commit 040df83
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Prephirences.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1029,7 +1029,7 @@
INFOPLIST_FILE = Xcodes/Mac/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks";
MACOSX_DEPLOYMENT_TARGET = 10.11;
MACOSX_DEPLOYMENT_TARGET = 10.12;
PRODUCT_BUNDLE_IDENTIFIER = tv.phimage.Prephirences;
PRODUCT_NAME = Prephirences;
SKIP_INSTALL = YES;
Expand All @@ -1049,7 +1049,7 @@
INFOPLIST_FILE = Xcodes/Mac/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks";
MACOSX_DEPLOYMENT_TARGET = 10.11;
MACOSX_DEPLOYMENT_TARGET = 10.12;
PRODUCT_BUNDLE_IDENTIFIER = tv.phimage.Prephirences;
PRODUCT_NAME = Prephirences;
SKIP_INSTALL = YES;
Expand Down
2 changes: 2 additions & 0 deletions Sources/NSUbiquitousKeyValueStore+Prephirences.swift
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ import Foundation
/** Prephirences Extends NSUbiquitousKeyValueStore
*/
#if !os(watchOS)
extension NSUbiquitousKeyValueStore: MutablePreferencesType {

public func dictionary() -> PreferencesDictionary {
Expand Down Expand Up @@ -100,3 +101,4 @@ extension NSUbiquitousKeyValueStore {
}

}
#endif

0 comments on commit 040df83

Please sign in to comment.