build post-action script
build post-action script
- Subject: build post-action script
- From: "J.E. Schotsman" <email@hidden>
- Date: Sun, 21 May 2017 13:25:44 +0200
Hello,
I need some help copying some files to a subfolder after the build phase.
Currently the files are copied to the Resources folder in my app bundle. I want to move them to a subfolder called “Presets"
I tried setting this in the scheme editor:
echo "post-action started";
cd ~/Library/Developer/Xcode/DerivedData/MyApp-gswhkazxvagxzqcwnlhaieaetcvk/Build/Products/Debug/MyApp.app/Contents/Resources;
mkdir Presets;
mv MyFile Presets;
Nothing happens :-(
What am I doing wrong?
Jan E.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden