Skip to content

Commit

Permalink
Fix bug 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim Bisenius committed May 20, 2024
1 parent b601b9b commit 3254c3e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Calorie Counter.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 0.6.1;
MARKETING_VERSION = 0.6.2;
PRODUCT_BUNDLE_IDENTIFIER = "cx.jims.calorie-counter";
PRODUCT_NAME = "$(TARGET_NAME)";
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
Expand Down Expand Up @@ -433,7 +433,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 0.6.1;
MARKETING_VERSION = 0.6.2;
PRODUCT_BUNDLE_IDENTIFIER = "cx.jims.calorie-counter";
PRODUCT_NAME = "$(TARGET_NAME)";
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
Expand Down
2 changes: 2 additions & 0 deletions Calorie Counter/Screens/ProcessingView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ struct ProcessingView: View {
barcode = ""
mealDescription = ""
imageData = nil
// Calculate time to process
timeToProcess = String(format: "%.1f", Date().timeIntervalSince(startTime))
} catch {
print("Error: Failed to save meal info from barcode.")
errorHasOccured = true
Expand Down

0 comments on commit 3254c3e

Please sign in to comment.