Fix small error in README
This commit is contained in:
Родитель
a20208d1a1
Коммит
c04fca09f0
|
@ -80,7 +80,7 @@ From our experience, 3rd-party libraries usually reside inside a subdirectory (l
|
|||
<a id="setupxcode"></a>
|
||||
### 4.4 Set up the SDK in Xcode
|
||||
|
||||
1. We recommend to use Xcode's group-feature to create a group for 3rd-party-libraries similar to the structure of our files on disk. For example, similar to the file structure in 4.1 above, our projects have a group called `Vendor`.
|
||||
1. We recommend to use Xcode's group-feature to create a group for 3rd-party-libraries similar to the structure of our files on disk. For example, similar to the file structure in 4.3 above, our projects have a group called `Vendor`.
|
||||
2. Make sure the `Project Navigator` is visible (⌘+1)
|
||||
3. Drag & drop `ApplicationInsights.framework` from your window in the `Finder` into your project in Xcode and move it to the desired location in the `Project Navigator` (e.g. into the group called `Vendor`)
|
||||
4. A popup will appear. Select `Create groups for any added folders` and set the checkmark for your target. Then click `Finish`.
|
||||
|
|
|
@ -80,7 +80,7 @@ From our experience, 3rd-party libraries usually reside inside a subdirectory (l
|
|||
<a id="setupxcode"></a>
|
||||
### 4.4 Set up the SDK in Xcode
|
||||
|
||||
1. We recommend to use Xcode's group-feature to create a group for 3rd-party-libraries similar to the structure of our files on disk. For example, similar to the file structure in 4.1 above, our projects have a group called `Vendor`.
|
||||
1. We recommend to use Xcode's group-feature to create a group for 3rd-party-libraries similar to the structure of our files on disk. For example, similar to the file structure in 4.3 above, our projects have a group called `Vendor`.
|
||||
2. Make sure the `Project Navigator` is visible (⌘+1)
|
||||
3. Drag & drop `ApplicationInsights.framework` from your window in the `Finder` into your project in Xcode and move it to the desired location in the `Project Navigator` (e.g. into the group called `Vendor`)
|
||||
4. A popup will appear. Select `Create groups for any added folders` and set the checkmark for your target. Then click `Finish`.
|
||||
|
|
Загрузка…
Ссылка в новой задаче