Skip to content

Commit

Permalink
- Added xcconfig with phoboslabs’ build settings for WTF
Browse files Browse the repository at this point in the history
- Duped WTF project with new xcconfig
- Removed SizeLimits.cpp, this breaks the build (WTF!?! It’s removed in webkit.org @ rev 161999)
- Applied Collator patch from phoboslabs.
  • Loading branch information
martijnthe committed Jan 17, 2014
1 parent 857f070 commit 57cb54d
Show file tree
Hide file tree
Showing 4 changed files with 611 additions and 84 deletions.
17 changes: 17 additions & 0 deletions WTF-iOS-Static.xcconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
//
// WTF-iOS-Static.xcconfig
// WTF
//
// Created by Martijn The on 1/17/14.
//
//

#include "WTF.xcconfig"

PRODUCT_NAME = WTF
ARCHS = arm64 armv7
ONLY_ACTIVE_ARCH = NO
SDKROOT = iphoneos
SUPPORTED_PLATFORMS = iphoneos iphonesimulator
IPHONEOS_DEPLOYMENT_TARGET = 5.1
GCC_PREPROCESSOR_DEFINITIONS = $(DEBUG_DEFINES) WEBKIT_VERSION_MIN_REQUIRED=WEBKIT_VERSION_LATEST HAVE_HEADER_DETECTION_H $(GCC_PREPROCESSOR_DEFINITIONS) TARGET_OS_IPHONE __MAC_OS_X_VERSION_MIN_REQUIRED=0 UCONFIG_NO_COLLATION=1
Loading

0 comments on commit 57cb54d

Please sign in to comment.