2
0

Fixed bug with scroll view in iOS5.

[FIXED]     On iOS5, the app crashed because gesture recognizers of a
            scrollview were being replaced.  Now properly adding the
            desired gesture recognizer to the scroll view preserving the
            existing gesture recognizers.
This commit is contained in:
Maarten Billemont
2012-09-21 16:45:57 +02:00
parent e8c00296bd
commit 850978cbe3
4 changed files with 5 additions and 137 deletions

View File

@@ -5310,7 +5310,7 @@
"\"$(SRCROOT)/External/Pearl/Pearl-Crypto\"",
"\"$(SRCROOT)/External/google-plus-ios-sdk/lib\"",
);
"PROVISIONING_PROFILE[sdk=iphoneos*]" = "E0621374-3E4C-483D-A3F3-46D151712A4F";
"PROVISIONING_PROFILE[sdk=iphoneos*]" = "DC0CD5E6-3ADC-40FF-8A6D-02BA6D8F5039";
SKIP_INSTALL = NO;
TARGETED_DEVICE_FAMILY = 1;
};