Skip to content

Commit 61d4737

Browse files
committed
Adding platform docs to README.md
1 parent 7936f14 commit 61d4737

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,18 +21,20 @@ This method requires an iOS 17.5 Simulator to be installed
2121
```
2222
swift run public-api-diff
2323
project
24+
--platform iOS
2425
--new "develop~https://github.com/Adyen/adyen-ios.git"
2526
--old "5.12.0~https://github.com/Adyen/adyen-ios.git"
2627
```
2728

2829
<details><summary><b>--help:</b></summary>
2930

3031
```
31-
USAGE: public-api-diff project --new <new> --old <old> [--scheme <scheme>] [--swift-interface-type <swift-interface-type>] [--output <output>] [--log-output <log-output>] [--log-level <log-level>]
32+
USAGE: public-api-diff project --new <new> --old <old> --platform <platform> [--scheme <scheme>] [--swift-interface-type <swift-interface-type>] [--output <output>] [--log-output <log-output>] [--log-level <log-level>]
3233
3334
OPTIONS:
3435
--new <new> Specify the updated version to compare to
3536
--old <old> Specify the old version to compare to
37+
--platform <platform> The platform to build the project for (iOS/macOS)
3638
--scheme <scheme> [Optional] Which scheme to build (Needed when
3739
comparing 2 xcode projects)
3840
--swift-interface-type <swift-interface-type>

0 commit comments

Comments
 (0)