Skip to content

Commit

Permalink
gesture recognizer delegates
Browse files Browse the repository at this point in the history
  • Loading branch information
Joan Lluch committed Jun 11, 2014
1 parent 357d054 commit 2d51ddc
Show file tree
Hide file tree
Showing 6 changed files with 84 additions and 108 deletions.
Binary file modified RevealControllerStoryboardExample/.DS_Store
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@
GCC_WARN_ABOUT_RETURN_TYPE = YES;
GCC_WARN_UNINITIALIZED_AUTOS = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 6.0;
IPHONEOS_DEPLOYMENT_TARGET = 7.0;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = iphoneos;
};
Expand All @@ -303,7 +303,7 @@
GCC_WARN_ABOUT_RETURN_TYPE = YES;
GCC_WARN_UNINITIALIZED_AUTOS = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 6.0;
IPHONEOS_DEPLOYMENT_TARGET = 7.0;
OTHER_CFLAGS = "-DNS_BLOCK_ASSERTIONS=1";
SDKROOT = iphoneos;
VALIDATE_PRODUCT = YES;
Expand All @@ -316,7 +316,6 @@
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "RevealControllerStoryboardExample/RevealControllerStoryboardExample-Prefix.pch";
INFOPLIST_FILE = "RevealControllerStoryboardExample/RevealControllerStoryboardExample-Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 6.1;
PRODUCT_NAME = "$(TARGET_NAME)";
TARGETED_DEVICE_FAMILY = "1,2";
WRAPPER_EXTENSION = app;
Expand All @@ -329,7 +328,6 @@
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "RevealControllerStoryboardExample/RevealControllerStoryboardExample-Prefix.pch";
INFOPLIST_FILE = "RevealControllerStoryboardExample/RevealControllerStoryboardExample-Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 6.1;
PRODUCT_NAME = "$(TARGET_NAME)";
TARGETED_DEVICE_FAMILY = "1,2";
WRAPPER_EXTENSION = app;
Expand Down
Loading

0 comments on commit 2d51ddc

Please sign in to comment.