Skip to content

Commit

Permalink
fixed info plists
Browse files Browse the repository at this point in the history
  • Loading branch information
pablonosh committed Oct 5, 2023
1 parent f4741d8 commit 0ffde8c
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
Binary file not shown.
Binary file not shown.
Binary file modified QuickPoseMP.xcframework/ios-arm64/QuickPoseMP.framework/Info.plist
Binary file not shown.
2 changes: 1 addition & 1 deletion SampleApps/SwiftUI/PickerDemo/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>1.2.2</string>
<string>1.2.4</string>
<key>CFBundleURLTypes</key>
<array>
<dict>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ struct QuickPosePickerView: View {
@State var counter = QuickPoseThresholdCounter()
@State var timer = QuickPoseThresholdTimer()

private var quickPose = QuickPose(sdkKey: "YOUR SDK KEY HERE") // register for your free key at https://dev.quickpose.ai
private var quickPose = QuickPose(sdkKey: "01GS5J4JEQQZDZZB0EYSE974BV") // register for your free key at https://dev.quickpose.ai
@State private var overlayImage: UIImage?

@State var useFrontCamera: Bool = true
Expand Down

0 comments on commit 0ffde8c

Please sign in to comment.