Skip to content

Commit 4cf23f3

Browse files
committed
fix: publish grunt script for Podfile
1 parent 0787e2e commit 4cf23f3

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

gruntfile.js

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,7 @@ module.exports = function (grunt) {
3131
},
3232
podfile: {
3333
src: "platforms/ios/Podfile",
34-
dest: localConfig.outDir,
35-
options: {
36-
process: function (content, srcPath) {
37-
return content.substring(content.indexOf("\n") + 1)
38-
}
39-
}
34+
dest: localConfig.outDir
4035
},
4136
readme: {
4237
src: "README.md",

0 commit comments

Comments
 (0)