Re: XCode codesigns my App but Gatekeeper says "unidentified developer" nonetheless
Re: XCode codesigns my App but Gatekeeper says "unidentified developer" nonetheless
- Subject: Re: XCode codesigns my App but Gatekeeper says "unidentified developer" nonetheless
- From: Filhol Alain <email@hidden>
- Date: Wed, 08 Feb 2017 14:28:00 +0100
- Ironport-phdr: 9a23:nm+ucByULZR9FD7XCy+O+j09IxM/srCxBDY+r6Qd1O4XIJqq85mqBkHD//Il1AaPBtSHraIewLeO+4nbGkU4qa6bt34DdJEeHzQksu4x2zIaPcieFEfgJ+TrZSFpVO5LVVti4m3peRMNQJW2aFLduGC94iAPERvjKwV1Ov71GonPhMiryuy+4ZPebgFHiTanYr5+Mhq6oAXNusILnYZsN6E9xwfTrHBVYepW32RoJVySnxb4+Mi9+YNo/jpTtfw86cNOSL32cKskQ7NWCjQmKH0169bwtRbfVwuP52ATXXsQnxFVHgXK9hD6XpP2sivnqupw3TSRMMPqQbwoXzmp8qFmQwLqhigaLT406GHZhdB/g6xGrhyhqQJxzIzXbo+SL/dxZL/RfdYASGpBQspcVSpMCZ68YYsVCOoBOP5VoYn8p1sKrRu+Ag2sD/7zxz9MnHD23Ks62PkmHAHI3QwgG9IOsHPQrNjuNacSVeS1wLPWwjXedv5b3yr25obPchAku/6MXLRwfNLLxkk3DwPFikufpZb5MDOS0+QAtXWQ4el4Ve+3lmIqrwF8riKsy8oikIXFm5wZx1Le+Slk3oo4Idu1Q1Nhb9G+CptfrSSaOpNzQsMlXm5npj43yqYDuZ6nZCgKz4knxwLHZ/yHbYeI5hXjWf6UIThihXJlfLy/hwy18Uim1u3wS9O40FdOripBiNXMuGoN2wTS6siBVPR94l+s1SuL2g3T8O1JIk45mbDGJ5I/wLM8jIcfvVrHEyPunUX5lq6WdkEq+uiy7OTnZ63rppGdN49wigH+NaAul9e+AeQ8NggCRXaU+fmk2L354UL5WKlKjuExkqTBsZ/VOcMbqbOnDANMz4Yj8AiwDy290NkDmXkHLUlFeA6cj4TzIV7OOOj4DfOhjFi2jDhrwPXGbfXdBcD9JX/PnfL8Zrtn8GZYyREv1pZW/4pQB/cKJ/egdFX2sYn2Dxs5NAj86uLuCdM1go0fXWKIBoeYNKeUvELetbFnGPWFeIJA4GW1EPMi/fO71XI=
Thank you very much Saagar,
Now that you pointed at me the good lines of the document below, I remember I already read it but then forgot it.
Store Python, Perl, shell, and other script files, and other non-Mach-O executables in your app’s Contents/Resources directory. While it’s possible to sign such executables and store them in Contents/MacOS, this is not recommended. This is because code signing uses extended attributes to store signatures in non-Mach-O executables such as script files.
With Xcode 7 you could place .sh and .scpt files in the folder MacOS and have them correctly signed. Clearly Xcode 8 is more strict about that rule which is written but was not applied until now.
The bad point is that the archive verification tool of Xcode does not complain at all with misplaced files. The signing is performed but with the wrong certificate. In other word you cannot trust Xcode 8 when it says that the signing was successful.
All the best Alain Filhol
|
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden