Skip to content
This repository was archived by the owner on Apr 4, 2023. It is now read-only.

Commit 904fcfe

Browse files
author
Juras Norkus
committed
fix: google-utilities cocoapods dependency
#924
1 parent e25c03f commit 904fcfe

File tree

1 file changed

+23
-23
lines changed

1 file changed

+23
-23
lines changed

src/scripts/postinstall.js

+23-23
Original file line numberDiff line numberDiff line change
@@ -2730,28 +2730,28 @@ function read (opts, cb) {
27302730
\***********************************/
27312731
/***/ (function(module, exports) {
27322732

2733-
module.exports = function(module) {
2734-
if(!module.webpackPolyfill) {
2735-
module.deprecate = function() {};
2736-
module.paths = [];
2737-
// module.parent = undefined by default
2738-
if(!module.children) module.children = [];
2739-
Object.defineProperty(module, "loaded", {
2740-
enumerable: true,
2741-
get: function() {
2742-
return module.l;
2743-
}
2744-
});
2745-
Object.defineProperty(module, "id", {
2746-
enumerable: true,
2747-
get: function() {
2748-
return module.i;
2749-
}
2750-
});
2751-
module.webpackPolyfill = 1;
2752-
}
2753-
return module;
2754-
};
2733+
module.exports = function(module) {
2734+
if(!module.webpackPolyfill) {
2735+
module.deprecate = function() {};
2736+
module.paths = [];
2737+
// module.parent = undefined by default
2738+
if(!module.children) module.children = [];
2739+
Object.defineProperty(module, "loaded", {
2740+
enumerable: true,
2741+
get: function() {
2742+
return module.l;
2743+
}
2744+
});
2745+
Object.defineProperty(module, "id", {
2746+
enumerable: true,
2747+
get: function() {
2748+
return module.i;
2749+
}
2750+
});
2751+
module.webpackPolyfill = 1;
2752+
}
2753+
return module;
2754+
};
27552755

27562756

27572757
/***/ }),
@@ -3122,7 +3122,7 @@ function writePodFile(result) {
31223122
}
31233123
try {
31243124
fs.writeFileSync(directories.ios + '/Podfile',
3125-
`pod 'Firebase/Core', '~> 5.6.0'
3125+
`pod 'Firebase/Core', '~> 5.8.1'
31263126
31273127
# Authentication
31283128
` + (!isPresent(result.authentication) || isSelected(result.authentication) ? `` : `#`) + `pod 'Firebase/Auth'

0 commit comments

Comments
 (0)