diff --git a/CodePush.ios.js b/CodePush.ios.js index fc78ba8..d8cfd25 100644 --- a/CodePush.ios.js +++ b/CodePush.ios.js @@ -84,12 +84,17 @@ function getCurrentPackage() { return NativeCodePush.getCurrentPackage(); } +functino notifyApplicationReady() { + return NativeCodePush.notifyApplicationReady(); +} + var CodePush = { getConfiguration: getConfiguration, checkForUpdate: checkForUpdate, download: download, apply: apply, getCurrentPackage: getCurrentPackage, + notifyApplicationReady: notifyApplicationReady, setUpTestDependencies: setUpTestDependencies };