Skip to content

Commit

Permalink
Merge pull request #7720 from cb1kenobi/timob-20393_5_2_X
Browse files Browse the repository at this point in the history
[TIMOB-20393] Removed launch screen min version check since it makes no sense.
  • Loading branch information
cheekiatng committed Feb 15, 2016
2 parents b605639 + 98ffc4e commit edecb10
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions iphone/cli/commands/_build.js
Original file line number Diff line number Diff line change
Expand Up @@ -4932,13 +4932,6 @@ iOSBuilder.prototype.copyResources = function copyResources(next) {

fs.existsSync(launchImageDir) || wrench.mkdirSyncRecursive(launchImageDir);

Object.keys(lookup).forEach(function (key) {
if (appc.version.lt(this.minIosVer, lookup[key].minSysVer)) {
// remove unsupported
delete lookup[key];
}
}, this);

Object.keys(launchImages).forEach(function (filename) {
var info = launchImages[filename],
meta = lookup[filename];
Expand Down

0 comments on commit edecb10

Please sign in to comment.