Skip to content

Commit

Permalink
===========Version 0.8===========
Browse files Browse the repository at this point in the history
  • Loading branch information
Esqarrouth committed Jun 21, 2016
1 parent 27da221 commit f3afa2a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion QorumLogs.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "QorumLogs"
s.version = "0.7.2"
s.version = "0.8"
s.summary = "Swift Logging Utility for Xcode & Google Docs"
s.description = "Swift Logging Utility for Xcode & Google Documents"
s.homepage = "https://github.com/goktugyil/QorumLogs"
Expand Down
4 changes: 2 additions & 2 deletions QorumLogs.swift
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ public func QLPlusLine(file: String = #file, _ function: String = #function, _ l
}

///Print data with level
private func QLManager<T>(debug: T, file: String, function: String, line: Int, level : Int){
private func QLManager<T>(debug: T, file: String, function: String, line: Int, level : Int) {

let levelText : String;

Expand Down Expand Up @@ -292,7 +292,7 @@ private func QLManager<T>(debug: T, file: String, function: String, line: Int, l
}

///Print line
private func QLineManager(lineString : String, file: String, function: String, line: Int){
private func QLineManager(lineString : String, file: String, function: String, line: Int) {
let fileExtension = file.ns.lastPathComponent.ns.pathExtension
let filename = file.ns.lastPathComponent.ns.stringByDeletingPathExtension
if QorumLogs.shouldPrintLine(level: 2, fileName: filename) {
Expand Down
2 changes: 1 addition & 1 deletion QorumLogs/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<string>0.8</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
4 changes: 2 additions & 2 deletions QorumLogsExample/QorumLogsExample/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.7.2</string>
<string>0.8</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>0.7.2</string>
<string>0.8</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>UILaunchStoryboardName</key>
Expand Down

0 comments on commit f3afa2a

Please sign in to comment.