Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble-iphoneos.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikkel Krautz <mikkel@krautz.dk>2010-11-16 23:47:16 +0300
committerMikkel Krautz <mikkel@krautz.dk>2010-11-16 23:47:16 +0300
commit8a1b8a5f4411b606345897fb70d2f4438692254c (patch)
tree34289cc868c473f86d343c9583ce05293cf4a971 /Scripts
parent3aa3d279aec58add991081481f4997bc3df0115f (diff)
Remove Three20.
Diffstat (limited to 'Scripts')
-rwxr-xr-xScripts/FixThree209
1 files changed, 0 insertions, 9 deletions
diff --git a/Scripts/FixThree20 b/Scripts/FixThree20
deleted file mode 100755
index 6017c83..0000000
--- a/Scripts/FixThree20
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/bin/bash
-
-pushd Dependencies/three20
-T20P=src/common/Configurations/Project.xcconfig
-T20L=src/common/Configurations/Library.xcconfig
-git checkout ${T20P} && git checkout ${T20L}
-echo "ARCHS = \$(ARCHS_STANDARD_32_BIT)" >> ${T20P}
-echo "ARCHS = \$(ARCHS_STANDARD_32_BIT)" >> ${T20L}
-popd