fix init to open

This commit is contained in:
nikAshanin 2017-02-27 20:21:06 +03:00
parent d82b51ec67
commit a65770eae1
2 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@ open class Log {
/// Logger for CocoaLumberJack
open let fileLogger = DDFileLogger()
init() {
open init() {
DDLog.add(fileLogger)
DDLog.add(DDASLLogger.sharedInstance())

View File

@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>0.3.6</string>
<string>0.4.4</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>