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:
@@ -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;
|
||||
};
|
||||
|
Reference in New Issue
Block a user