CB-6110: iOS: Fix typo in filesystemPathForURL: method
Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/commit/e0204491 Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/tree/e0204491 Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/diff/e0204491 Branch: refs/heads/master Commit: e0204491afc4ada7099a978b19797fd820585609 Parents: 8b0ada7 Author: Ian Clelland <[email protected]> Authored: Wed Feb 26 22:03:43 2014 -0500 Committer: Ian Clelland <[email protected]> Committed: Wed Feb 26 22:03:43 2014 -0500 ---------------------------------------------------------------------- src/ios/CDVAssetLibraryFilesystem.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/blob/e0204491/src/ios/CDVAssetLibraryFilesystem.m ---------------------------------------------------------------------- diff --git a/src/ios/CDVAssetLibraryFilesystem.m b/src/ios/CDVAssetLibraryFilesystem.m index 2aa2a36..d71d801 100644 --- a/src/ios/CDVAssetLibraryFilesystem.m +++ b/src/ios/CDVAssetLibraryFilesystem.m @@ -198,7 +198,7 @@ NSString* const kCDVAssetsLibraryScheme = @"assets-library"; callback(result); } -- (NSString *)fileSystemPathForURL:(CDVFilesystemURL *)url +- (NSString *)filesystemPathForURL:(CDVFilesystemURL *)url { NSString *path = nil; if ([[url.url scheme] isEqualToString:kCDVAssetsLibraryScheme]) {
