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: Recipe.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -74,7 +74,7 @@ Use Xcode Version 11.1 (11A1027). *This is the latest publicly released or Gold
74
74
8. Click “Next"
75
75
3.*Create the project*
76
76
1. Ensure “Create Git Repository" is not selected
77
-
2. Ensure add to is “Don’t add to any project or workspace"
77
+
2. Ensure the 'add to' function is “Don’t add to any project or workspace"
78
78
3. Select the folder `xxPROJECTxNAMExx` on the desktop
79
79
4. Click “Create"
80
80
@@ -84,13 +84,13 @@ Use Xcode Version 11.1 (11A1027). *This is the latest publicly released or Gold
84
84
1. Open the file iOS Example.xcodeproj in Xcode
85
85
2. Enable the Project navigator on the left
86
86
3. Use the Project navigator to select the "iOS Example" folder (yellow icon)
87
-
4. From the Project navigator, rename this folder to "Sources"
87
+
4. From the Project navigator, rename this folder as "Sources"
88
88
*:warning: Using the File inspector to rename a folder would result in the change being reverted. This is an Xcode bug that we work around.
89
89
*:information_source: The Alamofire project uses the folder name "Source" but we choose "Sources" here to be consistent with the default of Swift Package Manager
90
90
2.*Fix the Info.plist file configuration and preview content folder (Xcode makes renaming folders a pain)*
91
91
1. Click "iOS Example" on the left (the blue icon)
92
92
2. Click the target "iOS Example" in the middle (app icon)
93
-
3. Click Build Settings on the top of the middle
93
+
3. Click 'Build Settings' on the top of the middle
94
94
4. Enter "/Info" in the search box
95
95
5. Edit the "Info.plist File" from "iOS Example/Info.plist" to be "Sources/Info.plist"
96
96
@@ -126,7 +126,7 @@ Use Xcode Version 11.1 (11A1027). *This is the latest publicly released or Gold
126
126
127
127
1. Click "iOS Example" on the left (the blue icon)
128
128
2. Click the target "iOS Example" in the middle (app icon)
0 commit comments