eymengunay / php-passbook

iOS passbook library for PHP
http://eymengunay.github.io/php-passbook/
MIT License
263 stars 53 forks source link

outputpath folder packed into .pkpass #13

Closed ryh closed 10 years ago

ryh commented 10 years ago

PHP 5.4.24 Cli Using the Usage Example for testing, signpass -v verify the signature, but pkpass cannot add into passbook(iOS7.0.4), and I found outputpath/passsn/. in the zip file...

the unpacked tree is like this (114567890 is the pass serialNumber)

├── manifest.json
├── output
│   └── 114567890 (folder as well)
├── pass.json
└── signature

Could not find why.

eymengunay commented 10 years ago

@ryh Thanks for pointing that out. I just released 1.1.0 which should resolve this bug.

Can you verify? Tested on PHP 5.5.6 - iOS 7.0.2