You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ia...@apache.org on 2015/03/13 16:02:39 UTC

cordova-plugin-media git commit: CB-8659: ios: 4.0.x Compatibility: Remove use of deprecated headers

Repository: cordova-plugin-media
Updated Branches:
  refs/heads/master 7c0a51009 -> f6c3d1f7f


CB-8659: ios: 4.0.x Compatibility: Remove use of deprecated headers


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media/commit/f6c3d1f7
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media/tree/f6c3d1f7
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media/diff/f6c3d1f7

Branch: refs/heads/master
Commit: f6c3d1f7f68b1c269c4d84bfd92c3e0aecf91ce6
Parents: 7c0a510
Author: Ian Clelland <ic...@chromium.org>
Authored: Fri Mar 13 11:02:27 2015 -0400
Committer: Ian Clelland <ic...@chromium.org>
Committed: Fri Mar 13 11:02:27 2015 -0400

----------------------------------------------------------------------
 src/ios/CDVSound.m | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-media/blob/f6c3d1f7/src/ios/CDVSound.m
----------------------------------------------------------------------
diff --git a/src/ios/CDVSound.m b/src/ios/CDVSound.m
index 309b2e2..c2a4134 100644
--- a/src/ios/CDVSound.m
+++ b/src/ios/CDVSound.m
@@ -19,7 +19,6 @@
 
 #import "CDVSound.h"
 #import "CDVFile.h"
-#import <Cordova/NSArray+Comparisons.h>
 
 #define DOCUMENTS_SCHEME_PREFIX @"documents://"
 #define HTTP_SCHEME_PREFIX @"http://"


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