We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a041f44 commit 57e59d3Copy full SHA for 57e59d3
1 file changed
README.md
@@ -27,6 +27,13 @@ The script for an app should look like:
27
```
28
"${SRCROOT}/Submodules/SMF-iOS-CommonProjectSetupFiles/setup-common-project-files.sh" --buildconfig "${CONFIGURATION}" --targettype "${PRODUCT_TYPE}"
29
30
+
31
+If the App uses SwiftUI, this call should be used:
32
33
+```
34
+"${SRCROOT}/Submodules/SMF-iOS-CommonProjectSetupFiles/setup-common-project-files.sh" --buildconfig "${CONFIGURATION}" --targettype "${PRODUCT_TYPE}" --SwiftUI
35
36
37
If you're developing on a framework use this line on the all of your Unit Test targets:
38
39
0 commit comments