Skip to content

Commit

Permalink
Improve DocC
Browse files Browse the repository at this point in the history
  • Loading branch information
fpseverino committed Jul 5, 2024
1 parent 30b902b commit 11dc577
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Sources/Passes/Passes.docc/DistributeUpdate.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,8 @@ You can also create a bundle of passes to enable your user to download multiple
Use the ``PassesService/generatePassesContent(for:on:)`` method to generate the bundle and serve it to the user.
The MIME type for a bundle of passes is "`application/vnd.apple.pkpasses`".

> Note: You can have up to 10 passes or 150 MB for a bundle of passes.
> Important: Bundles of passes are supported only in Safari. You can't send the bundle via AirDrop or other methods.
```swift
Expand Down
2 changes: 2 additions & 0 deletions Sources/Passes/PassesService.swift
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ public final class PassesService: Sendable {

/// Generates a bundle of passes to enable your user to download multiple passes at once.
///
/// > Note: You can have up to 10 passes or 150 MB for a bundle of passes.
///
/// > Important: Bundles of passes are supported only in Safari. You can't send the bundle via AirDrop or other methods.
///
/// - Parameters:
Expand Down
2 changes: 2 additions & 0 deletions Sources/Passes/PassesServiceCustom.swift
Original file line number Diff line number Diff line change
Expand Up @@ -535,6 +535,8 @@ extension PassesServiceCustom {

/// Generates a bundle of passes to enable your user to download multiple passes at once.
///
/// > Note: You can have up to 10 passes or 150 MB for a bundle of passes.
///
/// > Important: Bundles of passes are supported only in Safari. You can't send the bundle via AirDrop or other methods.
///
/// - Parameters:
Expand Down

0 comments on commit 11dc577

Please sign in to comment.