Commit 201e96e 1 parent 68629ac commit 201e96e Copy full SHA for 201e96e
File tree 3 files changed +3
-3
lines changed
bin2d/addons/godot-rapier2d/bin
libgodot_rapier.ios.arm64.framework
libgodot_rapier.ios.x86_64.framework
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 29
29
echo "GODOT4_BIN=$BLAZIUM_EDITOR" >> $GITHUB_ENV
30
30
- name : Set IPHONEOS_DEPLOYMENT_TARGET
31
31
run : |
32
- echo "IPHONEOS_DEPLOYMENT_TARGET=13 .0" >> $GITHUB_ENV
32
+ echo "IPHONEOS_DEPLOYMENT_TARGET=12 .0" >> $GITHUB_ENV
33
33
- name : Build
34
34
uses : ./.github/actions/build
35
35
with :
Original file line number Diff line number Diff line change 27
27
<key >DTPlatformName </key >
28
28
<string >iphoneos </string >
29
29
<key >MinimumOSVersion </key >
30
- <string >13 .0 </string >
30
+ <string >12 .0 </string >
31
31
<!--
32
32
From https://github.com/godot-jolt/godot-jolt/
33
33
-->
Original file line number Diff line number Diff line change 27
27
<key >DTPlatformName </key >
28
28
<string >iphoneos </string >
29
29
<key >MinimumOSVersion </key >
30
- <string >13 .0 </string >
30
+ <string >12 .0 </string >
31
31
<!--
32
32
From https://github.com/godot-jolt/godot-jolt/
33
33
-->
You can’t perform that action at this time.
0 commit comments