Skip to content

Commit

Permalink
Added "description" key to all samples, as required by iOS 6 beta 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Schoffelen committed Jun 26, 2012
1 parent 6e5f541 commit b6e7652
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion example.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
"teamIdentifier": "AGK5BZEN3E",
"backgroundColor": "rgb(107,156,196)",
"logoText": "Flight info",
"boardingPass": {
"description": "Demo pass",
"boardingPass": {
"primaryFields": [
{
"key" : "origin",
Expand Down
1 change: 1 addition & 0 deletions full_sample/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
"teamIdentifier": "AGK5BZEN3E",
"backgroundColor": "rgb(107,156,196)",
"logoText": "Flight info",
"description": "Demo pass",
"boardingPass": {
"primaryFields": [
{
Expand Down
1 change: 1 addition & 0 deletions starbucks_sample/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"serialNumber": "'.$id.'",
"backgroundColor": "rgb(240,240,240)",
"logoText": "Starbucks",
"description": "Demo pass",
"storeCard": {
"secondaryFields": [
{
Expand Down

0 comments on commit b6e7652

Please sign in to comment.