Skip to content

Commit a75523d

Browse files
afrencalgAndrasFluf22
authored
feat(swift): expose configuration (#6080)
Co-authored-by: Andras <ferencz.andras@192.168.0.130> Co-authored-by: Thomas Raffray <Fluf22@users.noreply.github.com>
1 parent 1fbdc2d commit a75523d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/swift/api.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import Foundation
1111
*/{{/description}}
1212
{{#objcCompatible}}@objcMembers {{/objcCompatible}}open class {{classname}}{{#objcCompatible}} : NSObject{{/objcCompatible}} {
1313
14-
private var configuration: {{classname}}Configuration
14+
public private(set) var configuration: {{classname}}Configuration
1515
private var transporter: Transporter
1616

1717
var appID: String {

0 commit comments

Comments
 (0)