You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by Apache Wiki <wi...@apache.org> on 2012/09/12 08:49:40 UTC

[Cordova Wiki] Trivial Update of "IOSReleaseChecklist" by ShazronAbdullah

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Cordova Wiki" for change notification.

The "IOSReleaseChecklist" page has been changed by ShazronAbdullah:
http://wiki.apache.org/cordova/IOSReleaseChecklist?action=diff&rev1=13&rev2=14

   0. Run the [[http://git-wip-us.apache.org/repos/asf/incubator-cordova-mobile-spec.git | mobile-spec]] ('''Don't forget to add the media file host in the whitelist!''') (!JavaScript) and Objective-C unit-tests (in the [[https://github.com/apache/incubator-cordova-ios/tree/master/CordovaLib | CordovaLib]] Xcode project) and inspect the results, fix the bugs if necessary, rinse and repeat
   1. Run the [[RunningTests|Platform-agnostic Manual Tests]] (scroll down), make sure they pass
   1. Run the [[iOSManualTests|iOSManualTests]], make sure they pass
-  1. Update [[http://docs.phonegap.com/en/1.9.0/guide_upgrading_ios_index.md.html#Upgrading%20Cordova%20iOS | Upgrading Cordova iOS in the docs repo]] for the current version 
+  1. Update [[http://docs.phonegap.com/en/edge/guide_upgrading_ios_index.md.html#Upgrading%20Cordova%20iOS | Upgrading Cordova iOS in the docs repo]] for the current version 
   2. Update [[https://github.com/apache/incubator-cordova-ios/blob/master/guides/Cordova%20Plugin%20Upgrade%20Guide.md | guides/Cordova Plugin Upgrade Guide.md]] for the current version
   3. Update [[https://github.com/apache/incubator-cordova-docs/blob/master/docs/en/edge/guide/cordova-webview/ios.md | Embedding Cordova WebView on iOS]] for the current version
   4. Update [[https://github.com/apache/incubator-cordova-ios/blob/master/README.md|README.md]] (instructions, FAQ items) for the current version
@@ -22, +22 @@

      a. Update [[https://github.com/apache/incubator-cordova-ios/blob/master/CordovaLib/Classes/CDVAvailability.h |CordovaLib/Classes/CDVAvailability.h]]
          i. add a new macro for the new version, e.g.
             {{{#!c
-            #define __CORDOVA_2_0_0  20000
+            #define __CORDOVA_2_1_0  20100
             }}}
          i. update CORDOVA_VERSION_MIN_REQUIRED with the latest version macro, e.g.
             {{{#!c
             #ifndef CORDOVA_VERSION_MIN_REQUIRED
-                #define CORDOVA_VERSION_MIN_REQUIRED __CORDOVA_2_0_0
+                #define CORDOVA_VERSION_MIN_REQUIRED __CORDOVA_2_1_0
             #endif
             }}}