From d3dfa0700b95453bd35333fd85ec20da4dbf69b6 Mon Sep 17 00:00:00 2001 From: Orta Date: Fri, 7 Apr 2017 16:26:07 +0100 Subject: [PATCH] Updates the Xcode 8 installation step --- INSTALL_Xcode8.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/INSTALL_Xcode8.md b/INSTALL_Xcode8.md index 1b1e9822..641cd2c6 100644 --- a/INSTALL_Xcode8.md +++ b/INSTALL_Xcode8.md @@ -12,12 +12,12 @@ Since Apple decided not to load 3rd party plugins, we have to make change to it. 2.2 Select Create a Certificate ( in KeyChain Access -> Certificate Assistant ) - ![Keychaing1](Documents/Images/Keychain1.png) + ![Keychaing1](Documents/Images/Keychain1.png) 2.3 Input your name (whatever you like) and select "Code Signing" for Certificate Type. Not required but the name is used later in a command line so it could be better to use easily distinguishable name here (I use XcodeSigner here). - ![Keychaing2](Documents/Images/Keychain2.png) + ![Keychaing2](Documents/Images/Keychain2.png) Now you have a certificate to code sign.