Skip to content

Commit f5b2c79

Browse files
committed
tidying up pod sample app
1 parent ca648d7 commit f5b2c79

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

SampleApps/SwiftUI/PodsDemo/PodsDemo.xcodeproj/project.pbxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
D03C3EBB2A2DE84A00BE6F6B /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; };
2525
D03C3EBD2A2DE84B00BE6F6B /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
2626
D03C3EC02A2DE84B00BE6F6B /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = "<group>"; };
27-
D0D3ECA22A2DE8A600852A33 /* Podfile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Podfile; sourceTree = "<group>"; };
27+
D0D3ECA22A2DE8A600852A33 /* Podfile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Podfile; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.ruby; };
2828
/* End PBXFileReference section */
2929

3030
/* Begin PBXFrameworksBuildPhase section */

SampleApps/SwiftUI/PodsDemo/PodsDemo/ContentView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ struct QuickPoseBasicView: View {
3535

3636
.onAppear {
3737
quickPose.start(features: [.rangeOfMotion(.shoulder(side: .left, clockwiseDirection: false))], onFrame: { status, image, features, feedback, landmarks in
38+
overlayImage = image
3839
if case .success(_, _) = status {
39-
overlayImage = image
4040
} else {
4141
// show error feedback
4242
}

0 commit comments

Comments
 (0)