-
Notifications
You must be signed in to change notification settings - Fork 52
Rebranding the application
Johny edited this page Apr 26, 2021
·
8 revisions
- To change application name open the project in Xcode, in Project Navigator select "Notification Agent" and double click on target "Mac@IBM Notifications" (nr. 1 on picture above).
- Then change bundle identifier (nr. 2 on picture above) - see detailed description here
- To change a default pop up title open file
Localizable.strings
located inNotification Agent -> Resources
- Change the value on line 11 to anything suitable to your needs (marked with red arrow on the screenshot above)
- Press
CMD+s
to save the changes
There are two kinds of icons in this application. App icons - used as an application icons by macOS and icon on a banner notification, and default_icon
used as an icon on a pop ups.
To change them, in Project Navigator select and right click folder Resources -> Assets.xcassets
. Choose option Show in Finder
as per screenshot below
-
Deprecated documentation