mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2025-01-03 20:33:33 +03:00
0fa5ca3782
And also note that <(PRODUCT_DIR) cannot work in postbuilds.
5 lines
111 B
Bash
Executable File
5 lines
111 B
Bash
Executable File
#!/bin/bash
|
|
|
|
VERSION_PATH="$BUILT_PRODUCTS_DIR/Atom.app/Contents/Resources/version"
|
|
echo -n $1 > $VERSION_PATH
|