Wizard: fix not created by default xcode framework in shared module

the runForXcode task is not generating xcode framework
if there is no source files in shared module
This commit is contained in:
Ilya Kirillov
2020-04-27 17:42:29 +03:00
parent 47125553cb
commit 6a9a97006b
5 changed files with 51 additions and 8 deletions
@@ -0,0 +1,2 @@
// This file is needed because the packForXcode task requires the source code to be present to generate the XCode framework.
// Feel free to remove this file as soon as you have created some code in this source set.