ionic-team / ionic-team/trapeze
Add a file to XCode Project (e.g., GoogleService-Info.plist)?
Open
- Dominant language
- TypeScript
- Stars
- 377
- Forks
- 50
- Avg merge
- 1m
- Merged PRs (30d)
- 1
Description
Hi,
I'm wondering if there is a way to add a file to XCode project programmatically? Using `copy` is not sufficient, as XCode does not automatically recognize the new file in its folder. Thanks!
```
platforms:
ios:
targets:
App:
copy:
- src: ../firebase/GoogleService-Info.plist
dest: App/GoogleService-Info.plist
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.