{ "id": "106595", "key": "TIMOB-12105", "fields": { "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "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": "14161", "description": "Release 3.0.1", "name": "Release 3.0.1", "archived": true, "released": true, "releaseDate": "2013-02-19" }, { "id": "14162", "description": "Release 3.1.0", "name": "Release 3.1.0", "archived": true, "released": true, "releaseDate": "2013-04-16" }, { "id": "14789", "description": "2012 Sprint 26 JS", "name": "2012 Sprint 26 JS", "archived": true, "released": true, "releaseDate": "2012-12-31" }, { "id": "14786", "description": "2012 Sprint 26", "name": "2012 Sprint 26", "archived": true, "released": true, "releaseDate": "2012-12-31" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2012-12-18T20:40:34.000+0000", "created": "2012-12-15T23:22:15.000+0000", "priority": { "name": "Critical", "id": "1" }, "labels": [ "triage" ], "versions": [ { "id": "13505", "description": "Release 3.0.0", "name": "Release 3.0.0", "archived": true, "released": true, "releaseDate": "2012-12-14" } ], "issuelinks": [], "assignee": { "name": "cbarber", "key": "cbarber", "displayName": "Chris Barber", "active": true, "timeZone": "America/Chicago" }, "updated": "2013-01-18T02:45:33.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": "13103", "name": "CLI", "description": "Node-based command line interface" } ], "description": "If the app has an section in the tiapp.xml or custom Info.plist file that has a entry where the value is a , an error is thrown because the destination is undefined.", "attachment": [], "flagged": false, "summary": "CLI: iOS: plist entries that contain dictionary values cause error", "creator": { "name": "cbarber", "key": "cbarber", "displayName": "Chris Barber", "active": true, "timeZone": "America/Chicago" }, "subtasks": [], "reporter": { "name": "cbarber", "key": "cbarber", "displayName": "Chris Barber", "active": true, "timeZone": "America/Chicago" }, "environment": "Titanium SDK 3.0.0.GA", "comment": { "comments": [ { "id": "231576", "author": { "name": "cbarber", "key": "cbarber", "displayName": "Chris Barber", "active": true, "timeZone": "America/Chicago" }, "body": "Master pull request: https://github.com/appcelerator/titanium_mobile/pull/3605\n3.0.x pull request: https://github.com/appcelerator/titanium_mobile/pull/3606", "updateAuthor": { "name": "cbarber", "key": "cbarber", "displayName": "Chris Barber", "active": true, "timeZone": "America/Chicago" }, "created": "2012-12-15T23:27:46.000+0000", "updated": "2012-12-15T23:27:46.000+0000" }, { "id": "231903", "author": { "name": "cbarber", "key": "cbarber", "displayName": "Chris Barber", "active": true, "timeZone": "America/Chicago" }, "body": "Test case:\n\n{code}\n\n 4.3\n \n \n UIPrerenderedIcon\n \n UIStatusBarStyle\n UIStatusBarStyleBlackOpaque\n UISupportedInterfaceOrientations\n \n UIInterfaceOrientationPortrait\n UIInterfaceOrientationPortraitUpsideDown\n \n UISupportedInterfaceOrientations~ipad\n \n UIInterfaceOrientationPortrait\n UIInterfaceOrientationPortraitUpsideDown\n UIInterfaceOrientationLandscapeLeft\n UIInterfaceOrientationLandscapeRight\n \n CFBundleIcons\n \n CFBundlePrimaryIcon\n \n CFBundleIconFiles\n \n appicon.png\n appicon@2x.png\n appicon-72.png\n appicon-72@2x.png\n appicon-Small-50.png\n appicon-Small-50@2x.png\n appicon-Small.png\n appicon-Small@2x.png\n \n UIPrerenderedIcon\n \n \n \n \n \n\n{code}", "updateAuthor": { "name": "cbarber", "key": "cbarber", "displayName": "Chris Barber", "active": true, "timeZone": "America/Chicago" }, "created": "2012-12-18T20:31:03.000+0000", "updated": "2012-12-18T20:31:03.000+0000" }, { "id": "232104", "author": { "name": "ingo", "key": "ingo", "displayName": "Ingo Muschenetz", "active": true, "timeZone": "America/Los_Angeles" }, "body": "For those experiencing the issue, please download the following build of the SDK:\n\n* OSX: http://nightlies.s3.amazonaws.com/mobile/mobilesdk-3.0.1.v20121218130634-osx.zip\n* Linux: http://nightlies.s3.amazonaws.com/mobile/mobilesdk-3.0.1.v20121218130634-linux.zip\n* Windows: http://nightlies.s3.amazonaws.com/mobile/mobilesdk-3.0.1.v20121218130634-win32.zip\n\nYou may install these manually into your SDK folder, or using Studio's *Help > Install Titanium SDK...* menu option", "updateAuthor": { "name": "ingo", "key": "ingo", "displayName": "Ingo Muschenetz", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2012-12-20T04:15:53.000+0000", "updated": "2012-12-20T04:15:53.000+0000" }, { "id": "234893", "author": { "name": "pmishra", "key": "pmishra", "displayName": "Paras Mishra", "active": true, "timeZone": "Asia/Kolkata" }, "body": "Application build and executed successfully when it has section in the tiapp.xml.\r\n\r\nVerified on :\r\nSDK version: 3.0.1.v20130111165328 , 3.1.0.v20130111163212\r\nCLI version : 3.0.22\r\nOS : MAC OSX 10.7.5\r\nXCode : 4.5.1\r\n", "updateAuthor": { "name": "pmishra", "key": "pmishra", "displayName": "Paras Mishra", "active": true, "timeZone": "Asia/Kolkata" }, "created": "2013-01-18T02:45:33.000+0000", "updated": "2013-01-18T02:45:33.000+0000" } ], "maxResults": 4, "total": 4, "startAt": 0 } } }