Skip to content

Commit 9305001

Browse files
author
hborders
committed
No reason the demo shouldn't run in iOS5. Tested on my iPad2.
1 parent 517c34e commit 9305001

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CachedWebView.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@
228228
GCC_WARN_ABOUT_RETURN_TYPE = YES;
229229
GCC_WARN_UNINITIALIZED_AUTOS = YES;
230230
GCC_WARN_UNUSED_VARIABLE = YES;
231-
IPHONEOS_DEPLOYMENT_TARGET = 5.1;
231+
IPHONEOS_DEPLOYMENT_TARGET = 5.0;
232232
SDKROOT = iphoneos;
233233
TARGETED_DEVICE_FAMILY = 2;
234234
};
@@ -247,7 +247,7 @@
247247
GCC_WARN_ABOUT_RETURN_TYPE = YES;
248248
GCC_WARN_UNINITIALIZED_AUTOS = YES;
249249
GCC_WARN_UNUSED_VARIABLE = YES;
250-
IPHONEOS_DEPLOYMENT_TARGET = 5.1;
250+
IPHONEOS_DEPLOYMENT_TARGET = 5.0;
251251
OTHER_CFLAGS = "-DNS_BLOCK_ASSERTIONS=1";
252252
SDKROOT = iphoneos;
253253
TARGETED_DEVICE_FAMILY = 2;

0 commit comments

Comments
 (0)