Skip to content

Commit 8105691

Browse files
Philipp RappoldNyholm
Philipp Rappold
authored andcommitted
Add pkpass (Apple Passbook) to list of Mime-Types (#8)
.pkpass is the official extension from apple for passbook (apple wallet). Documentation: https://developer.apple.com/library/ios/documentation/UserExperience/Conceptual/PassKit_PG/DistributingPasses.html
1 parent cd04192 commit 8105691

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ApacheMimetypeHelper.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ public function getMimetypeFromExtension($extension)
9191
'pbm' => 'image/x-portable-bitmap',
9292
'pdf' => 'application/pdf',
9393
'pgm' => 'image/x-portable-graymap',
94+
'pkpass' => 'application/vnd.apple.pkpass',
9495
'png' => 'image/png',
9596
'pnm' => 'image/x-portable-anymap',
9697
'ppm' => 'image/x-portable-pixmap',

0 commit comments

Comments
 (0)