8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18566d4 commit 111c430Copy full SHA for 111c430
objective-c/README.md
@@ -34,3 +34,19 @@ NSLogged.
34
35
See [ViewController.m](tutorial1/tutorial1/ViewController.m) for the
36
implementation (each tutorial has its own `ViewController.m`).
37
+
38
+## Running the tutorials on master
39
40
+If you're QAing a change, or just want to run these tutorials on the master version of the client, follow these steps.
41
42
+### Edit `Cartfile`
43
44
+Change the version number to the word "master"
45
46
+### Clear Carthage cache and update
47
48
+`rm -rf ~/Library/Caches/org.carthage.CarthageKit && carthage update --platform iOS`
49
50
+### Rebuild the project in Xcode
51
52
+If there have been breaking changes, you might now need to make changes to the tutorial.
0 commit comments