diff options
author | siqi <me@siqi.fr> | 2013-07-12 17:54:23 +0200 |
---|---|---|
committer | siqi <me@siqi.fr> | 2013-07-12 17:54:42 +0200 |
commit | 81ef75cbe76a2dc9f835a41f3599878b1aabbf2b (patch) | |
tree | 52534413cd58332ee098a81134880db8522d9654 /ios | |
parent | 8ad3d846a46a2780e1759f58334b04ce2286ff00 (diff) |
license update
Change-Id: I79c3da3023c4a5feb5d9f581539696ea988a479b
Diffstat (limited to 'ios')
-rw-r--r-- | ios/iosremote/iosremote.xcodeproj/project.pbxproj | 12 | ||||
-rw-r--r-- | ios/iosremote/iosremote.xcodeproj/project.xcworkspace/xcuserdata/siqi.xcuserdatad/UserInterfaceState.xcuserstate | bin | 72430 -> 74014 bytes | |||
-rw-r--r-- | ios/iosremote/iosremote/slideShowSwipeInList.m | 14 | ||||
-rw-r--r-- | ios/iosremote/iosremote/slideShow_vc.m | 2 | ||||
-rw-r--r-- | ios/iosremote/iosremote/touchPointer_vc.h | 14 | ||||
-rw-r--r-- | ios/iosremote/iosremote/touchPointer_vc.m | 14 |
6 files changed, 28 insertions, 28 deletions
diff --git a/ios/iosremote/iosremote.xcodeproj/project.pbxproj b/ios/iosremote/iosremote.xcodeproj/project.pbxproj index 32c9b87b6d8e..67903c74e87e 100644 --- a/ios/iosremote/iosremote.xcodeproj/project.pbxproj +++ b/ios/iosremote/iosremote.xcodeproj/project.pbxproj @@ -47,7 +47,7 @@ 57DC7005178D82940050FC58 /* ic_launcher@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 57DC7004178D82940050FC58 /* ic_launcher@2x.png */; }; 57DC7007178D84490050FC58 /* CoreMotion.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 57DC7006178D84490050FC58 /* CoreMotion.framework */; }; 57DC700F178E03330050FC58 /* touchPointer_vc.m in Sources */ = {isa = PBXBuildFile; fileRef = 57DC700E178E03330050FC58 /* touchPointer_vc.m */; }; - 57DC7012178E16A40050FC58 /* setRecursiveUserInteraction.m in Sources */ = {isa = PBXBuildFile; fileRef = 57DC7011178E16A40050FC58 /* setRecursiveUserInteraction.m */; }; + 57DC7012178E16A40050FC58 /* UIViewTransitionCategory.m in Sources */ = {isa = PBXBuildFile; fileRef = 57DC7011178E16A40050FC58 /* UIViewTransitionCategory.m */; }; 57DF0A85178FFFAB008B2D3D /* iPhone_autosize.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 57DF0A83178FFFAB008B2D3D /* iPhone_autosize.storyboard */; }; 57FE71E31785C61400B50125 /* pinValidation_vc.m in Sources */ = {isa = PBXBuildFile; fileRef = 57FE71E21785C61400B50125 /* pinValidation_vc.m */; }; 57FE71E61785D7FE00B50125 /* slideShowPreview_vc.m in Sources */ = {isa = PBXBuildFile; fileRef = 57FE71E51785D7FE00B50125 /* slideShowPreview_vc.m */; }; @@ -115,8 +115,8 @@ 57DC7006178D84490050FC58 /* CoreMotion.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreMotion.framework; path = System/Library/Frameworks/CoreMotion.framework; sourceTree = SDKROOT; }; 57DC700D178E03330050FC58 /* touchPointer_vc.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = touchPointer_vc.h; sourceTree = "<group>"; }; 57DC700E178E03330050FC58 /* touchPointer_vc.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = touchPointer_vc.m; sourceTree = "<group>"; }; - 57DC7010178E16A40050FC58 /* setRecursiveUserInteraction.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = setRecursiveUserInteraction.h; sourceTree = "<group>"; }; - 57DC7011178E16A40050FC58 /* setRecursiveUserInteraction.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = setRecursiveUserInteraction.m; sourceTree = "<group>"; }; + 57DC7010178E16A40050FC58 /* UIViewTransitionCategory.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = UIViewTransitionCategory.h; sourceTree = "<group>"; }; + 57DC7011178E16A40050FC58 /* UIViewTransitionCategory.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = UIViewTransitionCategory.m; sourceTree = "<group>"; }; 57DF0A84178FFFAB008B2D3D /* en */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = en; path = en.lproj/iPhone_autoSize.storyboard; sourceTree = "<group>"; }; 57FE71E11785C61300B50125 /* pinValidation_vc.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = pinValidation_vc.h; path = Communication/pinValidation_vc.h; sourceTree = "<group>"; }; 57FE71E21785C61400B50125 /* pinValidation_vc.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = pinValidation_vc.m; path = Communication/pinValidation_vc.m; sourceTree = "<group>"; }; @@ -154,8 +154,8 @@ 57701741178B0A6900B99793 /* slideShowSwipeInList.m */, 57DC700D178E03330050FC58 /* touchPointer_vc.h */, 57DC700E178E03330050FC58 /* touchPointer_vc.m */, - 57DC7010178E16A40050FC58 /* setRecursiveUserInteraction.h */, - 57DC7011178E16A40050FC58 /* setRecursiveUserInteraction.m */, + 57DC7010178E16A40050FC58 /* UIViewTransitionCategory.h */, + 57DC7011178E16A40050FC58 /* UIViewTransitionCategory.m */, ); name = slideShow; sourceTree = "<group>"; @@ -401,7 +401,7 @@ 5770173F178B08A800B99793 /* SWReavealMainController.m in Sources */, 57701742178B0A6900B99793 /* slideShowSwipeInList.m in Sources */, 57DC700F178E03330050FC58 /* touchPointer_vc.m in Sources */, - 57DC7012178E16A40050FC58 /* setRecursiveUserInteraction.m in Sources */, + 57DC7012178E16A40050FC58 /* UIViewTransitionCategory.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; diff --git a/ios/iosremote/iosremote.xcodeproj/project.xcworkspace/xcuserdata/siqi.xcuserdatad/UserInterfaceState.xcuserstate b/ios/iosremote/iosremote.xcodeproj/project.xcworkspace/xcuserdata/siqi.xcuserdatad/UserInterfaceState.xcuserstate Binary files differindex fce5f43ab133..4d8f14bad5c0 100644 --- a/ios/iosremote/iosremote.xcodeproj/project.xcworkspace/xcuserdata/siqi.xcuserdatad/UserInterfaceState.xcuserstate +++ b/ios/iosremote/iosremote.xcodeproj/project.xcworkspace/xcuserdata/siqi.xcuserdatad/UserInterfaceState.xcuserstate diff --git a/ios/iosremote/iosremote/slideShowSwipeInList.m b/ios/iosremote/iosremote/slideShowSwipeInList.m index 76a3a68d796e..7e23f3f39424 100644 --- a/ios/iosremote/iosremote/slideShowSwipeInList.m +++ b/ios/iosremote/iosremote/slideShowSwipeInList.m @@ -1,10 +1,10 @@ -// -// slideShowSwipeInList.m -// iosremote -// -// Created by Liu Siqi on 7/8/13. -// Copyright (c) 2013 libreoffice. All rights reserved. -// +/* + * This file is part of the LibreOffice project. + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. + */ #import "slideShowSwipeInList.h" #import "CommunicationManager.h" diff --git a/ios/iosremote/iosremote/slideShow_vc.m b/ios/iosremote/iosremote/slideShow_vc.m index eca3531e04d8..9504e79d57f8 100644 --- a/ios/iosremote/iosremote/slideShow_vc.m +++ b/ios/iosremote/iosremote/slideShow_vc.m @@ -7,7 +7,7 @@ */ #import "slideShow_vc.h" #import "SlideShow.h" -#import "setRecursiveUserInteraction.h" +#import "UIViewTransitionCategory.h" #import "CommunicationManager.h" #import "SWRevealViewController.h" #import "CommandInterpreter.h" diff --git a/ios/iosremote/iosremote/touchPointer_vc.h b/ios/iosremote/iosremote/touchPointer_vc.h index 4456df4b311f..2a2bd2f1fb14 100644 --- a/ios/iosremote/iosremote/touchPointer_vc.h +++ b/ios/iosremote/iosremote/touchPointer_vc.h @@ -1,10 +1,10 @@ -// -// touchPointer_vc.h -// iosremote -// -// Created by Liu Siqi on 7/10/13. -// Copyright (c) 2013 libreoffice. All rights reserved. -// +/* + * This file is part of the LibreOffice project. + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. + */ #import <UIKit/UIKit.h> diff --git a/ios/iosremote/iosremote/touchPointer_vc.m b/ios/iosremote/iosremote/touchPointer_vc.m index fafbd27a0772..fe2dfcdc921c 100644 --- a/ios/iosremote/iosremote/touchPointer_vc.m +++ b/ios/iosremote/iosremote/touchPointer_vc.m @@ -1,10 +1,10 @@ -// -// touchPointer_vc.m -// iosremote -// -// Created by Liu Siqi on 7/10/13. -// Copyright (c) 2013 libreoffice. All rights reserved. -// +/* + * This file is part of the LibreOffice project. + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. + */ #import "touchPointer_vc.h" #import "CommunicationManager.h" |