Skip to content

Commit d42e94c

Browse files
committed
Update to the release branch identifier.
1 parent fea5fbc commit d42e94c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Shared/Supporting Files/Views/AboutView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ private struct VersionRow: View {
5858
}
5959

6060
private extension Bundle {
61-
static let arcGIS = Bundle(identifier: "com.esri.ArcGIS")!
61+
static let arcGIS = Bundle(identifier: "com.esri.arcgis-maps.swift")!
6262

6363
var name: String { object(forInfoDictionaryKey: "CFBundleName") as? String ?? "" }
6464
var shortVersion: String { object(forInfoDictionaryKey: "CFBundleShortVersionString") as? String ?? "" }

0 commit comments

Comments
 (0)