We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4b6da7 commit e5ae274Copy full SHA for e5ae274
content/configuration/nativescript.md
@@ -372,9 +372,9 @@ ios.SPMPackages: Array<{
372
repositoryURL: string;
373
version: string;
374
/**
375
- * (8.9+) If you have more targets (like widgets for example),
376
- * you can list their names here to include the Swift Package with them.
377
- */
+ * (8.9+) If you have more targets (like widgets for example),
+ * you can list their names here to include the Swift Package with them.
+ */
378
targets?: string[];
379
}>
380
```
0 commit comments