@@ -1,7 +1,7 @@ /* - * Copyright (c) 2008-2021 Jonathan Schleifer + * Copyright (c) 2008-2022 Jonathan Schleifer * * All rights reserved. * * This file is part of ObjFW. It may be distributed under the terms of the * Q Public License 1.0, which can be found in the file LICENSE.QPL included in @@ -23,23 +23,23 @@ @"\"http://www.apple.com/DTDs/PropertyList-1.0.dtd\">" \ @"\n" \ x @"\n" \ @"" -static OFString *module = @"OFPropertyList"; -static OFString *PLIST1 = PLIST(@"Hello"); -static OFString *PLIST2 = PLIST( +static OFString *const module = @"OFPropertyList"; +static OFString *const PLIST1 = PLIST(@"Hello"); +static OFString *const PLIST2 = PLIST( @"" @" Hello" @" V29ybGQh" @" 2018-03-14T12:34:56Z" @" " @" " @" 12.25" @" -10" @""); -static OFString *PLIST3 = PLIST( +static OFString *const PLIST3 = PLIST( @"" @" array" @" " @" Hello" @" V29ybGQh"