зеркало из https://github.com/microsoft/TACO.git
Only modify the correct plist file
This commit is contained in:
Родитель
b406ba7112
Коммит
fcdb2c4ca2
|
@ -17,7 +17,8 @@ module.exports = function(projectRoot, platform) {
|
|||
var self = this;
|
||||
this.Remove = function() {
|
||||
var configFolder = path.join(projectRoot, 'platforms', platform, multiPlatforms.getConfigFolder(platform));
|
||||
glob.sync('**/*Info.plist', {
|
||||
// We only want to modify a single plist file, not all of them.
|
||||
glob.sync('*/*Info.plist', {
|
||||
cwd: configFolder,
|
||||
ignore: '*build/**'
|
||||
}).forEach(function(filename) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче