Skip to content

Commit

Permalink
Remove watchos.deploymentTarget
Browse files Browse the repository at this point in the history
  • Loading branch information
jguz-pubnub committed Nov 14, 2024
1 parent 2b4fcf3 commit 83adf11
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ class PubNubKotlinMultiplatformPlugin : Plugin<Project> {
ios.deploymentTarget = "14.0"
osx.deploymentTarget = "11.0"
tvos.deploymentTarget = "14.0"
watchos.deploymentTarget = "7.0"

// Maps custom Xcode configuration to NativeBuildType
xcodeConfigurationToNativeBuildType["CUSTOM_DEBUG"] = NativeBuildType.DEBUG
Expand Down

0 comments on commit 83adf11

Please sign in to comment.