Changes between Initial Version and Version 1 of Ticket #55195, comment 6


Ignore:
Timestamp:
Oct 30, 2017, 5:06:48 PM (7 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #55195, comment 6

    initial v1  
    22
    33Here are the output of the 2 variables of the fixe #54044
    4 "
    5 mbp-loasis:openconnect-gui-1.3 loasis$ '''sdkparam'''=`xcodebuild -showsdks | awk '/^$/{p=0};p; /macOS SDKs:/{p=1}' | tail -1 | cut -f3` ; echo $sdkparam
    6 '''-sdk macosx10.13'''
    7 mbp-loasis:openconnect-gui-1.3 loasis$ '''sdkpath'''=`xcodebuild -version $sdkparam Path` ; echo $sdkpath
    8 '''/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk'''
     4
     5{{{
     6mbp-loasis:openconnect-gui-1.3 loasis$ sdkparam=`xcodebuild -showsdks | awk '/^$/{p=0};p; /macOS SDKs:/{p=1}' | tail -1 | cut -f3` ; echo $sdkparam
     7-sdk macosx10.13
     8mbp-loasis:openconnect-gui-1.3 loasis$ sdkpath=`xcodebuild -version $sdkparam Path` ; echo $sdkpath
     9/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk
    910mbp-loasis:openconnect-gui-1.3 loasis$
    10 "
     11}}}
    1112
    1213In attached, the 2 files that i backuped before modification (named .20171030)