This change is a proposed fix to the issue described in detail in #186. In this fix, when a previousVersion is nil and the currentVersion is set, the plugin will overwrite the appHasBeenUpdated bool to false so that the copyRootApp operation is not run again.
Related Issue
186
Motivation and Context
A customer has reported this issue.
How Has This Been Tested?
I have tested this issue manually on iOS 11.1, 10.3, and 10.2.
Screenshots (if appropriate):
n/a
Types of changes
[ x ] Bug fix (non-breaking change which fixes an issue)
[ ] New feature (non-breaking change which adds functionality)
[ ] Breaking change (fix or feature that would cause existing functionality to change)
Checklist:
[ x ] My code follows the code style of this project.
[ ] My change requires a change to the documentation.
Description
This change is a proposed fix to the issue described in detail in #186. In this fix, when a previousVersion is
nil
and the currentVersion is set, the plugin will overwrite theappHasBeenUpdated
bool to false so that the copyRootApp operation is not run again.Related Issue
186
Motivation and Context
A customer has reported this issue.
How Has This Been Tested?
I have tested this issue manually on iOS 11.1, 10.3, and 10.2.
Screenshots (if appropriate):
n/a
Types of changes
Checklist: