Skip to content

Commit

Permalink
Added 64bit / arm64 support for ObjectiveFlickr
Browse files Browse the repository at this point in the history
Removed  < ios 6 Support.
  • Loading branch information
rheza committed Sep 16, 2013
1 parent b84c432 commit 8396e42
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions ObjectiveFlickr.xcodeproj/project.pbxproj
Expand Up @@ -468,34 +468,34 @@
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
ARCHS = "$(ARCHS_STANDARD_32_BIT)";
ARCHS = "$(ARCHS_STANDARD_INCLUDING_64_BIT)";
COPY_PHASE_STRIP = NO;
GCC_DYNAMIC_NO_PIC = NO;
GCC_ENABLE_OBJC_GC = unsupported;
GCC_OPTIMIZATION_LEVEL = 0;
GCC_VERSION = "";
IPHONEOS_DEPLOYMENT_TARGET = 4.3;
IPHONEOS_DEPLOYMENT_TARGET = 6.0;
PRODUCT_NAME = ObjectiveFlickr;
RUN_CLANG_STATIC_ANALYZER = NO;
SDKROOT = iphoneos;
VALID_ARCHS = "armv6 armv7 i386 armv7s";
VALID_ARCHS = "armv6 armv7 i386 armv7s arm64";
};
name = Debug;
};
6ABF72E90F939BE700B9179E /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
ARCHS = "$(ARCHS_STANDARD_32_BIT)";
ARCHS = "$(ARCHS_STANDARD_INCLUDING_64_BIT)";
COPY_PHASE_STRIP = YES;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
GCC_ENABLE_OBJC_GC = unsupported;
GCC_VERSION = "";
IPHONEOS_DEPLOYMENT_TARGET = 4.3;
IPHONEOS_DEPLOYMENT_TARGET = 6.0;
PRODUCT_NAME = ObjectiveFlickr;
RUN_CLANG_STATIC_ANALYZER = NO;
SDKROOT = iphoneos;
VALID_ARCHS = "armv6 armv7 armv7s";
VALID_ARCHS = "armv6 armv7 armv7s arm64";
ZERO_LINK = NO;
};
name = Release;
Expand Down

0 comments on commit 8396e42

Please sign in to comment.