This commit is contained in:
Rustam Zaitov 2015-02-11 18:00:41 +03:00
Родитель 9df59da87e
Коммит 5a9f8134b6
1 изменённых файлов: 3 добавлений и 1 удалений

Просмотреть файл

@ -19,7 +19,9 @@ Now you need to fix some files:
* `CouponBanana2.pass/pass.json` fix `passTypeIdentifier` and `teamIdentifier`
At this point you are ready to generate pass package. For sample we provide simpe util which create package for you. Go to terminal and run:
```cd path/to/PassLibrary/sample
```
cd path/to/PassLibrary/sample
./signpass -p CouponBanana2.pass/ -c "Certificate_Common_Name"
```