Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Made it more readable.
Browse files Browse the repository at this point in the history
keisukeYamagishi committed Aug 2, 2024
1 parent 605065c commit 35a98af
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion HttpSession/InfoPlist.swift
Original file line number Diff line number Diff line change
@@ -8,5 +8,7 @@
import Foundation

public var Version: String? {
Bundle.main.object(forInfoDictionaryKey: "CFBundleShortVersionString") as? String
Bundle
.main
.object(forInfoDictionaryKey: "CFBundleShortVersionString") as? String
}

0 comments on commit 35a98af

Please sign in to comment.