Skip to content
This repository was archived by the owner on May 14, 2024. It is now read-only.

Commit 030abe1

Browse files
committed
change deployment target to iOS 5
(because socket-rocket needs it and we're using __weak now)
1 parent f18b66b commit 030abe1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

SocketTesterARC.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@
364364
GCC_WARN_ABOUT_RETURN_TYPE = YES;
365365
GCC_WARN_UNINITIALIZED_AUTOS = YES;
366366
GCC_WARN_UNUSED_VARIABLE = YES;
367-
IPHONEOS_DEPLOYMENT_TARGET = 4.0;
367+
IPHONEOS_DEPLOYMENT_TARGET = 5.0;
368368
ONLY_ACTIVE_ARCH = YES;
369369
SDKROOT = iphoneos;
370370
};
@@ -387,7 +387,7 @@
387387
GCC_WARN_ABOUT_RETURN_TYPE = YES;
388388
GCC_WARN_UNINITIALIZED_AUTOS = YES;
389389
GCC_WARN_UNUSED_VARIABLE = YES;
390-
IPHONEOS_DEPLOYMENT_TARGET = 4.0;
390+
IPHONEOS_DEPLOYMENT_TARGET = 5.0;
391391
ONLY_ACTIVE_ARCH = YES;
392392
OTHER_CFLAGS = "-DNS_BLOCK_ASSERTIONS=1";
393393
SDKROOT = iphoneos;

0 commit comments

Comments
 (0)