library ios-png-parser
A PHP-based tool for parsing IOS application icons in IPA files
abbotton/ios-png-parser
A PHP-based tool for parsing IOS application icons in IPA files
- PHP
- 0 Dependents
- 0 Suggesters
- 1 Forks
- 0 Open issues
- 1 Versions
- 67 % Grown
ios-png-parser
A PHP-based tool for parsing IOS application icons in IPA files, (*1)
Installation
composer require abbotton/ios-png-parser
Usage
use IosPngParser\Parser;
$parser = new Parser();
$encryptedPngFile = "/data/wwwroot/example.com/encrypted.png";
$decryptedPngFile = '/data/wwwroot/example.com/decrypted.png';
$parser::fix($encryptedPngFile, $decryptedPngFile);
Enjoy
dev-master
9999999-dev
A PHP-based tool for parsing IOS application icons in IPA files
Sources
Download
MIT
The Requires