Skip to content

Commit fea5fbc

Browse files
committed
Change to the finalized bundle ID.
1 parent 0628e28 commit fea5fbc

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: "ArcGIS")!
61+
static let arcGIS = Bundle(identifier: "com.esri.ArcGIS")!
6262

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

0 commit comments

Comments
 (0)