We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14a917f commit b510c6cCopy full SHA for b510c6c
Tests/SwiftUIKitTests/Bundle/Bundle+InformationTests.swift
@@ -24,7 +24,7 @@ private class MyBundle: Bundle, @unchecked Sendable {
24
25
override var infoDictionary: [String: Any]? {
26
[
27
- String(kCFBundleVersionKey): "1234",
+ String(kCFBundleVersionKey): "123",
28
"CFBundleDisplayName": "SwiftUIKit Tests",
29
"CFBundleShortVersionString": "1.2.3"
30
]
0 commit comments