Repository: cordova-ios Updated Branches: refs/heads/master 29f10b475 -> 67b28d767
CB-9638 - Typo fix Project: http://git-wip-us.apache.org/repos/asf/cordova-ios/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-ios/commit/67b28d76 Tree: http://git-wip-us.apache.org/repos/asf/cordova-ios/tree/67b28d76 Diff: http://git-wip-us.apache.org/repos/asf/cordova-ios/diff/67b28d76 Branch: refs/heads/master Commit: 67b28d767300b24875cafe6b40a5e2d1417959a3 Parents: 29f10b4 Author: Shazron Abdullah <[email protected]> Authored: Wed Oct 28 11:35:24 2015 -0700 Committer: Shazron Abdullah <[email protected]> Committed: Wed Oct 28 11:35:24 2015 -0700 ---------------------------------------------------------------------- guides/API changes in 4.0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/67b28d76/guides/API changes in 4.0.md ---------------------------------------------------------------------- diff --git a/guides/API changes in 4.0.md b/guides/API changes in 4.0.md index 4604d79..f6f96f1 100644 --- a/guides/API changes in 4.0.md +++ b/guides/API changes in 4.0.md @@ -105,7 +105,7 @@ Methods: ### Upgrade Notes: -Plugin authors are encouraged to use the (iOS 7+) base64 encoding and decoding methods available in [MSData](https://developer.apple.com/library/ios/documentation/Cocoa/Reference/Foundation/Classes/NSData_Class/) instead. +Plugin authors are encouraged to use the (iOS 7+) base64 encoding and decoding methods available in [NSData](https://developer.apple.com/library/ios/documentation/Cocoa/Reference/Foundation/Classes/NSData_Class/) instead. // Decode a Base64 encoded string NSData* data = [[NSData alloc] initWithBase64EncodedString:encodedString options:0] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
