From 631d52689e65cec5f132e8639e2ebe1ce97a2b74 Mon Sep 17 00:00:00 2001 From: Jon-William Lewis Date: Sat, 19 Sep 2015 19:12:00 -0500 Subject: [PATCH] Fixed another bug which causes my home directory to be referenced as opposed to generic "$HOME" --- header.sh | 2 +- sns.xcodeproj/project.pbxproj | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/header.sh b/header.sh index fc022e1..850669c 100644 --- a/header.sh +++ b/header.sh @@ -10,7 +10,7 @@ cat << EOF # Copyright 2014, Xenese Labs/Sicron-Perion XNF #========================================================== -if [ -z "$HOME" ]; then HOME=/home/"\$(whoami)"; fi +if [ -z "\$HOME" ]; then HOME=/home/"\$(whoami)"; fi PROD_STR="$PROD_STR" VER_STR="$VER_STR" diff --git a/sns.xcodeproj/project.pbxproj b/sns.xcodeproj/project.pbxproj index 6c96cd3..c70fecd 100644 --- a/sns.xcodeproj/project.pbxproj +++ b/sns.xcodeproj/project.pbxproj @@ -80,7 +80,7 @@ 5D7E61191AB74D11001D49B9 /* Project object */ = { isa = PBXProject; attributes = { - LastUpgradeCheck = 0630; + LastUpgradeCheck = 0700; }; buildConfigurationList = 5D7E611C1AB74D11001D49B9 /* Build configuration list for PBXProject "sns" */; compatibilityVersion = "Xcode 3.2"; @@ -101,6 +101,7 @@ 5D7E611D1AB74D11001D49B9 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { + ENABLE_TESTABILITY = YES; ONLY_ACTIVE_ARCH = YES; }; name = Debug;