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

github.com/mumble-voip/mumblekit.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikkel Krautz <mikkel@krautz.dk>2011-08-02 04:46:45 +0400
committerMikkel Krautz <mikkel@krautz.dk>2011-08-02 04:46:45 +0400
commit56d5bdb3ae83c75babd7d54cb34de527a7a482f2 (patch)
treecb979b1fb44ee3e9d676d14550898f96f6abb25a /MumbleKit.xcodeproj
parent6ec8d992f342954e40ae8904b457039e5e260239 (diff)
Update Mac OS X deployment target of MumbleKit to be 10.7
Diffstat (limited to 'MumbleKit.xcodeproj')
-rw-r--r--MumbleKit.xcodeproj/project.pbxproj3
1 files changed, 3 insertions, 0 deletions
diff --git a/MumbleKit.xcodeproj/project.pbxproj b/MumbleKit.xcodeproj/project.pbxproj
index 5cb2d19..a4957b2 100644
--- a/MumbleKit.xcodeproj/project.pbxproj
+++ b/MumbleKit.xcodeproj/project.pbxproj
@@ -936,6 +936,7 @@
3rdparty/protobuf/src/runtime/Classes,
);
IPHONEOS_DEPLOYMENT_TARGET = 4.3;
+ MACOSX_DEPLOYMENT_TARGET = 10.7;
SDKROOT = iphoneos;
};
name = BetaDist;
@@ -1008,6 +1009,7 @@
3rdparty/protobuf/src/runtime/Classes,
);
IPHONEOS_DEPLOYMENT_TARGET = 4.3;
+ MACOSX_DEPLOYMENT_TARGET = 10.7;
OTHER_CFLAGS = (
"-Xarch_armv6",
"-DARCH_ARMV6",
@@ -1036,6 +1038,7 @@
3rdparty/protobuf/src/runtime/Classes,
);
IPHONEOS_DEPLOYMENT_TARGET = 4.3;
+ MACOSX_DEPLOYMENT_TARGET = 10.7;
OTHER_CFLAGS = (
"-Xarch_armv6",
"-DARCH_ARMV6",