Skip to content

Commit 57cb54d

Browse files
committed
- Added xcconfig with phoboslabs’ build settings for WTF
- 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.
1 parent 857f070 commit 57cb54d

File tree

4 files changed

+611
-84
lines changed

4 files changed

+611
-84
lines changed

WTF-iOS-Static.xcconfig

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
//
2+
// WTF-iOS-Static.xcconfig
3+
// WTF
4+
//
5+
// Created by Martijn The on 1/17/14.
6+
//
7+
//
8+
9+
#include "WTF.xcconfig"
10+
11+
PRODUCT_NAME = WTF
12+
ARCHS = arm64 armv7
13+
ONLY_ACTIVE_ARCH = NO
14+
SDKROOT = iphoneos
15+
SUPPORTED_PLATFORMS = iphoneos iphonesimulator
16+
IPHONEOS_DEPLOYMENT_TARGET = 5.1
17+
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

0 commit comments

Comments
 (0)