RESOLVED FIXED 234329
Actually use adattributiond.entitlements when code signing adattributiond
https://bugs.webkit.org/show_bug.cgi?id=234329
Summary Actually use adattributiond.entitlements when code signing adattributiond
Alex Christensen
Reported 2021-12-14 18:11:32 PST
Actually use adattributiond.entitlements when code signing adattributiond
Attachments
Patch (2.18 KB, patch)
2021-12-14 18:15 PST, Alex Christensen
no flags
Patch (2.21 KB, patch)
2021-12-14 18:17 PST, Alex Christensen
no flags
Alex Christensen
Comment 1 2021-12-14 18:15:51 PST
Alex Christensen
Comment 2 2021-12-14 18:17:02 PST
Tim Horton
Comment 3 2021-12-14 18:19:50 PST
Comment on attachment 447188 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=447188&action=review > Source/WebKit/Configurations/adattributiond.xcconfig:34 > +WK_CODE_SIGN_FLAGS_iphoneos = --entitlements $(WK_PROCESSED_XCENT_FILE); Do you not want CODE_SIGN_ENTITLEMENTS instead?
Alex Christensen
Comment 4 2021-12-14 21:50:13 PST
Using CODE_SIGN_ENTITLEMENTS causes a build failure, something about a dependency problem. I think that is to be used when the entitlements file is in the repo, but here the entitlements file is generated in the temporary directory.
EWS
Comment 5 2021-12-15 13:08:04 PST
Committed r287100 (245289@main): <https://commits.webkit.org/245289@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 447188 [details].
Radar WebKit Bug Importer
Comment 6 2021-12-15 13:09:15 PST
Note You need to log in before you can comment on or make changes to this bug.