diff --git a/Brightness Sync/AppDelegate.swift b/Brightness Sync/AppDelegate.swift
index de989b2..2ec447e 100644
--- a/Brightness Sync/AppDelegate.swift
+++ b/Brightness Sync/AppDelegate.swift
@@ -130,11 +130,11 @@ class AppDelegate: NSObject, NSApplicationDelegate {
displayName.contains("LG UltraFine"),
let serialNumber = displayInfo[kDisplaySerialNumber] as? UInt32
{
- os_log("Found compatible display: %s", displayName)
+ os_log("Found compatible display: %{public}@", displayName)
ultraFineDisplays.insert(serialNumber)
}
else {
- os_log("Found incompatible display: %s", displayName)
+ os_log("Found incompatible display: %{public}@", displayName)
}
}
else {
diff --git a/Brightness Sync/Info.plist b/Brightness Sync/Info.plist
index 3833cd6..20f9195 100644
--- a/Brightness Sync/Info.plist
+++ b/Brightness Sync/Info.plist
@@ -19,9 +19,9 @@
CFBundlePackageType
APPL
CFBundleShortVersionString
- 1.0.2
+ 1.0.3
CFBundleVersion
- 1.0.2
+ 1.0.3
LSMinimumSystemVersion
$(MACOSX_DEPLOYMENT_TARGET)
NSHumanReadableCopyright