• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
build post-action script
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

  • Follow-Ups:
    • Re: build post-action script
      • From: Bernie Maier <email@hidden>
  • Prev by Date: Re: Novice Struggling With Wrangling a Project Template Into Shape
  • Next by Date: Re: build post-action script
  • Previous by thread: Re: Novice Struggling With Wrangling a Project Template Into Shape
  • Next by thread: Re: build post-action script
  • Index(es):
    • Date
    • Thread