Skip to content

Commit

Permalink
Remove lib reference
Browse files Browse the repository at this point in the history
  • Loading branch information
bgoncal committed Feb 15, 2024
1 parent ba7f93b commit 2279a48
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions HomeAssistant.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -4252,8 +4252,6 @@
11B6B5812948F8E100B8B552 /* PBXTargetDependency */,
);
name = App;
packageProductDependencies = (
);
productName = HomeAssistant;
productReference = B657A8E61CA646EB00121384 /* Home Assistant Δ.app */;
productType = "com.apple.product-type.application";
Expand Down Expand Up @@ -4695,8 +4693,6 @@
bg,
);
mainGroup = B657A8DD1CA646EB00121384;
packageReferences = (
);
productRefGroup = B657A8E71CA646EB00121384 /* Products */;
projectDirPath = "";
projectRoot = "";
Expand Down
2 changes: 1 addition & 1 deletion Sources/App/QRCodeScanner/BarcodeScannerView.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import CodeScanner
import Shared
import SwiftUI

Expand Down Expand Up @@ -72,6 +71,7 @@ struct BarcodeScannerView: View {
if let alternativeOptionLabel {
Button {
viewModel.aborted(.alternativeOptions)
dismiss()
} label: {
Text(alternativeOptionLabel)
.font(.subheadline)
Expand Down

0 comments on commit 2279a48

Please sign in to comment.