SecureBlackbox 2020 iOS Edition

Questions / Feedback?

sourceFiles (property)

The files to be packed into the container.

Syntax

@property (nonatomic,readwrite,assign,getter=sourceFiles,setter=setSourceFiles:) NSString* sourceFiles;
- (NSString*)sourceFiles;
- (void)setSourceFiles:(NSString*)newSourceFiles;
public var sourceFiles: String {
  get {...}
set {...} }

Default Value

""

Remarks

Assign a comma- or semicolon-separated list of paths to the files to be included in the container. Remember to set Extended to true if signing more than one file.

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox 2020 iOS Edition - Version 20.0 [Build 8166]