File tree Expand file tree Collapse file tree 4 files changed +12
-4
lines changed
Expand file tree Collapse file tree 4 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 1717 build-type : RelWithDebInfo
1818 - name : macOS
1919 os : macos-latest
20+ - name : iOS
21+ os : macos-latest
22+ target : iOS
2023 - name : Android32
2124 os : ubuntu-22.04
2225 target : Android32
3235 uses : actions/checkout@v4
3336
3437 - name : Build
35- uses : geode-sdk/build-geode-mod@ccache-tests
38+ uses : geode-sdk/build-geode-mod@main
3639 with :
3740 export-pdb : true
3841 combine : true
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ set(CMAKE_CXX_VISIBILITY_PRESET hidden)
1010
1111set (CMAKE_INTERPROCEDURAL_OPTIMIZATION ON )
1212
13- project (jukebox VERSION 3.2.0 )
13+ project (jukebox VERSION 3.2.1 )
1414
1515file (GLOB SOURCES
1616 jukebox/jukebox/ui/*.cpp
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## v3.2.1
4+
5+ * Experimental iOS support!
6+
37## v3.2.0
48
59 * Remove all usage of std::stoi, fixing some crashes in the process
Original file line number Diff line number Diff line change 11{
2- "geode" : " 4.3.1 " ,
3- "version" : " 3.2.0 " ,
2+ "geode" : " 4.4.0 " ,
3+ "version" : " 3.2.1 " ,
44 "id" : " fleym.nongd" ,
55 "name" : " Jukebox" ,
66 "gd" : {
77 "win" : " 2.2074" ,
88 "mac" : " 2.2074" ,
9+ "ios" : " 2.2074" ,
910 "android" : " 2.2074"
1011 },
1112 "developers" : [
You can’t perform that action at this time.
0 commit comments