[138424] branches/gsoc15-pallet

ksammons at macports.org ksammons at macports.org
Tue Jul 7 13:44:16 PDT 2015


Revision: 138424
          https://trac.macports.org/changeset/138424
Author:   ksammons at macports.org
Date:     2015-07-07 13:44:16 -0700 (Tue, 07 Jul 2015)
Log Message:
-----------
Added a building and running script, for ease.

Modified Paths:
--------------
    branches/gsoc15-pallet/Pallet/Pallet.xcodeproj/project.xcworkspace/xcuserdata/mrappleseed.xcuserdatad/UserInterfaceState.xcuserstate

Added Paths:
-----------
    branches/gsoc15-pallet/build_and_run.sh

Modified: branches/gsoc15-pallet/Pallet/Pallet.xcodeproj/project.xcworkspace/xcuserdata/mrappleseed.xcuserdatad/UserInterfaceState.xcuserstate
===================================================================
(Binary files differ)

Added: branches/gsoc15-pallet/build_and_run.sh
===================================================================
--- branches/gsoc15-pallet/build_and_run.sh	                        (rev 0)
+++ branches/gsoc15-pallet/build_and_run.sh	2015-07-07 20:44:16 UTC (rev 138424)
@@ -0,0 +1,11 @@
+#!/bin/bash
+
+if [ "$(id -u)" != "0" ]; then
+    echo "This build script requires you to run as root. " 1>&2
+    exit 1
+fi
+
+cd Pallet/
+make
+build/Build/Products/Debug/Pallet.app/Contents/MacOS/Pallet
+
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150707/8922b8b1/attachment.html>


More information about the macports-changes mailing list