Skip to content

Commit

Permalink
Merge pull request #4 from ConnectSDK/lgcast
Browse files Browse the repository at this point in the history
Modified iOS developer guide for LG Cast
  • Loading branch information
seokhee-lee committed Jul 26, 2022
2 parents 08a90ed + 6a23af1 commit d849cd0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/guide-ios/ios-remote-camera.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Add ``pod "ConnectSDK"`` to your ``Podfile``, and run ``pod install``. Open the

Note that remote camera runs on iOS 12 and higher. Refer to the ``Podfile`` example below.

.. code-block::
.. code-block:: obj-c
platform :ios, '12.0'
Expand Down
2 changes: 1 addition & 1 deletion docs/guide-ios/ios-screen-mirroring.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Add ``pod "ConnectSDK"`` to your ``Podfile``, and run ``pod install``. Open the
Note that screen mirroring runs on iOS 12 and higher. In case of Broadcast Upload Extension for
Screen Mirroring, set the APPLICATION_EXTENSION_API_ONLY value to NO. Refer to the ``Podfile`` example below.

.. code-block::
.. code-block:: obj-c
platform :ios, '12.0'
Expand Down

0 comments on commit d849cd0

Please sign in to comment.