From 8b858f3051798e5c2d05df3c675f433a81f5c674 Mon Sep 17 00:00:00 2001 From: uhooi Date: Thu, 10 Feb 2022 10:45:07 +0900 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 16d65244..569aa2a8 100644 --- a/README.md +++ b/README.md @@ -110,7 +110,7 @@ You can see options by `license-plist --help`. - Default: `Package.swift` - `LicensePlist` tries to find `YourProjectName.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved` and `YourProjectName.xcworkspace/xcshareddata/swiftpm/Package.resolved`, then uses new one. -### `--xcodeproj-path` +#### `--xcodeproj-path` - Default: `"*.xcodeproj"` - By specifiying the path to the `.xcodeproj` `LicensePlist` will attempt to load the `Package.resolved` from that Xcode project. If you specify `somedir/*.xcodeproj` then `LicensePlist` will load from the first `xcodeproj` it finds in `somedir`.