Skip to content

Commit

Permalink
- OCAppIdentity: add .hostAppBundleIdentifier "storage" property
Browse files Browse the repository at this point in the history
  • Loading branch information
felix-schwarz committed Jul 13, 2022
1 parent 26fbb1e commit 57729a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ownCloudSDK/App Identity/OCAppIdentity.h
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ typedef NSString* OCAppComponentIdentifier NS_TYPED_ENUM;

#pragma mark - Device/Environment/Build Capabilities
@property(readonly,nonatomic,class) BOOL supportsFileProvider;
@property(strong,nullable) NSString *hostAppBundleIdentifier;

#pragma mark - App Identifiers
@property(strong,nonatomic,nullable) NSString *appIdentifierPrefix;
Expand Down

0 comments on commit 57729a6

Please sign in to comment.