Open Dr-Zhi opened 1 year ago
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!
copy
platforms: ios: targets: App: copy: - src: ../firebase/GoogleService-Info.plist dest: App/GoogleService-Info.plist
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!