remove notification symbol file from ios
Project: http://git-wip-us.apache.org/repos/asf/cordova-js/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-js/commit/3697fea8 Tree: http://git-wip-us.apache.org/repos/asf/cordova-js/tree/3697fea8 Diff: http://git-wip-us.apache.org/repos/asf/cordova-js/diff/3697fea8 Branch: refs/heads/3.0.0 Commit: 3697fea8609b835bb4fe3d74e57b450a40f5faf8 Parents: df4a3a3 Author: hermwong <[email protected]> Authored: Tue May 14 15:10:09 2013 -0700 Committer: hermwong <[email protected]> Committed: Tue May 14 15:10:09 2013 -0700 ---------------------------------------------------------------------- lib/ios/plugin/notification/symbols.js | 25 ------------------------- 1 file changed, 25 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-js/blob/3697fea8/lib/ios/plugin/notification/symbols.js ---------------------------------------------------------------------- diff --git a/lib/ios/plugin/notification/symbols.js b/lib/ios/plugin/notification/symbols.js deleted file mode 100644 index c80f18d..0000000 --- a/lib/ios/plugin/notification/symbols.js +++ /dev/null @@ -1,25 +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. - * -*/ - - -var modulemapper = require('cordova/modulemapper'); - -modulemapper.clobbers('cordova/plugin/notification', 'navigator.notification'); -modulemapper.merges('cordova/plugin/ios/notification', 'navigator.notification');
