{ "id": "117771", "key": "TIMOB-14698", "fields": { "issuetype": { "id": "2", "description": "A new feature of the product, which has yet to be developed.", "name": "New Feature", "subtask": false }, "project": { "id": "10153", "key": "TIMOB", "name": "Titanium SDK/CLI", "projectCategory": { "id": "10100", "description": "Titanium and related SDKs used in application development", "name": "Client" } }, "fixVersions": [ { "id": "15564", "description": "2013 Sprint 15 API", "name": "2013 Sprint 15 API", "archived": true, "released": true, "releaseDate": "2013-07-29" }, { "id": "15567", "description": "2013 Sprint 15", "name": "2013 Sprint 15", "archived": true, "released": true, "releaseDate": "2013-07-29" }, { "id": "15479", "description": "Release 3.1.2", "name": "Release 3.1.2", "archived": true, "released": true, "releaseDate": "2013-07-31" }, { "id": "15593", "description": "Release 3.1.3", "name": "Release 3.1.3", "archived": true, "released": true, "releaseDate": "2013-09-18" }, { "id": "14982", "description": "Release 3.2.0", "name": "Release 3.2.0", "archived": false, "released": true, "releaseDate": "2013-12-19" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2013-08-02T22:36:58.000+0000", "created": "2013-07-30T18:14:29.000+0000", "priority": { "name": "Critical", "id": "1" }, "labels": [ "ios7" ], "versions": [ { "id": "15479", "description": "Release 3.1.2", "name": "Release 3.1.2", "archived": true, "released": true, "releaseDate": "2013-07-31" } ], "issuelinks": [ { "id": "30499", "type": { "id": "10001", "name": "Cloners", "inward": "is cloned into", "outward": "is cloned from" }, "outwardIssue": { "id": "117374", "key": "TIMOB-14608", "fields": { "summary": "iOS 7: Icon architecture changes required for iOS 7", "status": { "description": "The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.", "name": "Closed", "id": "6", "statusCategory": { "id": 3, "key": "done", "colorName": "green", "name": "Done" } }, "priority": { "name": "Critical", "id": "1" }, "issuetype": { "id": "2", "description": "A new feature of the product, which has yet to be developed.", "name": "New Feature", "subtask": false } } } }, { "id": "30500", "type": { "id": "10002", "name": "Duplicate", "inward": "is duplicated by", "outward": "duplicates" }, "inwardIssue": { "id": "117460", "key": "TIMOB-14618", "fields": { "summary": "iOS: Investigate the new iOS 7 icons and splash screen changes", "status": { "description": "The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.", "name": "Closed", "id": "6", "statusCategory": { "id": 3, "key": "done", "colorName": "green", "name": "Done" } }, "priority": { "name": "Low", "id": "4" }, "issuetype": { "id": "2", "description": "A new feature of the product, which has yet to be developed.", "name": "New Feature", "subtask": false } } } } ], "assignee": { "name": "srahim", "key": "srahim", "displayName": "Sabil Rahim", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2013-08-28T23:36:43.000+0000", "status": { "description": "The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.", "name": "Closed", "id": "6", "statusCategory": { "id": 3, "key": "done", "colorName": "green", "name": "Done" } }, "components": [ { "id": "10206", "name": "iOS", "description": "iOS Platform" }, { "id": "10207", "name": "Tooling" } ], "description": "h5. Description:\r\niOS 7 changes the way icon files are handled. With iOS 6, the titanium build process would look for the main icon (selected via studio) and then look for the naming-convention compliant other icon files and generate the appropriate plist entries.\r\n\r\nWith iOS 7, files need not be named in any particular way (perhaps the naming convention was not needed earlier but remained in our builds), and the OS chooses the most appropriate icon based on size. \r\n\r\nThe problem is that since our build process looks for the appropriately named files (appicon.png, appicon@2x.png, appicon-small.png, etc...) starting with the selected icon in studio, other icon files are not included. For projects supporting iOS 6 and iOS 7, it's easy enough to create the numerous icons required, but no way to include them in the plist unless it's done manually. If selecting \"appicon.png\" (57 x 57 non-retina iPhone) in such a project with the 18 icons required for a universal app support iOS 6 & 7 (some are required, some optional, and some recommended) when running on iOS 6, all will be as expected. Running this on iOS 7 iPhone 5 will show you the nearest to the 120 x 120 icon, which in this case is the iOS 6 retina iPad icon at 114 x 114. This is because the new icons will not be included in the info.plist.\r\n\r\nSelecting one of the new iOS 7-sized icons will only include that single icon in the plist, since the other files do not have the expected naming convention. \r\n\r\nWe must find a way to support generating an info.plist that includes the expected icons, especially in cases where iOS 6 and 7 are to be supported.\r\n\r\nh5. Steps to reproduce:\r\n1) Create a project including the 18 icons for primary support of iOS 6 and 7\r\nA combination of fruit and other icons are attached. Fruit are iOS 6-sized, and the others are iOS 7-sized.\r\n2) Select an icon in your tiapp.xml editor\r\n3) run on iPhone retina, iPad retina, iPad non-retina (Non-retina iPhones and iPod are not supported in iOS 7 as far as I can tell.)\r\n\r\nh5. Result:\r\nIf selecting an iOS 7-sized Icon, only that icon will appear in the plist and subsequently on device.\r\nIf selecting an iOS 6-sized icon, that file plus any icons following the iOS naming convention will appear in the plist, and whatever is appropriate for the device will be shown for settings, search, and home screen icon.\r\n\r\nh5. Expected Result:\r\niOS 7 icons all copied over and these icons shown in appropriate locations\r\n\r\nh5. Notes:\r\nCheck here for Icon info (log in to developer account)\r\nhttps://developer.apple.com/library/prerelease/ios/documentation/UserExperience/Conceptual/MobileHIG/MobileHIG.pdf\r\n", "attachment": [ { "id": "41149", "filename": "Archive.zip", "author": { "name": "oromero", "key": "oromero", "displayName": "Olga Romero", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-07-30T18:14:29.000+0000", "size": 5230706, "mimeType": "application/zip" } ], "flagged": false, "summary": "iOS7: Icon architecture - need support for high resolution (152x152) and standard resolution (76x76) app icons", "creator": { "name": "emerriman", "key": "emerriman", "displayName": "Eric Merriman ", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "emerriman", "key": "emerriman", "displayName": "Eric Merriman ", "active": true, "timeZone": "America/Los_Angeles" }, "environment": "Mac OS 10.8.4\r\nXcode 5 beta 4\r\nCLI: 3.1.1\r\nAppcelerator Studio, build: 3.1.2.201307261628\r\nTitanium SDK version 3.1.2.v20130730094858", "comment": { "comments": [ { "id": "264540", "author": { "name": "srahim", "key": "srahim", "displayName": "Sabil Rahim", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Master PR :: https://github.com/appcelerator/titanium_mobile/pull/4525\n3_1_X PR :: https://github.com/appcelerator/titanium_mobile/pull/4501\n\nIntroducing two new icons appicon-76 & -76@2x.png\n\nh4.Testing Instruction\n\nAccording to apple in iOS 7 all we have to do include all the icons needed in the build project and include them in the CFBundleIconFiles inside info.plist\n\nh4.Steps.\n\n- Import this [project|https://dl.dropboxusercontent.com/u/43336767/icontest.zip] into studio\n- Build for device.\n- find the build .ipa ,rename it to .zip and open it up.\n- Check to verify that all the icons are inside the build folder\n- Check to verify that all the icons inside the build folder are mentioned inside the inside info.plist", "updateAuthor": { "name": "srahim", "key": "srahim", "displayName": "Sabil Rahim", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-08-01T21:22:19.000+0000", "updated": "2013-08-01T21:22:19.000+0000" }, { "id": "268772", "author": { "name": "lokeshchdhry", "key": "lokeshchdhry", "displayName": "Lokesh Choudhary", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Verified the fix & now we can see the two new icons appicon-76 & -76@2x.png in the build folder & info.plist file.\r\nClosing\r\n\r\nEnvironment:\r\nAppcel Studio : 3.1.3.201308252005\r\nTi SDK : 3.1.3.v20130828144312\r\nMac OSX : 10.8.4", "updateAuthor": { "name": "lokeshchdhry", "key": "lokeshchdhry", "displayName": "Lokesh Choudhary", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2013-08-28T23:36:43.000+0000", "updated": "2013-08-28T23:36:43.000+0000" } ], "maxResults": 2, "total": 2, "startAt": 0 } } }