Skip to content

Commit 817d517

Browse files
committed
added iOS and Android builds
1 parent 1222a72 commit 817d517

12 files changed

+14
-14
lines changed

README.md

+1-1
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

+13-13
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)