This repository was archived by the owner on May 20, 2025. It is now read-only.
Commit 4ab0e5e
Implement code signing for client ios SDK (#974)
* Add JWT Library to ios project
* Add new option PublicKey to Info.plist
* Implement code signing mechanism
Update JWT library to 3.0.0-beta4
Implement signature verification mechanism
* Undo redundant changes
* Minor improvements
* Minor fixes
Add additional checking for specific update situations
Fix bugs
Refactor method names
* Add new dependencies to podspec
* Minor improvements
Fix log messages1 parent dbb7f79 commit 4ab0e5e
File tree
69 files changed
+6853
-21
lines changed- Examples/CodePushDemoApp/ios
- CodePushDemoApp.xcodeproj
- CodePushDemoAppTests
- CodePushDemoApp
- Base.lproj
- Images.xcassets/AppIcon.appiconset
- ios
- CodePush.xcodeproj
- CodePush
- Base64
- Base64
- JWT
- Core
- Algorithms
- Base
- ESFamily
- HSFamily
- Holders
- RSFamily
- RSKeys
- ClaimSet
- Coding
- FrameworkSupplement
- Supplement
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
69 files changed
+6853
-21
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
31 | 40 | | |
File renamed without changes.
0 commit comments