Closed rurza closed 6 years ago
Hi @rurza.
Method -[DM_SUHost name]
gets a value from your app bundle Info.plist file for keys SUBundleName
, CFBundleDisplayName
, CFBundleName
(using this order of keys) and takes the first value that is not empty. So make sure that these values were marked as String
in you Info.plist.
Maybe something changed with the new Xcode? Anyway thanks!
Edit: Okay, I was adding some key to Info.plist and probably miss-clicked the type on CFBundleDisplayName
Issue exists on DevMateKit 1.9.1 too.