33 lines
989 B
Markdown
33 lines
989 B
Markdown
# ResourcePackage
|
|
将 app 资源打包加密进行管理。
|
|
|
|
Package resources to a single file, and access them via file name as key.
|
|
|
|
## LAST
|
|
[![CI Status](http://img.shields.io/travis/1Fr3dG/ResourcePackage.svg?style=flat)](https://travis-ci.org/1Fr3dG/ResourcePackage)
|
|
[![Version](https://img.shields.io/cocoapods/v/ResourcePackage.svg?style=flat)](http://cocoapods.org/pods/ResourcePackage)
|
|
[![License](https://img.shields.io/cocoapods/l/ResourcePackage.svg?style=flat)](http://cocoapods.org/pods/ResourcePackage)
|
|
[![Platform](https://img.shields.io/cocoapods/p/ResourcePackage.svg?style=flat)](http://cocoapods.org/pods/ResourcePackage)
|
|
|
|
* support Swift 4
|
|
* update packager tool
|
|
|
|
# 1.2.0
|
|
* modified to work with updated textFormater
|
|
* textFormater 1.2.0 : add persentage size support for image
|
|
|
|
# 1.1.0
|
|
* add language sufix support
|
|
|
|
# 1.0.5
|
|
* bug fix
|
|
|
|
# 1.0.2
|
|
* change theme validation method
|
|
|
|
# 1.0.1
|
|
* Enable UIExtension
|
|
|
|
# 1.0.0
|
|
* Re-structured old code
|
|
* packager as a pack tool |