[TIMOB-11990] CLI: iTunesArtwork when placed into the Studio project root directory is not being copied correctly
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2012-12-07T23:27:32.000+0000 |
Affected Version/s | Release 3.0.0 |
Fix Version/s | Release 3.1.0, 2012 Sprint 25, 2012 Sprint 25 JS |
Components | CLI |
Labels | 3.0.0.rc2, qe-cli, qe-port, regression |
Reporter | Eric Merriman |
Assignee | Chris Barber |
Created | 2012-12-07T00:58:42.000+0000 |
Updated | 2012-12-07T23:27:32.000+0000 |
Description
While testing packaging with icons and artwork, iTunesArtwork PNG when placed in the project /resources/iphone folder works, but when placing it in the root of project does not get copied into the ipa correctly.
This does not occur with 2.1.4 GA
Steps to reproduce:
1) Create a project with a 512x512 image in png format called "iTunesArtwork" at the root of the project with the ".png" removed from the name via either the finder or studio rename.
2) Package for adhoc or distribution
2.1) if Distribution, re-sign from the archive with an ad-hoc provision
3) Drop the file into iTunes and check the icon
Result:
The icon is missing
Expected:
The icon is present
Master pull request: https://github.com/appcelerator/titanium_mobile/pull/3551 3.0.x pull request: https://github.com/appcelerator/titanium_mobile/pull/3552
Verified fixed with: SDK: 3.0.0.v20121207120202 Titanium Studio, build: 3.0.0.201212061921 Mac OS X 10.8.2 Xcode 4.5.2 CLI: 3.0.20 iTunesArtwork Placed at the root or in /resources/iphone work as expected.
Reopening to fix labels.