Skip to content

Instantly share code, notes, and snippets.

@odrobnik
Created July 26, 2014 09:59
Show Gist options
  • Save odrobnik/54cf170eb36b211739ba to your computer and use it in GitHub Desktop.
Save odrobnik/54cf170eb36b211739ba to your computer and use it in GitHub Desktop.
Summary:
If you install an extension via Extension Builder and modify something, the changes are ignored if you remove and reinstall the extension.
Steps to Reproduce:
1. Add the Reload.safariextension (from developer sample code) in Extension Builder
2. Click install
3. Note the shown Version to be 1.0.
4. Modify Bundle version, shown version and description
5. Click deinstall, then click install
Expected Results:
Changes made to the extension should become active after removing and reinstalling the component via Extension Builder
Actual Results:
The original description, and version 1.0 keep showing
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment