Skip to content

Commit 5b6199e

Browse files
authored
Version 2.6.5 (#771)
* Added v2.6.5 iOS and Android builds * Added v2.6.5 Linux builds * Added v2.6.5 Windows builds
1 parent 1222a72 commit 5b6199e

41 files changed

Lines changed: 14 additions & 14 deletions

File tree

Some content is hidden

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

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.4
260+
Superpowered version 2.6.5
-1.78 KB
Binary file not shown.
-2.35 KB
Binary file not shown.
-1.65 KB
Binary file not shown.
-1.82 KB
Binary file not shown.

Superpowered/libSuperpoweredAudio.xcframework/Info.plist

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,6 @@
44
<dict>
55
<key>AvailableLibraries</key>
66
<array>
7-
<dict>
8-
<key>LibraryIdentifier</key>
9-
<string>macos-arm64_x86_64</string>
10-
<key>LibraryPath</key>
11-
<string>libSuperpoweredAudioOSX.a</string>
12-
<key>SupportedArchitectures</key>
13-
<array>
14-
<string>arm64</string>
15-
<string>x86_64</string>
16-
</array>
17-
<key>SupportedPlatform</key>
18-
<string>macos</string>
19-
</dict>
207
<dict>
218
<key>LibraryIdentifier</key>
229
<string>ios-arm64_x86_64-maccatalyst</string>
@@ -86,6 +73,19 @@
8673
<key>SupportedPlatformVariant</key>
8774
<string>simulator</string>
8875
</dict>
76+
<dict>
77+
<key>LibraryIdentifier</key>
78+
<string>macos-arm64_x86_64</string>
79+
<key>LibraryPath</key>
80+
<string>libSuperpoweredAudioOSX.a</string>
81+
<key>SupportedArchitectures</key>
82+
<array>
83+
<string>arm64</string>
84+
<string>x86_64</string>
85+
</array>
86+
<key>SupportedPlatform</key>
87+
<string>macos</string>
88+
</dict>
8989
</array>
9090
<key>CFBundlePackageType</key>
9191
<string>XFWK</string>

0 commit comments

Comments
 (0)