chore: upgrade to new Xcode version

This commit is contained in:
relikd
2025-07-20 20:27:42 +02:00
parent b846319335
commit 5d7242cc73
3 changed files with 19 additions and 11 deletions

View File

@@ -71,7 +71,7 @@ static inline void UserPrefsSetBool(NSString* const key, BOOL value) { [[NSUserD
// ---------------------------------------------------------------
/// Helper method calls @c (mainBundle)CFBundleShortVersionString
static inline NSString* UserPrefsAppVersion() { return [[NSBundle mainBundle] infoDictionary][@"CFBundleShortVersionString"]; }
static inline NSString* UserPrefsAppVersion(void) { return [[NSBundle mainBundle] infoDictionary][@"CFBundleShortVersionString"]; }
// ---------------------------------------------------------------
// | MARK: - Open URLs