We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d12ccf8 commit db6cadfCopy full SHA for db6cadf
1 file changed
AltSign/Model/ALTApplication.h
@@ -26,7 +26,7 @@ NS_ASSUME_NONNULL_BEGIN
26
@property (nonatomic, copy, readonly) NSString *version;
27
28
#if TARGET_OS_IPHONE
29
-@property (nonatomic, readonly) UIImage *icon;
+@property (nonatomic, readonly, nullable) UIImage *icon;
30
#endif
31
32
@property (nonatomic, readonly, nullable) ALTProvisioningProfile *provisioningProfile;
0 commit comments