Skip to content

Commit

Permalink
Update Nos/Extensions/Bundle+Current.swift
Browse files Browse the repository at this point in the history
Co-authored-by: Bryan Montz <bryanmontz@me.com>
  • Loading branch information
pelumy and bryanmontz authored Jan 15, 2025
1 parent 15af777 commit 0d8aa51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Nos/Extensions/Bundle+Current.swift
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ extension Bundle {
"\(self.version) (\(self.build))"
}

/// checks the app's receipt URL to determine if it contains the TestFlight-specific
/// Checks the app's receipt URL to determine if it contains the TestFlight-specific
/// "sandboxReceipt" identifier.
/// - Returns: `true` if the app was installed through TestFlight, `false` otherwise.
private var isTestFlight: Bool {
Expand Down

0 comments on commit 0d8aa51

Please sign in to comment.