Skip to content

Commit

Permalink
Release CascableCore 15.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
iKenndac committed Dec 20, 2024
1 parent 0c97d64 commit 203534d
Show file tree
Hide file tree
Showing 22 changed files with 43 additions and 36 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# CascableCore 15.0.1

### Bug Fixes

- Fixed a bug that'd cause camera-initated transfers to incorrectly have their `isOnlyDestinationForImage` property set to `NO` on older USB-connected Sony cameras. [CORE-959]


# CascableCore 15

### Support for "True Tethering" for Canon and Nikon Cameras
Expand Down
36 changes: 18 additions & 18 deletions CascableCore.xcframework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,24 @@
<key>BinaryPath</key>
<string>CascableCore.framework/CascableCore</string>
<key>LibraryIdentifier</key>
<string>xros-arm64</string>
<string>xros-arm64_x86_64-simulator</string>
<key>LibraryPath</key>
<string>CascableCore.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>xros</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
<dict>
<key>BinaryPath</key>
<string>CascableCore.framework/CascableCore</string>
<string>CascableCore.framework/Versions/A/CascableCore</string>
<key>LibraryIdentifier</key>
<string>ios-arm64_x86_64-simulator</string>
<string>ios-arm64_x86_64-maccatalyst</string>
<key>LibraryPath</key>
<string>CascableCore.framework</string>
<key>SupportedArchitectures</key>
Expand All @@ -33,13 +36,13 @@
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
<string>maccatalyst</string>
</dict>
<dict>
<key>BinaryPath</key>
<string>CascableCore.framework/Versions/A/CascableCore</string>
<string>CascableCore.framework/CascableCore</string>
<key>LibraryIdentifier</key>
<string>macos-arm64_x86_64</string>
<string>ios-arm64_x86_64-simulator</string>
<key>LibraryPath</key>
<string>CascableCore.framework</string>
<key>SupportedArchitectures</key>
Expand All @@ -48,24 +51,23 @@
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>macos</string>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
<dict>
<key>BinaryPath</key>
<string>CascableCore.framework/Versions/A/CascableCore</string>
<string>CascableCore.framework/CascableCore</string>
<key>LibraryIdentifier</key>
<string>ios-arm64_x86_64-maccatalyst</string>
<string>xros-arm64</string>
<key>LibraryPath</key>
<string>CascableCore.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>maccatalyst</string>
<string>xros</string>
</dict>
<dict>
<key>BinaryPath</key>
Expand All @@ -83,9 +85,9 @@
</dict>
<dict>
<key>BinaryPath</key>
<string>CascableCore.framework/CascableCore</string>
<string>CascableCore.framework/Versions/A/CascableCore</string>
<key>LibraryIdentifier</key>
<string>xros-arm64_x86_64-simulator</string>
<string>macos-arm64_x86_64</string>
<key>LibraryPath</key>
<string>CascableCore.framework</string>
<key>SupportedArchitectures</key>
Expand All @@ -94,9 +96,7 @@
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>xros</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
<string>macos</string>
</dict>
</array>
<key>CFBundlePackageType</key>
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/// Returns a detailed version string for the SDK.
static NSString * const CBLCoreVerboseVersion NS_SWIFT_NAME(CascableCoreVerboseVersion) = @"15.0.0-gcbd991ef";
static NSString * const CBLCoreVerboseVersion NS_SWIFT_NAME(CascableCoreVerboseVersion) = @"15.0.1-g69540781";
/// Returns the build number for the SDK.
static NSString * const CBLCoreBundleVersion NS_SWIFT_NAME(CascableCoreBundleVersion) = @"1927";
static NSString * const CBLCoreBundleVersion NS_SWIFT_NAME(CascableCoreBundleVersion) = @"1932";
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/// Returns a detailed version string for the SDK.
static NSString * const CBLCoreVerboseVersion NS_SWIFT_NAME(CascableCoreVerboseVersion) = @"15.0.0-gcbd991ef";
static NSString * const CBLCoreVerboseVersion NS_SWIFT_NAME(CascableCoreVerboseVersion) = @"15.0.1-g69540781";
/// Returns the build number for the SDK.
static NSString * const CBLCoreBundleVersion NS_SWIFT_NAME(CascableCoreBundleVersion) = @"1927";
static NSString * const CBLCoreBundleVersion NS_SWIFT_NAME(CascableCoreBundleVersion) = @"1932";
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/// Returns a detailed version string for the SDK.
static NSString * const CBLCoreVerboseVersion NS_SWIFT_NAME(CascableCoreVerboseVersion) = @"15.0.0-gcbd991ef";
static NSString * const CBLCoreVerboseVersion NS_SWIFT_NAME(CascableCoreVerboseVersion) = @"15.0.1-g69540781";
/// Returns the build number for the SDK.
static NSString * const CBLCoreBundleVersion NS_SWIFT_NAME(CascableCoreBundleVersion) = @"1927";
static NSString * const CBLCoreBundleVersion NS_SWIFT_NAME(CascableCoreBundleVersion) = @"1932";
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@
</data>
<key>Headers/CBLCoreVersions.h</key>
<data>
YTWIMFx9o/9Y010neaLK81y7Omc=
Hla/V82b8LxHZW4J8JHTc4JYTAA=
</data>
<key>Headers/CBLDeviceInfo.h</key>
<data>
Expand Down Expand Up @@ -406,7 +406,7 @@
</data>
<key>Info.plist</key>
<data>
450SKlyW5eIVjnLQWqps95DO13Q=
bh+YnoRwfMpAvTX61EZcr6VlQgY=
</data>
<key>Modules/module.modulemap</key>
<data>
Expand Down Expand Up @@ -1614,7 +1614,7 @@
<dict>
<key>hash2</key>
<data>
R2uebVMIo0Q27TuIOCDAPCshHw29ZP+yYVmMVQkzaiY=
9ftNQQVcNuA9AZALzWhLYABNPOPcmwl7Rac88NzJ1zw=
</data>
</dict>
<key>Headers/CBLDeviceInfo.h</key>
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/// Returns a detailed version string for the SDK.
static NSString * const CBLCoreVerboseVersion NS_SWIFT_NAME(CascableCoreVerboseVersion) = @"15.0.0-gcbd991ef";
static NSString * const CBLCoreVerboseVersion NS_SWIFT_NAME(CascableCoreVerboseVersion) = @"15.0.1-g69540781";
/// Returns the build number for the SDK.
static NSString * const CBLCoreBundleVersion NS_SWIFT_NAME(CascableCoreBundleVersion) = @"1927";
static NSString * const CBLCoreBundleVersion NS_SWIFT_NAME(CascableCoreBundleVersion) = @"1932";
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/// Returns a detailed version string for the SDK.
static NSString * const CBLCoreVerboseVersion NS_SWIFT_NAME(CascableCoreVerboseVersion) = @"15.0.0-gcbd991ef";
static NSString * const CBLCoreVerboseVersion NS_SWIFT_NAME(CascableCoreVerboseVersion) = @"15.0.1-g69540781";
/// Returns the build number for the SDK.
static NSString * const CBLCoreBundleVersion NS_SWIFT_NAME(CascableCoreBundleVersion) = @"1927";
static NSString * const CBLCoreBundleVersion NS_SWIFT_NAME(CascableCoreBundleVersion) = @"1932";
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/// Returns a detailed version string for the SDK.
static NSString * const CBLCoreVerboseVersion NS_SWIFT_NAME(CascableCoreVerboseVersion) = @"15.0.0-gcbd991ef";
static NSString * const CBLCoreVerboseVersion NS_SWIFT_NAME(CascableCoreVerboseVersion) = @"15.0.1-g69540781";
/// Returns the build number for the SDK.
static NSString * const CBLCoreBundleVersion NS_SWIFT_NAME(CascableCoreBundleVersion) = @"1927";
static NSString * const CBLCoreBundleVersion NS_SWIFT_NAME(CascableCoreBundleVersion) = @"1932";
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@
</data>
<key>Headers/CBLCoreVersions.h</key>
<data>
YTWIMFx9o/9Y010neaLK81y7Omc=
Hla/V82b8LxHZW4J8JHTc4JYTAA=
</data>
<key>Headers/CBLDeviceInfo.h</key>
<data>
Expand Down Expand Up @@ -406,7 +406,7 @@
</data>
<key>Info.plist</key>
<data>
cD+7iGCFpyrBPFxtQI1wlFr5808=
VTDKz7Up8RrPnc9hjLKCl8BuaKI=
</data>
<key>Modules/module.modulemap</key>
<data>
Expand Down Expand Up @@ -1614,7 +1614,7 @@
<dict>
<key>hash2</key>
<data>
R2uebVMIo0Q27TuIOCDAPCshHw29ZP+yYVmMVQkzaiY=
9ftNQQVcNuA9AZALzWhLYABNPOPcmwl7Rac88NzJ1zw=
</data>
</dict>
<key>Headers/CBLDeviceInfo.h</key>
Expand Down

0 comments on commit 203534d

Please sign in to comment.