8000 Instructions for running ObjC tutorials on master · syk-coder/rabbitmq-tutorials@111c430 · GitHub
[go: up one dir, main page]

Skip to content

Commit 111c430

Browse files
committed
Instructions for running ObjC tutorials on master
1 parent 18566d4 commit 111c430

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

objective-c/README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,19 @@ NSLogged.
3434

3535
See [ViewController.m](tutorial1/tutorial1/ViewController.m) for the
3636
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

Comments
 (0)
0