Flipper Release: v0.201.0

Summary: Releasing version 0.201.0

Reviewed By: lblasa

Differential Revision: D46892243

fbshipit-source-id: 47e2389e5e5fa276ae4e1738b9691b9f9dfc4bea
This commit is contained in:
generatedunixname89002005306973
2023-06-21 06:40:48 -07:00
committed by Facebook GitHub Bot
parent aa510b3fd0
commit ad9d77ee8c
11 changed files with 18 additions and 12 deletions

View File

@@ -51,7 +51,7 @@ Add all of the code below to your `ios/Podfile`:
platform :ios, '9.0'
def flipper_pods()
flipperkit_version = '0.200.0' # should match the version of your Flipper client app
flipperkit_version = '0.201.0' # should match the version of your Flipper client app
pod 'FlipperKit', '~>' + flipperkit_version, :configuration => 'Debug'
pod 'FlipperKit/FlipperKitLayoutPlugin', '~>' + flipperkit_version, :configuration => 'Debug'
pod 'FlipperKit/SKIOSNetworkPlugin', '~>' + flipperkit_version, :configuration => 'Debug'