You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by to...@apache.org on 2016/05/23 13:42:37 UTC

[39/50] cordova-plugin-screen-orientation git commit: Fix conflict return type in implementation of 'supportedInterfaceOrientations'

Fix conflict return type in implementation of 'supportedInterfaceOrientations'


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-screen-orientation/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-screen-orientation/commit/0708a837
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-screen-orientation/tree/0708a837
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-screen-orientation/diff/0708a837

Branch: refs/heads/master
Commit: 0708a8371616b94c9263827bce844b20c1210967
Parents: 2576cc6
Author: Breno Douglas <br...@paieterno.com.br>
Authored: Thu Feb 11 08:57:43 2016 -0200
Committer: Breno Douglas <br...@paieterno.com.br>
Committed: Thu Feb 11 08:57:43 2016 -0200

----------------------------------------------------------------------
 src/ios/YoikScreenOrientation.m | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-screen-orientation/blob/0708a837/src/ios/YoikScreenOrientation.m
----------------------------------------------------------------------
diff --git a/src/ios/YoikScreenOrientation.m b/src/ios/YoikScreenOrientation.m
index f2dd444..51e90f0 100644
--- a/src/ios/YoikScreenOrientation.m
+++ b/src/ios/YoikScreenOrientation.m
@@ -95,7 +95,7 @@ SOFTWARE.
 
 @implementation ForcedViewController
 
-- (NSUInteger) supportedInterfaceOrientations
+- (UIInterfaceOrientationMask) supportedInterfaceOrientations
 {
     if ([self.calledWith rangeOfString:@"portrait"].location != NSNotFound) {
         return UIInterfaceOrientationMaskPortrait;


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org