File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -21,18 +21,20 @@ This method requires an iOS 17.5 Simulator to be installed
2121```
2222swift 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
3334OPTIONS:
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>
You can’t perform that action at this time.
0 commit comments