@@ -134,21 +134,21 @@ } /*! * The name of the program (argv[0]). */ -@property (readonly, assign) OFString *programName; +@property (readonly, nonatomic) OFString *programName; /*! * The arguments passed to the application. */ -@property (readonly, assign) OFArray OF_GENERIC(OFString*) *arguments; +@property (readonly, nonatomic) OFArray OF_GENERIC(OFString*) *arguments; /*! * The environment of the application. */ -@property (readonly, assign) +@property (readonly, nonatomic) OFDictionary OF_GENERIC(OFString*, OFString*) *environment; /*! * @brief Returns the only OFApplication instance in the application. *