Skip to content

Commit ddf7ecf

Browse files
authored
Version 2.7.2 (#790)
* Version bump, added Apple and Android builds * Added Linux build * Added Windows build
1 parent 050a25d commit ddf7ecf

File tree

50 files changed

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

+57
-24
lines changed

.gitignore

+6-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
**/.DS_Store
22
Superpowered/libWindows/SuperpoweredWinUWP.pri
3-
Examples_Windows/x64
4-
Examples_Windows/x86
5-
Examples_Windows/.vs
6-
xcuserdata
3+
Examples_Windows/**/x64
4+
Examples_Windows/**/x86
5+
Examples_Windows/**/.vs
6+
Examples_Linux/offline*
7+
Examples_Linux/hls
8+
xcuserdata

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.8
260+
Superpowered version 2.7.2
254 KB
Binary file not shown.
340 KB
Binary file not shown.
432 KB
Binary file not shown.
Binary file not shown.

Superpowered/libSuperpoweredAudio.xcframework/Info.plist

+50-19
Original file line numberDiff line numberDiff line change
@@ -6,49 +6,48 @@
66
<array>
77
<dict>
88
<key>BinaryPath</key>
9-
<string>libSuperpoweredAudioIOS-iphoneos.a</string>
9+
<string>libSuperpoweredAudiotvOS-appletvsimulator.a</string>
1010
<key>LibraryIdentifier</key>
11-
<string>ios-arm64</string>
11+
<string>tvos-arm64_x86_64-simulator</string>
1212
<key>LibraryPath</key>
13-
<string>libSuperpoweredAudioIOS-iphoneos.a</string>
13+
<string>libSuperpoweredAudiotvOS-appletvsimulator.a</string>
1414
<key>SupportedArchitectures</key>
1515
<array>
1616
<string>arm64</string>
17+
<string>x86_64</string>
1718
</array>
1819
<key>SupportedPlatform</key>
19-
<string>ios</string>
20+
<string>tvos</string>
21+
<key>SupportedPlatformVariant</key>
22+
<string>simulator</string>
2023
</dict>
2124
<dict>
2225
<key>BinaryPath</key>
23-
<string>libSuperpoweredAudioOSX.a</string>
26+
<string>libSuperpoweredAudioVisionOS-xros.a</string>
2427
<key>LibraryIdentifier</key>
25-
<string>macos-arm64_x86_64</string>
28+
<string>xros-arm64</string>
2629
<key>LibraryPath</key>
27-
<string>libSuperpoweredAudioOSX.a</string>
30+
<string>libSuperpoweredAudioVisionOS-xros.a</string>
2831
<key>SupportedArchitectures</key>
2932
<array>
3033
<string>arm64</string>
31-
<string>x86_64</string>
3234
</array>
3335
<key>SupportedPlatform</key>
34-
<string>macos</string>
36+
<string>xros</string>
3537
</dict>
3638
<dict>
3739
<key>BinaryPath</key>
38-
<string>libSuperpoweredAudioIOS-maccatalyst.a</string>
40+
<string>libSuperpoweredAudioIOS-iphoneos.a</string>
3941
<key>LibraryIdentifier</key>
40-
<string>ios-arm64_x86_64-maccatalyst</string>
42+
<string>ios-arm64</string>
4143
<key>LibraryPath</key>
42-
<string>libSuperpoweredAudioIOS-maccatalyst.a</string>
44+
<string>libSuperpoweredAudioIOS-iphoneos.a</string>
4345
<key>SupportedArchitectures</key>
4446
<array>
4547
<string>arm64</string>
46-
<string>x86_64</string>
4748
</array>
4849
<key>SupportedPlatform</key>
4950
<string>ios</string>
50-
<key>SupportedPlatformVariant</key>
51-
<string>maccatalyst</string>
5251
</dict>
5352
<dict>
5453
<key>BinaryPath</key>
@@ -83,18 +82,50 @@
8382
</dict>
8483
<dict>
8584
<key>BinaryPath</key>
86-
<string>libSuperpoweredAudiotvOS-appletvsimulator.a</string>
85+
<string>libSuperpoweredAudioIOS-maccatalyst.a</string>
8786
<key>LibraryIdentifier</key>
88-
<string>tvos-arm64_x86_64-simulator</string>
87+
<string>ios-arm64_x86_64-maccatalyst</string>
8988
<key>LibraryPath</key>
90-
<string>libSuperpoweredAudiotvOS-appletvsimulator.a</string>
89+
<string>libSuperpoweredAudioIOS-maccatalyst.a</string>
9190
<key>SupportedArchitectures</key>
9291
<array>
9392
<string>arm64</string>
9493
<string>x86_64</string>
9594
</array>
9695
<key>SupportedPlatform</key>
97-
<string>tvos</string>
96+
<string>ios</string>
97+
<key>SupportedPlatformVariant</key>
98+
<string>maccatalyst</string>
99+
</dict>
100+
<dict>
101+
<key>BinaryPath</key>
102+
<string>libSuperpoweredAudioOSX.a</string>
103+
<key>LibraryIdentifier</key>
104+
<string>macos-arm64_x86_64</string>
105+
<key>LibraryPath</key>
106+
<string>libSuperpoweredAudioOSX.a</string>
107+
<key>SupportedArchitectures</key>
108+
<array>
109+
<string>arm64</string>
110+
<string>x86_64</string>
111+
</array>
112+
<key>SupportedPlatform</key>
113+
<string>macos</string>
114+
</dict>
115+
<dict>
116+
<key>BinaryPath</key>
117+
<string>libSuperpoweredAudioVisionOS-xrsimulator.a</string>
118+
<key>LibraryIdentifier</key>
119+
<string>xros-arm64_x86_64-simulator</string>
120+
<key>LibraryPath</key>
121+
<string>libSuperpoweredAudioVisionOS-xrsimulator.a</string>
122+
<key>SupportedArchitectures</key>
123+
<array>
124+
<string>arm64</string>
125+
<string>x86_64</string>
126+
</array>
127+
<key>SupportedPlatform</key>
128+
<string>xros</string>
98129
<key>SupportedPlatformVariant</key>
99130
<string>simulator</string>
100131
</dict>

0 commit comments

Comments
 (0)