File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 55API_AVAILABLE (ios(4.0 ))
66@interface LSApplicationProxy : LSBundleProxy
77
8- + (instancetype )applicationProxyForIdentifier:(NSString *)identifier;
8+ + (instancetype )applicationProxyForIdentifier:(NSString *)identifier NS_SWIFT_NAME(applicationProxy(forIdentifier:)) ;
99
1010@property (nonatomic, readonly) NSString *applicationIdentifier;
1111@property (nonatomic, readonly) NSString *vendorName API_AVAILABLE (ios(7.0 ));
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ API_AVAILABLE(ios(8.0))
44@interface LSBundleProxy : LSResourceProxy
55
66+ (instancetype )bundleProxyForCurrentProcess API_AVAILABLE(ios(10.0 ));
7- + (instancetype )bundleProxyForIdentifier:(NSString *)identifier;
7+ + (instancetype )bundleProxyForIdentifier:(NSString *)identifier NS_SWIFT_NAME (bundleProxy(forIdentifier:)) ;
88+ (instancetype )bundleProxyForURL:(NSURL *)url;
99
1010@property (nonatomic, readonly) NSUUID *cacheGUID;
@@ -20,7 +20,7 @@ API_AVAILABLE(ios(8.0))
2020@property (nonatomic, readonly) NSString *bundleType;
2121@property (nonatomic, readonly) NSString *canonicalExecutablePath API_AVAILABLE (ios(10.3 ));
2222
23- @property (nonatomic, readonly) NSDictionary <NSString *, NSString * > *entitlements;
23+ @property (nonatomic, readonly) NSDictionary <NSString *, id > *entitlements;
2424@property (nonatomic, readonly) NSDictionary <NSString *, NSString *> *environmentVariables;
2525@property (nonatomic, readonly) NSDictionary <NSString *, NSURL *> *groupContainerURLs;
2626
You can’t perform that action at this time.
0 commit comments