Skip to content

Commit

Permalink
add logs
Browse files Browse the repository at this point in the history
  • Loading branch information
ishkawa committed Feb 16, 2015
1 parent ea97cad commit 47f5198
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ls2xs/StringsFile.swift
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ class StringsFile {
}

func save() {
println("update \(URL.path!)")

var string = ""

for (key, value) in dictionary {
Expand Down
2 changes: 2 additions & 0 deletions ls2xs/XibFile.swift
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ class XibFile {
}

func generateStringsInLprojFile(lprojFile: LprojFile) {
println("generate .strings for \(URL.path!)")

let destinationURL = lprojFile.URL.URLByAppendingPathComponent("\(name).strings")
let task = NSTask()
task.launchPath = "/usr/bin/ibtool"
Expand Down

0 comments on commit 47f5198

Please sign in to comment.