Skip to content
This repository has been archived by the owner on Dec 16, 2023. It is now read-only.

Commit

Permalink
Merge pull request #43 from fabianfett/master
Browse files Browse the repository at this point in the history
Support iBeacons. Issue #42.
  • Loading branch information
assaf authored Nov 25, 2018
2 parents da6229b + 13dd010 commit a961e1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pass.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ var TOP_LEVEL = [ "appLaunchURL", "associatedStoreIdentifiers", "authe
"backgroundColor", "barcode", "description",
"foregroundColor", "labelColor", "locations", "logoText",
"organizationName", "relevantDate", "serialNumber",
"suppressStripShine", "webServiceURL"];
"suppressStripShine", "webServiceURL", "beacons"];
// These top level fields are required for a valid pass.
var REQUIRED_TOP_LEVEL = [ "description", "organizationName", "passTypeIdentifier",
"serialNumber", "teamIdentifier" ];
Expand Down

0 comments on commit a961e1a

Please sign in to comment.