Skip to content

Commit 57e59d3

Browse files
committed
update Readme
1 parent a041f44 commit 57e59d3

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,13 @@ The script for an app should look like:
2727
```
2828
"${SRCROOT}/Submodules/SMF-iOS-CommonProjectSetupFiles/setup-common-project-files.sh" --buildconfig "${CONFIGURATION}" --targettype "${PRODUCT_TYPE}"
2929
```
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+
3037
If you're developing on a framework use this line on the all of your Unit Test targets:
3138

3239
```

0 commit comments

Comments
 (0)