mas/Sources/PrivateFrameworks/StoreFoundation/CKSoftwareProduct.h

94 lines
4.2 KiB
C
Raw Normal View History

2015-08-02 20:38:38 +00:00
//
// Generated by class-dump 3.5 (64 bit).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard.
//
2018-10-14 19:41:19 +00:00
@import Foundation;
2016-09-17 13:10:24 +00:00
2015-08-02 20:38:38 +00:00
@class NSDate, NSNumber, NSString, NSValue;
NS_ASSUME_NONNULL_BEGIN
2015-08-02 20:38:38 +00:00
@interface CKSoftwareProduct : NSObject <NSSecureCoding, NSCopying>
{
BOOL _installed;
BOOL _isVPPLicensed;
BOOL _vppLicenseRevoked;
BOOL _isMachineLicensed;
BOOL _isLegacyApp;
BOOL _metadataChangeIsExpected;
// Added 10.14.4
BOOL _metadataChangeHasAlreadyOccurred;
2015-08-02 20:38:38 +00:00
NSString *_accountOpaqueDSID;
NSString *_accountIdentifier;
// Added 10.14.4
NSString *_appName;
2015-08-02 20:38:38 +00:00
NSString *_bundleIdentifier;
NSString *_bundleVersion;
NSString *_bundlePath;
NSString *_receiptType;
NSNumber *_itemIdentifier;
NSNumber *_storeFrontIdentifier;
NSNumber *_versionIdentifier;
NSDate *_purchaseDate;
2015-08-02 20:38:38 +00:00
NSValue *_mdItemRef;
NSString *_vppLicenseOrganizationName;
NSDate *_vppLicenseExpirationDate;
NSDate *_vppLicenseRenewalDate;
NSString *_vppLicenseCancellationReason;
long long _source;
NSString *_expectedBundleVersion;
NSNumber *_expectedStoreVersion;
}
+ (nullable instancetype)createSoftwareProductForAppAtPath:(nonnull NSString *)arg1;
2016-09-17 13:10:24 +00:00
+ (nullable instancetype)productPathToUpgradeForBundleIdentifier:(nonnull NSString *)bundleIdentifier versionNumberString:(nonnull NSString *)versionNumber;
2015-08-02 20:38:38 +00:00
+ (BOOL)supportsSecureCoding;
2016-09-17 13:10:24 +00:00
@property(copy, nullable) NSNumber *expectedStoreVersion; // @synthesize expectedStoreVersion=_expectedStoreVersion;
@property(copy, nullable) NSString *expectedBundleVersion; // @synthesize expectedBundleVersion=_expectedBundleVersion;
// Added 10.14.4
@property BOOL metadataChangeHasAlreadyOccurred; // @synthesize metadataChangeHasAlreadyOccurred=_metadataChangeHasAlreadyOccurred;
2015-08-02 20:38:38 +00:00
@property BOOL metadataChangeIsExpected; // @synthesize metadataChangeIsExpected=_metadataChangeIsExpected;
@property long long source; // @synthesize source=_source;
@property BOOL isLegacyApp; // @synthesize isLegacyApp=_isLegacyApp;
@property BOOL isMachineLicensed; // @synthesize isMachineLicensed=_isMachineLicensed;
2016-09-17 13:10:24 +00:00
@property(retain, nullable) NSString *vppLicenseCancellationReason; // @synthesize vppLicenseCancellationReason=_vppLicenseCancellationReason;
@property(retain, nullable) NSDate *vppLicenseRenewalDate; // @synthesize vppLicenseRenewalDate=_vppLicenseRenewalDate;
@property(retain, nullable) NSDate *vppLicenseExpirationDate; // @synthesize vppLicenseExpirationDate=_vppLicenseExpirationDate;
@property(retain, nullable) NSString *vppLicenseOrganizationName; // @synthesize vppLicenseOrganizationName=_vppLicenseOrganizationName;
2015-08-02 20:38:38 +00:00
@property BOOL vppLicenseRevoked; // @synthesize vppLicenseRevoked=_vppLicenseRevoked;
@property BOOL isVPPLicensed; // @synthesize isVPPLicensed=_isVPPLicensed;
@property BOOL installed; // @synthesize installed=_installed;
@property(retain) NSValue *mdItemRef; // @synthesize mdItemRef=_mdItemRef;
@property(retain) NSDate *purchaseDate; // @synthesize purchaseDate=_purchaseDate;
@property(retain) NSNumber *versionIdentifier; // @synthesize versionIdentifier=_versionIdentifier;
@property(retain) NSNumber *storeFrontIdentifier; // @synthesize storeFrontIdentifier=_storeFrontIdentifier;
@property(retain) NSNumber *itemIdentifier; // @synthesize itemIdentifier=_itemIdentifier;
@property(retain) NSString *receiptType; // @synthesize receiptType=_receiptType;
@property(retain) NSString *bundlePath; // @synthesize bundlePath=_bundlePath;
@property(retain) NSString *bundleVersion; // @synthesize bundleVersion=_bundleVersion;
@property(retain) NSString *bundleIdentifier; // @synthesize bundleIdentifier=_bundleIdentifier;
@property(retain, nonnull) NSString *appName; // @synthesize appName=_appName;
@property(retain) NSString *accountIdentifier; // @synthesize accountIdentifier=_accountIdentifier;
@property(retain) NSString *accountOpaqueDSID; // @synthesize accountOpaqueDSID=_accountOpaqueDSID;
//- (void).cxx_destruct;
- (instancetype)copyWithZone:(nullable NSZone *)zone;
2016-09-17 13:10:24 +00:00
- (nullable instancetype)initWithCoder:(nonnull NSCoder *)coder;
- (void)encodeWithCoder:(nonnull NSCoder *)coder;
- (nonnull NSString *)description;
@property(readonly, nullable) NSString *sourceString;
2015-08-02 20:38:38 +00:00
@end
NS_ASSUME_NONNULL_END