Skip to content

Commit 0ffde8c

Browse files
committed
fixed info plists
1 parent f4741d8 commit 0ffde8c

File tree

5 files changed

+2
-2
lines changed

5 files changed

+2
-2
lines changed
Binary file not shown.
Binary file not shown.
Binary file not shown.

SampleApps/SwiftUI/PickerDemo/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
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>

SampleApps/SwiftUI/PickerDemo/QuickPose Demo/QuickPosePickerView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)