You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: main/docs/technical/build-osmand/how-to-compile-the-ios-version.md
+44-44Lines changed: 44 additions & 44 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,24 +4,22 @@ sidebar_position: 6
4
4
5
5
# How to Compile the iOS Version
6
6
7
-
1.First setup the **[development environment](setup-the-dev-environment.md)**.
8
-
2. Install Xcode from AppStore (Last tested 14.2)
9
-
3. Install Xcode command-line tools
7
+
1.Setup the **[development environment](setup-the-dev-environment.md)**
8
+
2. Install Xcode from the App Store (the last tested version is `14.2`)
9
+
3. Install Command Line Tools for Xcode
10
10
```
11
11
$ xcode-select --install
12
12
```
13
-
Orin case of errors try to download and install it from Apple site: <https://developer.apple.com/download/all/?q=xcode>.
13
+
Or—in case of an error—try to download and install it from Apple's website: <https://developer.apple.com/download/all/?q=xcode>.
14
14
15
15
4. Log in into Xcode account (optional)
16
-
In case if you don't have Apple Developer account. Open Xcode and go to preferences (via top menu)
17
-
```
18
-
Preferences -> Accounts
19
-
```
20
-
Press `+` button. You can log in with your AppleID (login and password from your iOS/macOS devices). Follow Xcode instructions.
21
-
For OsmAnd team members: send your AppleID login, so you will be added to to developers list. When you'll get email with invite message activate it.
22
-
Close Xcode.
16
+
In case you don't have Apple Developer account.
17
+
1. Open Xcode and go to _Preferences_ -> _Accounts_ (via the top menu)
18
+
2. Press the `+` button. You can log in with your Apple ID (login and password from your iOS/macOS devices). Follow Xcode instructions.
19
+
3._For OsmAnd team members:_ send your Apple ID login, so you will be added to the list of developers. You'll get email with an invite message—activate it.
Copy file name to clipboardExpand all lines: main/docs/technical/build-osmand/setup-the-dev-environment.md
+13-13Lines changed: 13 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ sidebar_position: 4
5
5
# How to Setup the Development Environment
6
6
7
7
8
-
To setup the development environment, you need to install the [repo utility](https://source.android.com/setup/develop#repo) and use the following [repo manifest](https://github.com/osmandapp/OsmAnd-manifest/blob/master/readonly.xml) or [any other configuration](https://github.com/osmandapp/OsmAnd-manifest).
8
+
To setup the development environment, you need to install the [`repo` utility](https://source.android.com/setup/develop#repo) and use the following [`repo` manifest](https://github.com/osmandapp/OsmAnd-manifest/blob/master/readonly.xml) or [any other configuration](https://github.com/osmandapp/OsmAnd-manifest).
9
9
10
10
11
11
If you plan to use the `readonly.xml` and the `repo` utility you can run the following:
You might not need all repositories to get tools / android or ios working. You can always double check corresponding branches in [repo-configurations](https://github.com/osmandapp/OsmAnd-manifest).
41
+
You might not need all repositories to get `tools`, `android` or `ios` working, just the ones described in the [`OsmAnd-manifest`](https://github.com/osmandapp/OsmAnd-manifest)`.xml` files.
0 commit comments