This repository was archived by the owner on May 20, 2025. It is now read-only.
v1.14.3-beta
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.