We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fea5fbc commit d42e94cCopy full SHA for d42e94c
Shared/Supporting Files/Views/AboutView.swift
@@ -58,7 +58,7 @@ private struct VersionRow: View {
58
}
59
60
private extension Bundle {
61
- static let arcGIS = Bundle(identifier: "com.esri.ArcGIS")!
+ static let arcGIS = Bundle(identifier: "com.esri.arcgis-maps.swift")!
62
63
var name: String { object(forInfoDictionaryKey: "CFBundleName") as? String ?? "" }
64
var shortVersion: String { object(forInfoDictionaryKey: "CFBundleShortVersionString") as? String ?? "" }
0 commit comments