-
Notifications
You must be signed in to change notification settings - Fork 84
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem? Please describe.
Add command that displays selection of Xcode installed on system and then set DEVELOPER_DIR in build environment variables based off selection
Find Xcode's installed
mdfind "kMDItemCFBundleIdentifier == 'com.apple.dt.Xcode'"
Get version name from install
/usr/libexec/PlistBuddy -c "Print :CFBundleShortVersionString" ${XCODE}/Contents/Info.plist
aelamaelam
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request