Skip to content

Instantly share code, notes, and snippets.

@abdulowork
Last active March 12, 2021 20:08
Show Gist options
  • Save abdulowork/f9bbb754e3e310a7e89186604df0d119 to your computer and use it in GitHub Desktop.
Save abdulowork/f9bbb754e3e310a7e89186604df0d119 to your computer and use it in GitHub Desktop.
Podlodka

Фазы

Отображает notification

osascript -e "display notification \"Собираю ${PRODUCT_MODULE_NAME}\" with title \"Xcode\""
echo "output" > ${DERIVED_FILE_DIR}/output

Типы бинарников

XNU loader.h

Xcspec'и

Поиск xcspec’ов в Xcode

find /Applications/Xcode12.3.app/ -name '*.xcspec'

Поиск xcspec’ов с PRODUCT_MODULE_NAME

find /Applications/Xcode12.3.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer/Library/Xcode/Plug-ins \( -name 'Clang*.xcspec' -or -name 'Swift.xcspec' \) -exec bash -c '(printf "\n> $1\\n" | color green); (grep "$1" -e PRODUCT_MODULE_NAME | awk \'{$1=$1};1\' | color red)' _ \{\} \;

Kotlin.ideplugin

Другие доклады

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment