Skip to content

Commit a01bb0a

Browse files
committed
fixed scaling
1 parent 8f01a49 commit a01bb0a

File tree

99 files changed

+3518
-635
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

99 files changed

+3518
-635
lines changed

.swiftpm/xcode/xcuserdata/radzivonbartoshyk.xcuserdatad/xcschemes/xcschememanagement.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<key>JxlCoder.xcscheme_^#shared#^_</key>
1818
<dict>
1919
<key>orderHint</key>
20-
<integer>0</integer>
20+
<integer>1</integer>
2121
</dict>
2222
<key>jxlcoder.xcscheme_^#shared#^_</key>
2323
<dict>

JxlCoder.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 = 'JxlCoder'
3-
s.version = '1.5.0'
3+
s.version = '1.5.1'
44
s.summary = 'JXL coder for iOS and MacOS'
55
s.description = 'Provides support for JXL files in iOS and MacOS'
66
s.homepage = 'https://github.com/awxkee/jxl-coder-swift'

Sources/Frameworks/libhwy.xcframework/Info.plist

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,32 +29,32 @@
2929
<key>HeadersPath</key>
3030
<string>Headers</string>
3131
<key>LibraryIdentifier</key>
32-
<string>macos-arm64_x86_64</string>
32+
<string>ios-arm64</string>
3333
<key>LibraryPath</key>
3434
<string>libhwy.a</string>
3535
<key>SupportedArchitectures</key>
3636
<array>
3737
<string>arm64</string>
38-
<string>x86_64</string>
3938
</array>
4039
<key>SupportedPlatform</key>
41-
<string>macos</string>
40+
<string>ios</string>
4241
</dict>
4342
<dict>
4443
<key>BinaryPath</key>
4544
<string>libhwy.a</string>
4645
<key>HeadersPath</key>
4746
<string>Headers</string>
4847
<key>LibraryIdentifier</key>
49-
<string>ios-arm64</string>
48+
<string>macos-arm64_x86_64</string>
5049
<key>LibraryPath</key>
5150
<string>libhwy.a</string>
5251
<key>SupportedArchitectures</key>
5352
<array>
5453
<string>arm64</string>
54+
<string>x86_64</string>
5555
</array>
5656
<key>SupportedPlatform</key>
57-
<string>ios</string>
57+
<string>macos</string>
5858
</dict>
5959
</array>
6060
<key>CFBundlePackageType</key>

Sources/Frameworks/libhwy.xcframework/ios-arm64/Headers/aligned_allocator.h renamed to Sources/Frameworks/libhwy.xcframework/ios-arm64/Headers/hwy/aligned_allocator.h

File renamed without changes.

Sources/Frameworks/libhwy.xcframework/ios-arm64/Headers/base.h renamed to Sources/Frameworks/libhwy.xcframework/ios-arm64/Headers/hwy/base.h

File renamed without changes.

Sources/Frameworks/libhwy.xcframework/ios-arm64/Headers/cache_control.h renamed to Sources/Frameworks/libhwy.xcframework/ios-arm64/Headers/hwy/cache_control.h

File renamed without changes.

Sources/Frameworks/libhwy.xcframework/ios-arm64/Headers/detect_compiler_arch.h renamed to Sources/Frameworks/libhwy.xcframework/ios-arm64/Headers/hwy/detect_compiler_arch.h

File renamed without changes.

Sources/Frameworks/libhwy.xcframework/ios-arm64/Headers/detect_targets.h renamed to Sources/Frameworks/libhwy.xcframework/ios-arm64/Headers/hwy/detect_targets.h

File renamed without changes.

Sources/Frameworks/libhwy.xcframework/ios-arm64/Headers/foreach_target.h renamed to Sources/Frameworks/libhwy.xcframework/ios-arm64/Headers/hwy/foreach_target.h

File renamed without changes.

Sources/Frameworks/libhwy.xcframework/ios-arm64/Headers/highway.h renamed to Sources/Frameworks/libhwy.xcframework/ios-arm64/Headers/hwy/highway.h

File renamed without changes.

0 commit comments

Comments
 (0)