Skip to content

Commit 7591e0a

Browse files
authored
Version 2.6.6 (#773)
1 parent 5b6199e commit 7591e0a

File tree

50 files changed

+24
-24
lines changed

Some content is hidden

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

50 files changed

+24
-24
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,4 +257,4 @@ Superpowered FFT benefits from ideas in Construction of a High-Performance FFT b
257257

258258
The Superpowered MP3 and AAC decoder benefits from optimizations by Ken Cooke.
259259

260-
Superpowered version 2.6.5
260+
Superpowered version 2.6.6
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

Superpowered/libSuperpoweredAudio.xcframework/Info.plist

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,16 @@
66
<array>
77
<dict>
88
<key>LibraryIdentifier</key>
9-
<string>ios-arm64_x86_64-maccatalyst</string>
9+
<string>macos-arm64_x86_64</string>
1010
<key>LibraryPath</key>
11-
<string>libSuperpoweredAudioIOS-maccatalyst.a</string>
11+
<string>libSuperpoweredAudioOSX.a</string>
1212
<key>SupportedArchitectures</key>
1313
<array>
1414
<string>arm64</string>
1515
<string>x86_64</string>
1616
</array>
1717
<key>SupportedPlatform</key>
18-
<string>ios</string>
19-
<key>SupportedPlatformVariant</key>
20-
<string>maccatalyst</string>
18+
<string>macos</string>
2119
</dict>
2220
<dict>
2321
<key>LibraryIdentifier</key>
@@ -36,27 +34,27 @@
3634
</dict>
3735
<dict>
3836
<key>LibraryIdentifier</key>
39-
<string>tvos-arm64</string>
37+
<string>ios-arm64</string>
4038
<key>LibraryPath</key>
41-
<string>libSuperpoweredAudiotvOS-appletvos.a</string>
39+
<string>libSuperpoweredAudioIOS-iphoneos.a</string>
4240
<key>SupportedArchitectures</key>
4341
<array>
4442
<string>arm64</string>
4543
</array>
4644
<key>SupportedPlatform</key>
47-
<string>tvos</string>
45+
<string>ios</string>
4846
</dict>
4947
<dict>
5048
<key>LibraryIdentifier</key>
51-
<string>ios-arm64</string>
49+
<string>tvos-arm64</string>
5250
<key>LibraryPath</key>
53-
<string>libSuperpoweredAudioIOS-iphoneos.a</string>
51+
<string>libSuperpoweredAudiotvOS-appletvos.a</string>
5452
<key>SupportedArchitectures</key>
5553
<array>
5654
<string>arm64</string>
5755
</array>
5856
<key>SupportedPlatform</key>
59-
<string>ios</string>
57+
<string>tvos</string>
6058
</dict>
6159
<dict>
6260
<key>LibraryIdentifier</key>
@@ -75,16 +73,18 @@
7573
</dict>
7674
<dict>
7775
<key>LibraryIdentifier</key>
78-
<string>macos-arm64_x86_64</string>
76+
<string>ios-arm64_x86_64-maccatalyst</string>
7977
<key>LibraryPath</key>
80-
<string>libSuperpoweredAudioOSX.a</string>
78+
<string>libSuperpoweredAudioIOS-maccatalyst.a</string>
8179
<key>SupportedArchitectures</key>
8280
<array>
8381
<string>arm64</string>
8482
<string>x86_64</string>
8583
</array>
8684
<key>SupportedPlatform</key>
87-
<string>macos</string>
85+
<string>ios</string>
86+
<key>SupportedPlatformVariant</key>
87+
<string>maccatalyst</string>
8888
</dict>
8989
</array>
9090
<key>CFBundlePackageType</key>
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)