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

Conversation

itsananderson
Copy link

Couple big changes here:

  1. The Code Push plugin reads config settings from Info.plist rather than having them passed in from script code. There is also a native API for overriding those settings.
  2. Cleaned up the interface for downloading updates. Now the example app's "Update" button is actually wired up to download the update.

Still todo: finish refactoring the code to better reflect Richard's native plugin interface.

jsCodeLocation = [HybridMobileDeploy appBundleUrl];

//jsCodeLocation = [HybridMobileDeploy getBundleUrl];
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why not delete the commented code?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Both of these configurations are convenient for testing different scenarios, so it's nice to be able to switch back and forth by commenting them out. However, there's no need to change the checked-in state from what it was before, so I'll revert this.

@dtivel
Copy link
Member

dtivel commented Jul 24, 2015

LGTM

sergey-akhalkov pushed a commit that referenced this pull request Jul 17, 2017
* Handle TargetBinaryVersionMismatch

* fix readme, add binary version mismatch example to docs

* fix docs, typings
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants