Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

v1.14.3-beta

Compare
Choose a tag to compare
@geof90 geof90 released this 16 Aug 22:17
· 620 commits to master since this release

New Features

  1. 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.