Skip to content

Commit 0cbb54e

Browse files
committed
Version bump, Xcode libs updated, Android libs updated
1 parent 0a44857 commit 0cbb54e

File tree

15 files changed

+31
-31
lines changed

15 files changed

+31
-31
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.7
260+
Superpowered version 2.6.8
8.25 KB
Binary file not shown.
10.7 KB
Binary file not shown.
14 KB
Binary file not shown.
9.15 KB
Binary file not shown.

Superpowered/libSuperpoweredAudio.xcframework/Info.plist

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,6 @@
44
<dict>
55
<key>AvailableLibraries</key>
66
<array>
7-
<dict>
8-
<key>BinaryPath</key>
9-
<string>libSuperpoweredAudioOSX.a</string>
10-
<key>LibraryIdentifier</key>
11-
<string>macos-arm64_x86_64</string>
12-
<key>LibraryPath</key>
13-
<string>libSuperpoweredAudioOSX.a</string>
14-
<key>SupportedArchitectures</key>
15-
<array>
16-
<string>arm64</string>
17-
<string>x86_64</string>
18-
</array>
19-
<key>SupportedPlatform</key>
20-
<string>macos</string>
21-
</dict>
227
<dict>
238
<key>BinaryPath</key>
249
<string>libSuperpoweredAudioIOS-iphoneos.a</string>
@@ -35,20 +20,18 @@
3520
</dict>
3621
<dict>
3722
<key>BinaryPath</key>
38-
<string>libSuperpoweredAudiotvOS-appletvsimulator.a</string>
23+
<string>libSuperpoweredAudioOSX.a</string>
3924
<key>LibraryIdentifier</key>
40-
<string>tvos-arm64_x86_64-simulator</string>
25+
<string>macos-arm64_x86_64</string>
4126
<key>LibraryPath</key>
42-
<string>libSuperpoweredAudiotvOS-appletvsimulator.a</string>
27+
<string>libSuperpoweredAudioOSX.a</string>
4328
<key>SupportedArchitectures</key>
4429
<array>
4530
<string>arm64</string>
4631
<string>x86_64</string>
4732
</array>
4833
<key>SupportedPlatform</key>
49-
<string>tvos</string>
50-
<key>SupportedPlatformVariant</key>
51-
<string>simulator</string>
34+
<string>macos</string>
5235
</dict>
5336
<dict>
5437
<key>BinaryPath</key>
@@ -98,6 +81,23 @@
9881
<key>SupportedPlatform</key>
9982
<string>tvos</string>
10083
</dict>
84+
<dict>
85+
<key>BinaryPath</key>
86+
<string>libSuperpoweredAudiotvOS-appletvsimulator.a</string>
87+
<key>LibraryIdentifier</key>
88+
<string>tvos-arm64_x86_64-simulator</string>
89+
<key>LibraryPath</key>
90+
<string>libSuperpoweredAudiotvOS-appletvsimulator.a</string>
91+
<key>SupportedArchitectures</key>
92+
<array>
93+
<string>arm64</string>
94+
<string>x86_64</string>
95+
</array>
96+
<key>SupportedPlatform</key>
97+
<string>tvos</string>
98+
<key>SupportedPlatformVariant</key>
99+
<string>simulator</string>
100+
</dict>
101101
</array>
102102
<key>CFBundlePackageType</key>
103103
<string>XFWK</string>
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)