File tree Expand file tree Collapse file tree 5 files changed +2
-2
lines changed
QuickPoseCore.xcframework
ios-arm64/QuickPoseCore.framework
ios-x86_64-simulator/QuickPoseCore.framework
QuickPoseMP.xcframework/ios-arm64/QuickPoseMP.framework
SampleApps/SwiftUI/PickerDemo Expand file tree Collapse file tree 5 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1717 <key >CFBundlePackageType </key >
1818 <string >$(PRODUCT_BUNDLE_PACKAGE_TYPE) </string >
1919 <key >CFBundleShortVersionString </key >
20- <string >1.2.2 </string >
20+ <string >1.2.4 </string >
2121 <key >CFBundleURLTypes </key >
2222 <array >
2323 <dict >
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ struct QuickPosePickerView: View {
7272 @State var counter = QuickPoseThresholdCounter ( )
7373 @State var timer = QuickPoseThresholdTimer ( )
7474
75- private var quickPose = QuickPose ( sdkKey: " YOUR SDK KEY HERE " ) // register for your free key at https://dev.quickpose.ai
75+ private var quickPose = QuickPose ( sdkKey: " 01GS5J4JEQQZDZZB0EYSE974BV " ) // register for your free key at https://dev.quickpose.ai
7676 @State private var overlayImage : UIImage ?
7777
7878 @State var useFrontCamera : Bool = true
You can’t perform that action at this time.
0 commit comments