Optimize encrypt attachment
This commit is contained in:
parent
0456595f68
commit
9dfb46fe45
24 changed files with 726 additions and 94 deletions
12
dist/iOS/Crypto.framework/Versions/A/Modules/module.modulemap
vendored
Normal file
12
dist/iOS/Crypto.framework/Versions/A/Modules/module.modulemap
vendored
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
framework module "Crypto" {
|
||||
header "ref.h"
|
||||
header "Crypto.objc.h"
|
||||
header "Armor.objc.h"
|
||||
header "Constants.objc.h"
|
||||
header "Key.objc.h"
|
||||
header "Models.objc.h"
|
||||
header "universe.objc.h"
|
||||
header "Crypto.h"
|
||||
|
||||
export *
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue