We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1e32aef + 0acdd3e commit 41c3d28Copy full SHA for 41c3d28
Configurations/Base.xcconfig
@@ -35,7 +35,7 @@ CODE_SIGNING_REQUIRED = NO
35
CODE_SIGN_IDENTITY =
36
MACOSX_DEPLOYMENT_TARGET = 10.13
37
IPHONEOS_DEPLOYMENT_TARGET = 12.0
38
-WATCHOS_DEPLOYMENT_TARGET = 2.0
+WATCHOS_DEPLOYMENT_TARGET = 4.0
39
TVOS_DEPLOYMENT_TARGET = 12.0
40
XROS_DEPLOYMENT_TARGET = 1.0
41
Kanna.podspec
@@ -12,7 +12,7 @@ Pod::Spec.new do |s|
12
s.ios.deployment_target = '12.0'
13
s.osx.deployment_target = '10.13'
14
s.tvos.deployment_target = "12.0"
15
- s.watchos.deployment_target = "2.0"
+ s.watchos.deployment_target = "4.0"
16
s.visionos.deployment_target = "1.0"
17
s.requires_arc = true
18
s.source_files = ['Sources/**/*.swift', 'Sources/**/*.h']
0 commit comments