Remove CDVDeprecated.h. 7 months old.
Project: http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/commit/234df84a Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/tree/234df84a Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/diff/234df84a Branch: refs/heads/master Commit: 234df84a1779f60d6543de27181607e0f9024ba0 Parents: 9f25460 Author: Andrew Grieve <agri...@chromium.org> Authored: Fri Oct 5 16:12:09 2012 -0400 Committer: Andrew Grieve <agri...@chromium.org> Committed: Fri Oct 5 16:12:09 2012 -0400 ---------------------------------------------------------------------- CordovaLib/Classes/deprecated/CDVDeprecated.h | 50 -------------------- CordovaLib/Classes/deprecated/CDVDeprecated.m | 38 --------------- 2 files changed, 0 insertions(+), 88 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/blob/234df84a/CordovaLib/Classes/deprecated/CDVDeprecated.h ---------------------------------------------------------------------- diff --git a/CordovaLib/Classes/deprecated/CDVDeprecated.h b/CordovaLib/Classes/deprecated/CDVDeprecated.h deleted file mode 100644 index eb9666e..0000000 --- a/CordovaLib/Classes/deprecated/CDVDeprecated.h +++ /dev/null @@ -1,50 +0,0 @@ -/* - Licensed to the Apache Software Foundation (ASF) under one - or more contributor license agreements. See the NOTICE file - distributed with this work for additional information - regarding copyright ownership. The ASF licenses this file - to you under the Apache License, Version 2.0 (the - "License"); you may not use this file except in compliance - with the License. You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, - software distributed under the License is distributed on an - "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - KIND, either express or implied. See the License for the - specific language governing permissions and limitations - under the License. - */ - -// -// CDVDeprecated.h -// Apache Cordova -// -// Bridge header file for Cordova 1.5 upgrades. -// Replace "#import PHONEGAP_FRAMEWORK" block in AppDelegate.h, AppDelegate.m, -// MainViewController.h with this header -// - -#ifdef CORDOVA_FRAMEWORK - #import <Cordova/CDV.h> -#else - #import "CDV.h" -#endif - -__attribute__((deprecated)) @interface PGPlugin : CDVPlugin -@end - -__attribute__((deprecated)) @interface PGViewController : CDVViewController -@end - -__attribute__((deprecated)) @interface PGURLProtocol : CDVURLProtocol -@end - -__attribute__((deprecated)) @interface InvokedUrlCommand : CDVInvokedUrlCommand -@end - -__attribute__((deprecated)) @protocol PGCommandDelegate <CDVCommandDelegate> -@end - -#define PGPluginHandleOpenURLNotification CDVPluginHandleOpenURLNotification http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/blob/234df84a/CordovaLib/Classes/deprecated/CDVDeprecated.m ---------------------------------------------------------------------- diff --git a/CordovaLib/Classes/deprecated/CDVDeprecated.m b/CordovaLib/Classes/deprecated/CDVDeprecated.m deleted file mode 100644 index 4d7714c..0000000 --- a/CordovaLib/Classes/deprecated/CDVDeprecated.m +++ /dev/null @@ -1,38 +0,0 @@ -/* - Licensed to the Apache Software Foundation (ASF) under one - or more contributor license agreements. See the NOTICE file - distributed with this work for additional information - regarding copyright ownership. The ASF licenses this file - to you under the Apache License, Version 2.0 (the - "License"); you may not use this file except in compliance - with the License. You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, - software distributed under the License is distributed on an - "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - KIND, either express or implied. See the License for the - specific language governing permissions and limitations - under the License. - */ - -// CDVDeprecated.m -// Apache Cordova -// -// Bridge implementation file for Cordova 1.5 upgrades. -// - -#import "CDVDeprecated.h" - -@implementation PGPlugin -@end - -@implementation PGViewController -@end - -@implementation PGURLProtocol -@end - -@implementation InvokedUrlCommand -@end