Skip to content

Commit

Permalink
v1.2 (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
keefo authored Nov 11, 2023
1 parent 00db0a3 commit fa96f08
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion NeewerLite/NeewerLite/Common/Logger.swift
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public class Logger {

private static var logBuffer: LogBuffer = LogBuffer(version: bundleVersion, osversion: osVersionString, logs: [])
private static let logThreshold = 50 // Number of logs to collect before sending
private static let batchingInterval = 1.0 // Time interval in seconds
private static let batchingInterval = 60.0 // Time interval in seconds
private static var timer: Timer?
private static var networkDown: Bool = false

Expand Down
4 changes: 4 additions & 0 deletions Tools/clean.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/bash

BUILD_FOLDER="$(PWD)/build"
rm -f $BUILD_FOLDER
2 changes: 1 addition & 1 deletion Tools/publish.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

BUILD_DIR="$1"
BUILD_DIR="./build/NeewerLite.xcarchive/Products/Applications/"
DMG_FILENAME=NeewerLite

if [ -z "$NEEWERLITE_REMOTE_FOLDER" ]
Expand Down

0 comments on commit fa96f08

Please sign in to comment.