File tree Expand file tree Collapse file tree
docs/docs/docs/getting-started Expand file tree Collapse file tree Original file line number Diff line number Diff 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 ` )
You can’t perform that action at this time.
0 commit comments