New Features
-
This release simply adds the ability the option to specify an NSBundle other than the mainBundle in iOS.
jsCodeLocation = [CodePush bundleURLForResource:@"main" withExtension:@"jsbundle" subdirectory:nil bundle:[NSBundle bundleWithIdentifier: customBundleIdentifier]];
If left unspecified, it will default to
[NSBundle mainBundle]
as per the original behavior.