From 1fdc26111155fd8170089a082a3bc91b3a5652fc Mon Sep 17 00:00:00 2001 From: Michael MacPherson Date: Mon, 12 Jul 2021 13:50:06 -0700 Subject: [PATCH] Update setup.mdx (#2595) Summary: Change iOS to Objective C, reference which file is being updated - Clarifies how to update iOS if using objective C for flipper network plugin ## Changelog - renamed iOS to ObjC for flipper network plugin setup - specified which iOS file to modify for flipper network plugin setup Pull Request resolved: https://github.com/facebook/flipper/pull/2595 Test Plan: Imported from GitHub, without a `Test Plan:` line. |[Site Preview: flipper](https://our.intern.facebook.com/intern/staticdocs/eph/D29662605/V2/flipper/) Reviewed By: passy Differential Revision: D29662605 Pulled By: nikoant fbshipit-source-id: acdc8bba73900c19500fc91f8a275930c51d73ad --- desktop/plugins/public/network/docs/setup.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/desktop/plugins/public/network/docs/setup.mdx b/desktop/plugins/public/network/docs/setup.mdx index 36e092b62..70cff81a5 100644 --- a/desktop/plugins/public/network/docs/setup.mdx +++ b/desktop/plugins/public/network/docs/setup.mdx @@ -71,10 +71,10 @@ To enable network inspection, add the following pod to your Podfile: pod 'FlipperKit/SKIOSNetworkPlugin', '~>' + flipperkit_version ``` -Initialise the plugin in the following way: +Initialise the plugin in the following way by updating AppDelegate.m: - - + + ```objc #import