Skip to content

Commit

Permalink
Merge pull request #270 from tid-kijyun/fix/cocoapods
Browse files Browse the repository at this point in the history
Fixed podspec
  • Loading branch information
tid-kijyun authored Feb 22, 2024
2 parents 1e32aef + 0acdd3e commit 41c3d28
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 @@ -35,7 +35,7 @@ CODE_SIGNING_REQUIRED = NO
CODE_SIGN_IDENTITY =
MACOSX_DEPLOYMENT_TARGET = 10.13
IPHONEOS_DEPLOYMENT_TARGET = 12.0
WATCHOS_DEPLOYMENT_TARGET = 2.0
WATCHOS_DEPLOYMENT_TARGET = 4.0
TVOS_DEPLOYMENT_TARGET = 12.0
XROS_DEPLOYMENT_TARGET = 1.0

Expand Down
2 changes: 1 addition & 1 deletion Kanna.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Pod::Spec.new do |s|
s.ios.deployment_target = '12.0'
s.osx.deployment_target = '10.13'
s.tvos.deployment_target = "12.0"
s.watchos.deployment_target = "2.0"
s.watchos.deployment_target = "4.0"
s.visionos.deployment_target = "1.0"
s.requires_arc = true
s.source_files = ['Sources/**/*.swift', 'Sources/**/*.h']
Expand Down

0 comments on commit 41c3d28

Please sign in to comment.