From 63cec41e29722870322fc10ebce41ca455034e65 Mon Sep 17 00:00:00 2001 From: tsubasa kogoma <89886782+tbskgm0@users.noreply.github.com> Date: Wed, 16 Feb 2022 08:25:41 -0800 Subject: [PATCH] Change label from iOS to ObjC (#3398) Summary: The documentation shows Swift and ObjC code, but the label names are Swift and iOS. ## Changelog Modify the documentation Pull Request resolved: https://github.com/facebook/flipper/pull/3398 Test Plan: No test plan **Static Docs Preview: flipper** |[Full Site](https://our.intern.facebook.com/intern/staticdocs/eph/D34269458/V2/flipper/)| |**Modified Pages**| |[docs/getting-started/ios-native](https://our.intern.facebook.com/intern/staticdocs/eph/D34269458/V2/flipper/docs/getting-started/ios-native/)| Reviewed By: mweststrate Differential Revision: D34269458 Pulled By: aigoncharov fbshipit-source-id: 98909b539b49a54eb6cba8605b55a00e53619a19 --- docs/getting-started/ios-native.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/getting-started/ios-native.mdx b/docs/getting-started/ios-native.mdx index 0ef1b0ce0..2c449343a 100644 --- a/docs/getting-started/ios-native.mdx +++ b/docs/getting-started/ios-native.mdx @@ -89,8 +89,8 @@ This is done to overcome a bug with Xcode 11 which fails to compile swift code w Install the dependencies by running `pod install`. You can now import and initialize Flipper in your AppDelegate. - - + + ```objc #import