Skip to content
This repository was archived by the owner on Oct 14, 2021. It is now read-only.

Commit cf7ccb9

Browse files
author
Jeff Verkoeyen
committed
Update README.md.
1 parent 5aeeebf commit cf7ccb9

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

README.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,25 +9,22 @@ An API diff tool for Objective-C, Swift, and Android code that outputs markdown.
99

1010
Engine for apple APIs requires:
1111

12-
- Xcode 8 beta 6
12+
- Xcode 8
1313
- [sourcekitten](https://github.com/jpsim/SourceKitten)
1414

1515
## Usage
1616

1717
Run `apidiff` from within a git repository like so:
1818

19-
apidiff v1.0.0 develop apple src/MaterialMotionRuntime.h
20-
apidiff 1.0.0 develop android library
21-
22-
## License
23-
24-
Licensed under the Apache 2.0 license. See LICENSE for details.
19+
apidiff <old git ref> <new git ref> objc <umbrella header>
20+
apidiff <old git ref> <new git ref> swift <workspace path> <scheme name>
21+
apidiff <old git ref> <new git ref> android <library>
2522

2623
# Example output
2724

2825
Auto-generated by running:
2926

30-
apidiff 734d43e406f53143c2cf8440f43d858d125f0a11 6f7a52744751e511d0daf119642446c46bed1f5c apple src/MaterialMotionRuntime.h
27+
apidiff 734d43e406f53143c2cf8440f43d858d125f0a11 6f7a52744751e511d0daf119642446c46bed1f5c objc src/MaterialMotionRuntime.h
3128

3229
## NewClass
3330

@@ -65,3 +62,7 @@ Auto-generated by running:
6562
|---|---|
6663
| From | `class MDMScheduler : NSObject` |
6764
| To | `class Scheduler : NSObject` |
65+
66+
## License
67+
68+
Licensed under the Apache 2.0 license. See LICENSE for details.

0 commit comments

Comments
 (0)