Skip to content

Commit 8f3d5ed

Browse files
committed
0.5 release
1 parent 2f96190 commit 8f3d5ed

File tree

34 files changed

+2260
-953
lines changed

34 files changed

+2260
-953
lines changed

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,24 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## v0.5 - 2023-01-02
8+
9+
### Added
10+
- Raised finger detection and counting
11+
- Updated Picker demo with new features
12+
13+
### Changed
14+
- Extended QuickPoseThresholdCounter to be easier to work with including state change callback and transparency over internal state.
15+
16+
### Fixed
17+
- Pressup counter is more robust
18+
719
## v0.4 - 2023-02-22
820

921
### Added
1022
- Custom overlay's line width, font size, and color.
1123
- A conditional color based on measured angle
1224

13-
1425
## v0.3 - 2023-02-14
1526

1627
### Added

QuickPoseCore.xcframework/Info.plist

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,29 +6,29 @@
66
<array>
77
<dict>
88
<key>LibraryIdentifier</key>
9-
<string>ios-arm64</string>
9+
<string>ios-x86_64-simulator</string>
1010
<key>LibraryPath</key>
1111
<string>QuickPoseCore.framework</string>
1212
<key>SupportedArchitectures</key>
1313
<array>
14-
<string>arm64</string>
14+
<string>x86_64</string>
1515
</array>
1616
<key>SupportedPlatform</key>
1717
<string>ios</string>
18+
<key>SupportedPlatformVariant</key>
19+
<string>simulator</string>
1820
</dict>
1921
<dict>
2022
<key>LibraryIdentifier</key>
21-
<string>ios-x86_64-simulator</string>
23+
<string>ios-arm64</string>
2224
<key>LibraryPath</key>
2325
<string>QuickPoseCore.framework</string>
2426
<key>SupportedArchitectures</key>
2527
<array>
26-
<string>x86_64</string>
28+
<string>arm64</string>
2729
</array>
2830
<key>SupportedPlatform</key>
2931
<string>ios</string>
30-
<key>SupportedPlatformVariant</key>
31-
<string>simulator</string>
3232
</dict>
3333
</array>
3434
<key>CFBundlePackageType</key>

0 commit comments

Comments
 (0)