Skip to content

Commit e3f2ab8

Browse files
committed
docs: add appTargetName
1 parent 540982c commit e3f2ab8

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

docs/docs/docs/getting-started/expo.mdx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,7 @@ You can pass plugin options through the second item in the `plugins` tuple in `a
173173
"@callstack/react-native-brownfield",
174174
{
175175
"ios": {
176+
"appTargetName": "MyApp",
176177
"frameworkName": "MyBrownfieldLib",
177178
"bundleIdentifier": "com.example.app.brownfield",
178179
...
@@ -190,6 +191,13 @@ You can pass plugin options through the second item in the `plugins` tuple in `a
190191

191192
### iOS
192193

194+
- `appTargetName` (`string`, optional)
195+
- Name of the iOS Application Target.
196+
197+
> If not provided, the plugin will try to determine the application target name from the Xcode project.
198+
>
199+
> Auto-detection works only when there is exactly one iOS application target.
200+
193201
- `frameworkName` (`string`, default: `"BrownfieldLib"`)
194202
- Name of the generated framework. This is also used as the XCFramework name.
195203
- `bundleIdentifier` (`string`, default: app bundle identifier + `.brownfield`)

0 commit comments

Comments
 (0)