Skip to content
This repository has been archived by the owner on May 6, 2024. It is now read-only.

feat: remove Pod files from repository #1795

Merged
merged 6 commits into from
Sep 11, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,16 @@ otherwise noted. Please see ``LICENSE.txt`` for details.
Building
========
1. Check out the source code: ::

git clone https://github.com/openedx/edx-app-ios

2. Open ``edX.xcworkspace``.
2. Open terminal and run command 'pod install'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

pod install is not properly showing as code, i think it needs to be pod install

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Screenshot 2023-09-11 at 11 51 45 AM


3. Open ``edX.xcworkspace``.

3. Ensure that the ``edX`` scheme is selected.
4. Ensure that the ``edX`` scheme is selected.

4. Click the **Run** button.
5. Click the **Run** button.

*Note: Our build system requires Java 7 or later. If you see an error
mentioning "Unsupported major.minor version 51.0 " then you should install a
Expand Down
Loading