Skip to content

Commit

Permalink
BUILDBOT: Switch iPhone builds back to tar.bz2 packaging.
Browse files Browse the repository at this point in the history
This is as per a user request as tar.xz can not be decompressed
directly on iOS devices, so required an intermediate desktop device
to install these builds.

Other tar formats such as bz2 can be reportedly decompressed fine
using iFile etc.
  • Loading branch information
digitall committed Apr 20, 2014
1 parent c636bdd commit 19efafd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions config/master.cfg
Expand Up @@ -567,7 +567,7 @@ p = {
"env": scumm_env_iphone,
"disttarget": "iphonebundle",
"package": [ "ScummVM.app" ],
"archive_format": "tar.xz"
"archive_format": "tar.bz2"
}

scumm_platforms_master["iphone"] = p
Expand All @@ -590,7 +590,7 @@ p = {
"env": scumm_env_iphone_clang,
"disttarget": "iphonebundle",
"package": [ "ScummVM.app" ],
"archive_format": "tar.xz"
"archive_format": "tar.bz2"
}

scumm_platforms_master["iphone-clang"] = p
Expand Down

0 comments on commit 19efafd

Please sign in to comment.