Skip to content

Commit 8e2b066

Browse files
committed
bumping version
1 parent 644b730 commit 8e2b066

File tree

29 files changed

+494
-154
lines changed

29 files changed

+494
-154
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ 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+
## v1.2.12 - 2025-09-29
8+
### Added
9+
- Overarm Reach and Knee Raises
10+
711
## v1.2.12 - 2025-07-24
812

913
### Fixed

QuickPoseCamera.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'QuickPoseCamera'
3-
s.version = '1.2.12'
3+
s.version = '1.2.13'
44
s.summary = 'QuickPoseCamera'
55
s.homepage = 'https://quickpose.ai'
66
s.authors = 'QuickPose.ai'

QuickPoseCore.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'QuickPoseCore'
3-
s.version = '1.2.12'
3+
s.version = '1.2.13'
44
s.summary = 'QuickPoseCore'
55
s.homepage = 'https://quickpose.ai'
66
s.authors = 'QuickPose.ai'

QuickPoseCore.xcframework/Info.plist

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,32 +8,32 @@
88
<key>BinaryPath</key>
99
<string>QuickPoseCore.framework/QuickPoseCore</string>
1010
<key>LibraryIdentifier</key>
11-
<string>ios-arm64</string>
11+
<string>ios-arm64_x86_64-simulator</string>
1212
<key>LibraryPath</key>
1313
<string>QuickPoseCore.framework</string>
1414
<key>SupportedArchitectures</key>
1515
<array>
1616
<string>arm64</string>
17+
<string>x86_64</string>
1718
</array>
1819
<key>SupportedPlatform</key>
1920
<string>ios</string>
21+
<key>SupportedPlatformVariant</key>
22+
<string>simulator</string>
2023
</dict>
2124
<dict>
2225
<key>BinaryPath</key>
2326
<string>QuickPoseCore.framework/QuickPoseCore</string>
2427
<key>LibraryIdentifier</key>
25-
<string>ios-arm64_x86_64-simulator</string>
28+
<string>ios-arm64</string>
2629
<key>LibraryPath</key>
2730
<string>QuickPoseCore.framework</string>
2831
<key>SupportedArchitectures</key>
2932
<array>
3033
<string>arm64</string>
31-
<string>x86_64</string>
3234
</array>
3335
<key>SupportedPlatform</key>
3436
<string>ios</string>
35-
<key>SupportedPlatformVariant</key>
36-
<string>simulator</string>
3737
</dict>
3838
</array>
3939
<key>CFBundlePackageType</key>

QuickPoseCore.xcframework/ios-arm64/QuickPoseCore.framework/Headers/QuickPoseCore-Swift.h

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#if 0
22
#elif defined(__arm64__) && __arm64__
3-
// Generated by Apple Swift version 6.0.3 effective-5.10 (swiftlang-6.0.3.1.10 clang-1600.0.30.1)
3+
// Generated by Apple Swift version 6.2 effective-5.10 (swiftlang-6.2.0.19.9 clang-1700.3.19.1)
44
#ifndef QUICKPOSECORE_SWIFT_H
55
#define QUICKPOSECORE_SWIFT_H
66
#pragma clang diagnostic push
@@ -65,6 +65,7 @@
6565
# if __has_include(<uchar.h>)
6666
# include <uchar.h>
6767
# elif !defined(__cplusplus)
68+
typedef unsigned char char8_t;
6869
typedef uint_least16_t char16_t;
6970
typedef uint_least32_t char32_t;
7071
# endif
@@ -304,9 +305,9 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
304305
#endif
305306

306307
#if defined(__OBJC__)
308+
307309
@class AVCaptureOutput;
308310
@class AVCaptureConnection;
309-
310311
/// QuickPose provides developer-oriented cutting edge AI features with easy integration and production ready code.
311312
/// Use QuickPose when you want to process a camera’s output frame and perform a common AI feature to the image,
312313
/// such as overlaying markings to the output image to highlight the user.
@@ -438,11 +439,6 @@ SWIFT_CLASS("_TtC13QuickPoseCore9QuickPose")
438439
+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable");
439440
@end
440441

441-
442-
443-
444-
445-
446442
#endif
447443
#if __has_attribute(external_source_symbol)
448444
# pragma clang attribute pop

QuickPoseCore.xcframework/ios-arm64/QuickPoseCore.framework/Info.plist

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<plist version="1.0">
44
<dict>
55
<key>BuildMachineOSBuild</key>
6-
<string>24F74</string>
6+
<string>24G90</string>
77
<key>CFBundleDevelopmentRegion</key>
88
<string>en</string>
99
<key>CFBundleExecutable</key>
@@ -17,29 +17,29 @@
1717
<key>CFBundlePackageType</key>
1818
<string>FMWK</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>1.2.12</string>
20+
<string>1.2.13</string>
2121
<key>CFBundleSupportedPlatforms</key>
2222
<array>
2323
<string>iPhoneOS</string>
2424
</array>
2525
<key>CFBundleVersion</key>
26-
<string>1.2.12</string>
26+
<string>1.2.13</string>
2727
<key>DTCompiler</key>
2828
<string>com.apple.compilers.llvm.clang.1_0</string>
2929
<key>DTPlatformBuild</key>
30-
<string>22C146</string>
30+
<string>23A339</string>
3131
<key>DTPlatformName</key>
3232
<string>iphoneos</string>
3333
<key>DTPlatformVersion</key>
34-
<string>18.2</string>
34+
<string>26.0</string>
3535
<key>DTSDKBuild</key>
36-
<string>22C146</string>
36+
<string>23A339</string>
3737
<key>DTSDKName</key>
38-
<string>iphoneos18.2</string>
38+
<string>iphoneos26.0</string>
3939
<key>DTXcode</key>
40-
<string>1620</string>
40+
<string>2601</string>
4141
<key>DTXcodeBuild</key>
42-
<string>16C5032a</string>
42+
<string>17A400</string>
4343
<key>MinimumOSVersion</key>
4444
<string>13.0</string>
4545
<key>UIDeviceFamily</key>

0 commit comments

Comments
 (0)