mirror of
https://github.com/element-hq/element-x-ios.git
synced 2025-03-10 13:37:11 +00:00
7 lines
201 B
Bash
7 lines
201 B
Bash
#!/bin/bash
|
|
|
|
# This script is invoked by xcodegen for running post commands
|
|
|
|
# Move file header template in project shared data folder
|
|
cp IDETemplateMacros.plist ../../ElementX.xcodeproj/xcshareddata/
|