Skip to content

Commit

Permalink
update lomod and lomoweb
Browse files Browse the repository at this point in the history
  • Loading branch information
fuji246 committed Aug 10, 2020
1 parent b178014 commit 2232cec
Show file tree
Hide file tree
Showing 13 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions LomoAgent/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>54e76a8</string>
<string>b178014</string>
<key>CFBundleVersion</key>
<string>2020_05_05.00_26_36.0.54e76a8</string>
<string>2020_08_09.17_38_35.0.b178014</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.utilities</string>
<key>LSMinimumSystemVersion</key>
Expand Down
2 changes: 2 additions & 0 deletions LomoAgent/StatusMenuController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,8 @@ class StatusMenuController: NSObject {
if UserDefaults.standard.bool(forKey: PREF_DEBUG_MODE) {
task.arguments?.append("--debug")
}

DDLogInfo("lomod args: \(task.arguments)")
task.launch()

DDLogInfo("lomod is running: \(task.isRunning), pid = \(task.processIdentifier)")
Expand Down
Binary file modified dependencies/lomod/Contents/Frameworks/lomod/libfftw3.3.dylib
Binary file not shown.
Binary file modified dependencies/lomod/Contents/Frameworks/lomod/libgcc_s.1.dylib
Binary file not shown.
Binary file modified dependencies/lomod/Contents/Frameworks/lomod/libglib-2.0.0.dylib
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified dependencies/lomod/Contents/Frameworks/lomod/libheif.1.dylib
Binary file not shown.
Binary file modified dependencies/lomod/Contents/Frameworks/lomod/libintl.8.dylib
Binary file not shown.
Binary file modified dependencies/lomod/Contents/Frameworks/lomod/liblcms2.2.dylib
Binary file not shown.
Binary file not shown.
Binary file modified dependencies/lomod/Contents/MacOS/lomo-web
Binary file not shown.
Binary file modified dependencies/lomod/Contents/MacOS/lomod
Binary file not shown.

0 comments on commit 2232cec

Please sign in to comment.