mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Add comment to pinned platform versions
This commit is contained in:
3
tools/cordova/project.js
vendored
3
tools/cordova/project.js
vendored
@@ -44,6 +44,9 @@ function log(...args) {
|
||||
Console.rawInfo(`%% ${util.format.apply(null, args)}\n`);
|
||||
}
|
||||
|
||||
// We pin platform versions ourselves instead of relying on cordova-lib
|
||||
// so we we can update them independently (e.g. use Cordova iOS 4.0.1
|
||||
// with Cordova 5.4.1)
|
||||
const pinnedPlatformVersions = {
|
||||
'android': '5.0.0',
|
||||
'ios': '4.0.1'
|
||||
|
||||
Reference in New Issue
Block a user