mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
chore: fix copying of pod file (#7612)
This commit is contained in:
@@ -237,7 +237,7 @@ module.exports = function (grunt) {
|
||||
},
|
||||
platformsFiles: {
|
||||
expand: true,
|
||||
src: "tns-core-modules/platforms/**/*.*",
|
||||
src: "tns-core-modules/platforms/**/*",
|
||||
dest: localCfg.outDir + "/"
|
||||
},
|
||||
apps: {
|
||||
|
||||
Reference in New Issue
Block a user