Skip to content

Conversation

@rocwind
Copy link
Contributor

@rocwind rocwind commented Mar 16, 2019

Code Push client sdk needs to check signing for diff packages when the code signing is enabled.
#182 simply ignores the .codepushrelease file entirely and it results that file not being included in diff packages (as it is not included in manifest.json).
To fix the diff packages code signing issue, this PR keeps .codepushrelease in manifest.json while skips it in calculating final package hash. Since the .codepushrelease contents is signature against package hash, it would change each time the package updates therefore being included in each diff package.

…anifest json but ignores it in package hash as it needs to be included in diff package
@lisong lisong merged commit 3489c47 into lisong:master Mar 28, 2019
@rocwind rocwind deleted the fix/code-signing-diff-package branch January 4, 2021 02:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants