Skip to content

Commit

Permalink
Fixed podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
tid-kijyun committed Feb 22, 2024
1 parent 053f5e3 commit 1481fbd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Configurations/Base.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ CODE_SIGN_IDENTITY =
MACOSX_DEPLOYMENT_TARGET = 10.13
IPHONEOS_DEPLOYMENT_TARGET = 12.0
WATCHOS_DEPLOYMENT_TARGET = 2.0
TVOS_DEPLOYMENT_TARGET = 9.0
TVOS_DEPLOYMENT_TARGET = 12.0
XROS_DEPLOYMENT_TARGET = 1.0

HEADER_SEARCH_PATHS = $(SDKROOT)/usr/include/libxml2
Expand Down
2 changes: 1 addition & 1 deletion Kanna.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Pod::Spec.new do |s|

s.ios.deployment_target = '12.0'
s.osx.deployment_target = '10.13'
s.tvos.deployment_target = "9.0"
s.tvos.deployment_target = "12.0"
s.watchos.deployment_target = "2.0"
s.visionos.deployment_target = "1.0"
s.requires_arc = true
Expand Down

0 comments on commit 1481fbd

Please sign in to comment.