Re: time of the build
Re: time of the build
- Subject: Re: time of the build
- From: "Raglan T. Tiger" <email@hidden>
- Date: Wed, 29 Apr 2015 09:02:36 -0600
I run this script in the Run Script of the Build Phase:
infoplist="$BUILT_PRODUCTS_DIR/$INFOPLIST_PATH"
builddate=`date`
if [[ -n "$builddate" ]]; then
defaults write "${infoplist%.plist}" BuildDate "${builddate}"
fi
-rags
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden