Skip to content

Commit e580c80

Browse files
authored
Version 2.7.6 (#807)
Fixes and improvements
1 parent 6a47f1c commit e580c80

File tree

49 files changed

+30
-30
lines changed

Some content is hidden

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

49 files changed

+30
-30
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.7.5
260+
Superpowered version 2.7.6
-29.4 KB
Binary file not shown.
-6.57 KB
Binary file not shown.
-2.37 KB
Binary file not shown.
-378 KB
Binary file not shown.

Superpowered/libSuperpoweredAudio.xcframework/Info.plist

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -20,35 +20,46 @@
2020
</dict>
2121
<dict>
2222
<key>BinaryPath</key>
23-
<string>libSuperpoweredAudioIOS-iphonesimulator.a</string>
23+
<string>libSuperpoweredAudioOSX.a</string>
2424
<key>LibraryIdentifier</key>
25-
<string>ios-arm64_x86_64-simulator</string>
25+
<string>macos-arm64_x86_64</string>
2626
<key>LibraryPath</key>
27-
<string>libSuperpoweredAudioIOS-iphonesimulator.a</string>
27+
<string>libSuperpoweredAudioOSX.a</string>
2828
<key>SupportedArchitectures</key>
2929
<array>
3030
<string>arm64</string>
3131
<string>x86_64</string>
3232
</array>
3333
<key>SupportedPlatform</key>
34-
<string>ios</string>
35-
<key>SupportedPlatformVariant</key>
36-
<string>simulator</string>
34+
<string>macos</string>
3735
</dict>
3836
<dict>
3937
<key>BinaryPath</key>
40-
<string>libSuperpoweredAudioOSX.a</string>
38+
<string>libSuperpoweredAudiotvOS-appletvos.a</string>
4139
<key>LibraryIdentifier</key>
42-
<string>macos-arm64_x86_64</string>
40+
<string>tvos-arm64</string>
4341
<key>LibraryPath</key>
44-
<string>libSuperpoweredAudioOSX.a</string>
42+
<string>libSuperpoweredAudiotvOS-appletvos.a</string>
4543
<key>SupportedArchitectures</key>
4644
<array>
4745
<string>arm64</string>
48-
<string>x86_64</string>
4946
</array>
5047
<key>SupportedPlatform</key>
51-
<string>macos</string>
48+
<string>tvos</string>
49+
</dict>
50+
<dict>
51+
<key>BinaryPath</key>
52+
<string>libSuperpoweredAudioVisionOS-xros.a</string>
53+
<key>LibraryIdentifier</key>
54+
<string>xros-arm64</string>
55+
<key>LibraryPath</key>
56+
<string>libSuperpoweredAudioVisionOS-xros.a</string>
57+
<key>SupportedArchitectures</key>
58+
<array>
59+
<string>arm64</string>
60+
</array>
61+
<key>SupportedPlatform</key>
62+
<string>xros</string>
5263
</dict>
5364
<dict>
5465
<key>BinaryPath</key>
@@ -103,31 +114,20 @@
103114
</dict>
104115
<dict>
105116
<key>BinaryPath</key>
106-
<string>libSuperpoweredAudioVisionOS-xros.a</string>
107-
<key>LibraryIdentifier</key>
108-
<string>xros-arm64</string>
109-
<key>LibraryPath</key>
110-
<string>libSuperpoweredAudioVisionOS-xros.a</string>
111-
<key>SupportedArchitectures</key>
112-
<array>
113-
<string>arm64</string>
114-
</array>
115-
<key>SupportedPlatform</key>
116-
<string>xros</string>
117-
</dict>
118-
<dict>
119-
<key>BinaryPath</key>
120-
<string>libSuperpoweredAudiotvOS-appletvos.a</string>
117+
<string>libSuperpoweredAudioIOS-iphonesimulator.a</string>
121118
<key>LibraryIdentifier</key>
122-
<string>tvos-arm64</string>
119+
<string>ios-arm64_x86_64-simulator</string>
123120
<key>LibraryPath</key>
124-
<string>libSuperpoweredAudiotvOS-appletvos.a</string>
121+
<string>libSuperpoweredAudioIOS-iphonesimulator.a</string>
125122
<key>SupportedArchitectures</key>
126123
<array>
127124
<string>arm64</string>
125+
<string>x86_64</string>
128126
</array>
129127
<key>SupportedPlatform</key>
130-
<string>tvos</string>
128+
<string>ios</string>
129+
<key>SupportedPlatformVariant</key>
130+
<string>simulator</string>
131131
</dict>
132132
</array>
133133
<key>CFBundlePackageType</key>

0 commit comments

Comments
 (0)