System Requirements #127
-
Hello! What minimum macOS version is need for IBMNotifier - I believe it is 10.15 Catalina? We have some older Macs on 10.14 Mojave we would like to use IBMNotifier for to have a process to get them upgraded to current macOS. Could Xcode build a version for 10.14 without much modification? Only problem is then we need to sign with a developer ID, Thank you!! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 12 replies
-
The builded version of IBM Notifier supports macOS 10.15+ it is actually possible to build IBM Notifier to be compatible with 10.14 but we don't provide it directly because we don't QA 10.14. And then comment the This should allow you to build, archive and sing the tool for macOS 10.14. |
Beta Was this translation helpful? Give feedback.
The builded version of IBM Notifier supports macOS 10.15+ it is actually possible to build IBM Notifier to be compatible with 10.14 but we don't provide it directly because we don't QA 10.14.
In order to do so you need to change all the target deployment target to 10.14
And then comment the
allowPictureInPicturePlayback
line inNotificationAgent/Shared/Views/AccessoryViews/VideoAccessoryView.swift
fileThis should allow you to build, archive and sing the tool for macOS 10.14.