Skip to content

Commit

Permalink
Bump deployment target due to SocketRocket
Browse files Browse the repository at this point in the history
Summary:
^

This should fix our FlipperKit publishing:
https://github.com/facebook/flipper/actions/runs/5551630551/jobs/10138141435

Reviewed By: aigoncharov

Differential Revision: D47633000

fbshipit-source-id: fa931bfd560939a7ff72d075dc679afbd038e557
  • Loading branch information
lblasa authored and facebook-github-bot committed Jul 20, 2023
1 parent 06006db commit 7c2face
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FlipperKit.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Pod::Spec.new do |spec|
spec.source = { :git => 'https://github.com/facebook/flipper.git',
:tag=> "v"+flipperkit_version }
spec.module_name = 'FlipperKit'
spec.platforms = { :ios => "10.0" }
spec.platforms = { :ios => "11.0" }
spec.default_subspecs = "Core"

# This subspec is necessary since FBDefines.h is imported as <FBDefines/FBDefines.h>
Expand Down

0 comments on commit 7c2face

Please sign in to comment.