diff --git a/CoreDataQueryInterface.podspec b/CoreDataQueryInterface.podspec index 0eb42db..df72a39 100644 --- a/CoreDataQueryInterface.podspec +++ b/CoreDataQueryInterface.podspec @@ -9,6 +9,8 @@ Pod::Spec.new do |s| s.source = { :git => "#{s.homepage}.git", :tag => "v#{s.version}" } s.ios.deployment_target = '8.1' s.osx.deployment_target = '10.9' + s.watchos.deployment_target = '9.0' + s.tvos.deployment_target = '2.0' s.source_files = 'CoreDataQueryInterface/*.swift' s.requires_arc = true end diff --git a/CoreDataQueryInterface.xcodeproj/project.pbxproj b/CoreDataQueryInterface.xcodeproj/project.pbxproj index 6c3bca0..ab1a671 100644 --- a/CoreDataQueryInterface.xcodeproj/project.pbxproj +++ b/CoreDataQueryInterface.xcodeproj/project.pbxproj @@ -1101,7 +1101,7 @@ SDKROOT = appletvos; SKIP_INSTALL = YES; TARGETED_DEVICE_FAMILY = 3; - TVOS_DEPLOYMENT_TARGET = 9.2; + TVOS_DEPLOYMENT_TARGET = 9.0; }; name = Debug; }; @@ -1121,7 +1121,7 @@ SDKROOT = appletvos; SKIP_INSTALL = YES; TARGETED_DEVICE_FAMILY = 3; - TVOS_DEPLOYMENT_TARGET = 9.2; + TVOS_DEPLOYMENT_TARGET = 9.0; }; name = Release; }; @@ -1420,6 +1420,7 @@ F3F1BC591CD0020100F9072D /* Release */, ); defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; }; /* End XCConfigurationList section */ diff --git a/CoreDataQueryInterface/Info.plist b/CoreDataQueryInterface/Info.plist index fbb5eb1..52e3fb7 100644 --- a/CoreDataQueryInterface/Info.plist +++ b/CoreDataQueryInterface/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 4.3 + 4.3.1 CFBundleSignature ???? CFBundleVersion