Commit 75c2121
committed
Fix baseConfig option for iOS
When `--baseConfig` option is used for `tns platform add ios`, the command fails with ENOTEMPTY.
The reason is that we copy the baseConfig file before creating correct directories and when we try to rename __PROJECT_NAME__ dir to real project name, it fails as we have already created this dir.1 parent f7971c1 commit 75c2121
2 files changed
+7
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
116 | | - | |
117 | | - | |
118 | | - | |
119 | | - | |
120 | | - | |
121 | 116 | | |
122 | 117 | | |
123 | 118 | | |
| |||
128 | 123 | | |
129 | 124 | | |
130 | 125 | | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
131 | 132 | | |
132 | 133 | | |
133 | 134 | | |
| |||
0 commit comments