Skip to content

Commit cf3809c

Browse files
committed
Cleanup
1 parent 09b2d96 commit cf3809c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Modules/Sources/BuildSettingsKit/BuildSettings+Live.swift

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ extension BuildSettings {
44
static let live = BuildSettings(bundle: .app)
55

66
init(bundle: Bundle) {
7-
self.pushNotificationAppID = bundle.infoPlistValue(forKey: "WPPushNotificationAppID")
8-
self.appGroupName = bundle.infoPlistValue(forKey: "WPAppGroupName")
9-
self.appKeychainAccessGroup = bundle.infoPlistValue(forKey: "WPAppKeychainAccessGroup")
7+
pushNotificationAppID = bundle.infoPlistValue(forKey: "WPPushNotificationAppID")
8+
appGroupName = bundle.infoPlistValue(forKey: "WPAppGroupName")
9+
appKeychainAccessGroup = bundle.infoPlistValue(forKey: "WPAppKeychainAccessGroup")
1010
}
1111
}
1212

0 commit comments

Comments
 (0)