Skip to content

Commit

Permalink
Updating xcode project
Browse files Browse the repository at this point in the history
  • Loading branch information
robbiehanson committed Jul 7, 2012
1 parent 29cbeae commit 2183242
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Xcode/DesktopXMPP/XMPPStream.xcodeproj/project.pbxproj
Expand Up @@ -1054,7 +1054,7 @@
29B97313FDCFA39411CA2CEA /* Project object */ = {
isa = PBXProject;
attributes = {
LastUpgradeCheck = 0430;
LastUpgradeCheck = 0450;
};
buildConfigurationList = C01FCF4E08A954540054247B /* Build configuration list for PBXProject "XMPPStream" */;
compatibilityVersion = "Xcode 3.2";
Expand Down Expand Up @@ -1235,6 +1235,7 @@
isa = XCBuildConfiguration;
buildSettings = {
CLANG_ENABLE_OBJC_ARC = YES;
COMBINE_HIDPI_IMAGES = YES;
COPY_PHASE_STRIP = NO;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
Expand All @@ -1249,6 +1250,7 @@
"$(inherited)",
"\"$(SRCROOT)/../../Vendor/libidn\"",
);
MACOSX_DEPLOYMENT_TARGET = 10.8;
PRODUCT_NAME = XMPPStream;
WRAPPER_EXTENSION = app;
};
Expand All @@ -1258,6 +1260,7 @@
isa = XCBuildConfiguration;
buildSettings = {
CLANG_ENABLE_OBJC_ARC = YES;
COMBINE_HIDPI_IMAGES = YES;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"$(FRAMEWORK_SEARCH_PATHS_QUOTED_1)",
Expand All @@ -1270,6 +1273,7 @@
"$(inherited)",
"\"$(SRCROOT)/../../Vendor/libidn\"",
);
MACOSX_DEPLOYMENT_TARGET = 10.8;
PRODUCT_NAME = XMPPStream;
WRAPPER_EXTENSION = app;
};
Expand Down

0 comments on commit 2183242

Please sign in to comment.