{ "id": "174066", "key": "TIMOB-27358", "fields": { "issuetype": { "id": "4", "description": "An improvement or enhancement to an existing feature or task.", "name": "Improvement", "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": "20827", "name": "Release 8.2.0", "archived": false, "released": true, "releaseDate": "2019-09-19" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2019-09-09T10:05:09.000+0000", "created": "2019-08-27T10:44:05.000+0000", "priority": { "name": "High", "id": "2" }, "labels": [], "versions": [], "issuelinks": [ { "id": "57827", "type": { "id": "10003", "name": "Relates", "inward": "relates to", "outward": "relates to" }, "outwardIssue": { "id": "174077", "key": "TISTUD-9195", "fields": { "summary": "iOS: Use fullname property from certificate information for developer and distribution certificates when using SDK 8.2.0 or higher", "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": "High", "id": "2" }, "issuetype": { "id": "4", "description": "An improvement or enhancement to an existing feature or task.", "name": "Improvement", "subtask": false } } } }, { "id": "57828", "type": { "id": "10003", "name": "Relates", "inward": "relates to", "outward": "relates to" }, "inwardIssue": { "id": "174005", "key": "TIMOB-27330", "fields": { "summary": "Xcode 11: Cannot build to device", "status": { "description": "A resolution has been taken, and it is awaiting verification by reporter. From here issues are either reopened, or are closed.", "name": "Resolved", "id": "5", "statusCategory": { "id": 3, "key": "done", "colorName": "green", "name": "Done" } }, "priority": { "name": "Critical", "id": "1" }, "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false } } } } ], "assignee": { "name": "eharris", "key": "eharris", "displayName": "Ewan Harris", "active": true, "timeZone": "Europe/Dublin" }, "updated": "2019-09-09T10:05:09.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" }, { "id": "10206", "name": "iOS", "description": "iOS Platform" } ], "description": "h5.Description\r\n\r\nApple has introduced a new \"Apple Developer\" certificate that encompasses signing for iOS, MacOS, tvOS, and WatchOS applications. I believe this was the root cause of TIMOB-27330.\r\n\r\nPlaces we need to update:\r\n\r\nTitanium CLI/SDK:\r\n\r\nioslib@v1 - update cert.js to also scan for \"Apple Development\" and \"Apple Distribution\"\r\n\r\nDaemon:\r\n\r\nioslib@v2 & v3: Update the regex to include \"Apple Development\" and \"Apple Distribution\"\r\n\r\nStudio:\r\n\r\nMight need to update the property it uses from the cert object to display in the UI, currently it's possible for two certs to share an identical {{name}} i.e. {{Ewan Harris (EH123J4ST56)}}, so only one appears to be added to the cert list, the only way to differentiate is via the {{fullname}} i.e. {{Apple Distribution: Ewan Harris (EH123J4ST56)} vs {{iPhone Distribution: Ewan Harris (EH123J4ST56)}}", "attachment": [], "flagged": false, "summary": "iOS: Support Apple Developer certificates", "creator": { "name": "eharris", "key": "eharris", "displayName": "Ewan Harris", "active": true, "timeZone": "Europe/Dublin" }, "subtasks": [], "reporter": { "name": "eharris", "key": "eharris", "displayName": "Ewan Harris", "active": true, "timeZone": "Europe/Dublin" }, "environment": null, "closedSprints": [ { "id": 1161, "state": "closed", "name": "2019 Sprint 18", "startDate": "2019-08-26T21:46:26.269Z", "endDate": "2019-09-08T21:46:00.000Z", "completeDate": "2019-09-09T20:39:58.761Z", "originBoardId": 114 } ], "comment": { "comments": [ { "id": "450854", "author": { "name": "eharris", "key": "eharris", "displayName": "Ewan Harris", "active": true, "timeZone": "Europe/Dublin" }, "body": "This might have an impact on Studio as it might need to use a different name on the certs", "updateAuthor": { "name": "eharris", "key": "eharris", "displayName": "Ewan Harris", "active": true, "timeZone": "Europe/Dublin" }, "created": "2019-08-27T13:02:57.000+0000", "updated": "2019-08-27T13:02:57.000+0000" }, { "id": "450859", "author": { "name": "eharris", "key": "eharris", "displayName": "Ewan Harris", "active": true, "timeZone": "Europe/Dublin" }, "body": "ioslib 1_7_X (included in SDK): https://github.com/appcelerator/ioslib/pull/93\r\nioslib 2_X (included in appc cli): https://github.com/appcelerator/ioslib/pull/94\r\nioslib master: https://github.com/appcelerator/ioslib/pull/95\r\n\r\nOnce 1_7_X is merged work can start on the SDK support.\r\nOnce 2_X is merged a new CLI will need to be published", "updateAuthor": { "name": "eharris", "key": "eharris", "displayName": "Ewan Harris", "active": true, "timeZone": "Europe/Dublin" }, "created": "2019-08-27T15:57:54.000+0000", "updated": "2019-08-27T15:57:54.000+0000" }, { "id": "450943", "author": { "name": "eharris", "key": "eharris", "displayName": "Ewan Harris", "active": true, "timeZone": "Europe/Dublin" }, "body": "titanium_mobile: https://github.com/appcelerator/titanium_mobile/pull/11188\r\n\r\nNeed to file a ticket to have Studio prefer \"fullname\"", "updateAuthor": { "name": "eharris", "key": "eharris", "displayName": "Ewan Harris", "active": true, "timeZone": "Europe/Dublin" }, "created": "2019-08-29T14:54:30.000+0000", "updated": "2019-08-29T14:54:30.000+0000" }, { "id": "450967", "author": { "name": "cbarber", "key": "cbarber", "displayName": "Chris Barber", "active": true, "timeZone": "America/Chicago" }, "body": "Published ioslib 1.7.12, 2.5.1, and 3.2.2.", "updateAuthor": { "name": "cbarber", "key": "cbarber", "displayName": "Chris Barber", "active": true, "timeZone": "America/Chicago" }, "created": "2019-08-29T19:54:59.000+0000", "updated": "2019-08-29T19:59:57.000+0000" }, { "id": "451038", "author": { "name": "smohammed", "key": "smohammed", "displayName": "Samir Mohammed", "active": true, "timeZone": "America/Los_Angeles" }, "body": "FR Passed, waiting on Jenkins build. ", "updateAuthor": { "name": "smohammed", "key": "smohammed", "displayName": "Samir Mohammed", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2019-09-03T10:37:47.000+0000", "updated": "2019-09-03T10:37:47.000+0000" }, { "id": "451050", "author": { "name": "cwilliams", "key": "cwilliams", "displayName": "Christopher Williams", "active": true, "timeZone": "America/New_York" }, "body": "Merged to master for 8.2.0", "updateAuthor": { "name": "cwilliams", "key": "cwilliams", "displayName": "Christopher Williams", "active": true, "timeZone": "America/New_York" }, "created": "2019-09-03T16:57:24.000+0000", "updated": "2019-09-03T16:57:24.000+0000" }, { "id": "451059", "author": { "name": "lchoudhary", "key": "lchoudhary", "displayName": "Lokesh Choudhary", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Verified the fix in SDK 8.2.0.v20190903100931.\r\nClosing.\r\n", "updateAuthor": { "name": "lchoudhary", "key": "lchoudhary", "displayName": "Lokesh Choudhary", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2019-09-03T18:19:34.000+0000", "updated": "2019-09-03T18:19:34.000+0000" }, { "id": "451120", "author": { "name": "smohammed", "key": "smohammed", "displayName": "Samir Mohammed", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Re-opening. When distributing with an iPhone cert the apple cert seems to be used instead. \r\n\r\n{code:java}\r\n[TRACE] error: Provisioning profile \"Any App AppStore Distribution\" doesn't include signing certificate \"Apple Distribution: Michael Asher (WY35J6ST95)\". (in target 'aaaa' from project 'aaaa')\r\n{code}\r\n\r\n*Test Steps*\r\n# Have both iphone and Apple Certs\r\n# Run the following command \r\n{code:java}\r\nappc run -p ios -T dist-appstore -I 13.0 -l trace\r\n{code}\r\n# Select the iphone distribution cert\r\n\r\n", "updateAuthor": { "name": "smohammed", "key": "smohammed", "displayName": "Samir Mohammed", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2019-09-05T14:08:34.000+0000", "updated": "2019-09-05T14:22:02.000+0000" }, { "id": "451121", "author": { "name": "cbarber", "key": "cbarber", "displayName": "Chris Barber", "active": true, "timeZone": "America/Chicago" }, "body": "[~smohammed] It sounds like you need to add the Apple Distribution cert to the provisioning profile.", "updateAuthor": { "name": "cbarber", "key": "cbarber", "displayName": "Chris Barber", "active": true, "timeZone": "America/Chicago" }, "created": "2019-09-05T14:17:29.000+0000", "updated": "2019-09-05T14:17:29.000+0000" }, { "id": "451150", "author": { "name": "eharris", "key": "eharris", "displayName": "Ewan Harris", "active": true, "timeZone": "Europe/Dublin" }, "body": "Ok lets try this again\r\n\r\nPR: https://github.com/appcelerator/titanium_mobile/pull/11198\r\n\r\nI need to file a PR to update the watchos sample as that is outdated and doesn't have the required things to pass along provisioning profiles correctly", "updateAuthor": { "name": "eharris", "key": "eharris", "displayName": "Ewan Harris", "active": true, "timeZone": "Europe/Dublin" }, "created": "2019-09-05T22:42:35.000+0000", "updated": "2019-09-05T22:42:35.000+0000" }, { "id": "451161", "author": { "name": "smohammed", "key": "smohammed", "displayName": "Samir Mohammed", "active": true, "timeZone": "America/Los_Angeles" }, "body": "PR merged for Master, will be merged in 8_3_X at a later date. ", "updateAuthor": { "name": "smohammed", "key": "smohammed", "displayName": "Samir Mohammed", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2019-09-06T15:31:42.000+0000", "updated": "2019-09-06T15:31:42.000+0000" }, { "id": "451204", "author": { "name": "smohammed", "key": "smohammed", "displayName": "Samir Mohammed", "active": true, "timeZone": "America/Los_Angeles" }, "body": "*Closing ticket* Improvement verified in SDK version {{8.2.0.v20190906140307}}.\r\n\r\n*Test and other information can be found at:*\r\nhttps://github.com/appcelerator/titanium_mobile/pull/11198\r\nhttps://github.com/appcelerator/titanium_mobile/pull/11188", "updateAuthor": { "name": "smohammed", "key": "smohammed", "displayName": "Samir Mohammed", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2019-09-09T10:04:55.000+0000", "updated": "2019-09-09T10:04:55.000+0000" } ], "maxResults": 14, "total": 14, "startAt": 0 } } }