You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by sh...@apache.org on 2015/09/16 00:46:30 UTC

ios commit: CB-9650 - Update API compatibility doc in cordova-ios for AppDelegate.m template change

Repository: cordova-ios
Updated Branches:
  refs/heads/master 6254edf2e -> f2ade2282


CB-9650 - Update API compatibility doc in cordova-ios for AppDelegate.m template change


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

Branch: refs/heads/master
Commit: f2ade2282b56a560199f493a5feb32481a16b6d5
Parents: 6254edf
Author: Shazron Abdullah <sh...@apache.org>
Authored: Tue Sep 15 15:50:34 2015 -0700
Committer: Shazron Abdullah <sh...@apache.org>
Committed: Tue Sep 15 15:50:34 2015 -0700

----------------------------------------------------------------------
 guides/API changes in 4.0.md | 7 +++++++
 1 file changed, 7 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/f2ade228/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 2a8f99d..1d36410 100644
--- a/guides/API changes in 4.0.md	
+++ b/guides/API changes in 4.0.md	
@@ -92,6 +92,7 @@ Methods:
 
 ## NSData+Base64.h
 
+This class has been removed.
 
 ### Removed:
 
@@ -106,4 +107,10 @@ Methods:
 
 Plugin authors are encouraged to use [NSJSONSerialization](https://developer.apple.com/library/ios/documentation/Foundation/Reference/NSJSONSerialization_Class/) instead.
 
+## CDVAppDelegate.h
 
+This class is new. The default template's AppDelegate class inherits from this now for you to override.
+    
+### Upgrade Notes:
+
+Apps that add code in the default template's old AppDelegate.m should add the appropriate function override in the new AppDelegate.m. Don't forget to call the superclass' implementation as well in your override.
\ No newline at end of file


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