Skip to content
This repository was archived by the owner on Dec 10, 2025. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@
.settings
target
certificates
.idea/
*.iml
3 changes: 3 additions & 0 deletions src/main/java/com/ryantenney/passkit4j/Pass.java
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,9 @@ public class Pass {
// NFC Keys
private NFC nfc;

// Extended properties
@JsonInclude(Include.NON_DEFAULT) private boolean sharingProhibited = false;


@JsonIgnore private PassInformation passInformation;
@JsonIgnore private List<NamedInputStreamSupplier> files;
Expand Down