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: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -421,8 +421,8 @@ The procedure is as follows:
421
421
422
422
2. From within the workspace, create a new project:
423
423
1. In Xcode, go to `File` > `New` > `Project ...`.
424
-
2. Select `iOS`, under the `Application` section select `Single View App`, and then select `Next`.
425
-
3. For the options: specify the `Product Name` as `WrappingApp`, be sure to select Objective-C as the language, and select `Next`.
424
+
2. Select `iOS`, then under the `Application` section select `Single View App`, and then select `Next`.
425
+
3. For the options: specify the `Product Name` as `WrappingApp` and be sure to select Objective-C as the language, then select `Next`.
426
426
4. Create the project:
427
427
1. Specify the directory to store the `WrappingApp` project as a sibling of the static library's project directory. These instructions expect a source tree layout like the following, with everything under `someParentDir` under source control:
0 commit comments