Commit 2cbd670 1 parent fbbb65a commit 2cbd670 Copy full SHA for 2cbd670
File tree 6 files changed +14
-12
lines changed
bin2d/addons/godot-rapier2d
libgodot_rapier.ios.arm64.framework
libgodot_rapier.ios.x86_64.framework
bin3d/addons/godot-rapier3d/bin
libgodot_rapier.ios.arm64.framework
libgodot_rapier.ios.x86_64.framework
6 files changed +14
-12
lines changed Original file line number Diff line number Diff line change @@ -36,15 +36,17 @@ jobs:
36
36
shell : sh
37
37
run : |
38
38
ls target/release
39
- mv target/release/libgodot_rapier.dylib bin${{ matrix.dimensions.short }}/addons/godot-rapier${{ matrix.dimensions.short }}/bin/libgodot_rapier.ios.${{ matrix.arch.name }}.framework/libgodot_rapier
39
+ # Change rpath for testing
40
+ install_name_tool -id @rpath/libgodot_rapier.ios.${{ matrix.arch.name }}.framework/libgodot_rapier.ios.${{ matrix.arch.name }} target/release/libgodot_rapier.dylib
41
+ mv target/release/libgodot_rapier.dylib bin${{ matrix.dimensions.short }}/addons/godot-rapier${{ matrix.dimensions.short }}/bin/libgodot_rapier.ios.${{ matrix.arch.name }}.framework/libgodot_rapier.ios.${{ matrix.arch.name }}
40
42
mv target/release/libgodot_rapier.a bin${{ matrix.dimensions.short }}/addons/godot-rapier${{ matrix.dimensions.short }}/bin/libgodot_rapier.ios.${{ matrix.arch.name }}.framework/libgodot_rapier.a
41
43
42
44
- name : Upload
43
45
uses : actions/upload-artifact@v4
44
46
with :
45
47
name : godot-rapier-${{ matrix.dimensions.short }}-${{ matrix.precision }}-${{ matrix.features.name }}-${{ matrix.arch.rust}}
46
48
path : |
47
- bin${{ matrix.dimensions.short }}/**/libgodot_rapier
49
+ bin${{ matrix.dimensions.short }}/**/*.${{ matrix.arch.name }}
48
50
if-no-files-found : error
49
51
50
52
- name : Upload Static
Original file line number Diff line number Diff line change 7
7
<key >CFBundleDevelopmentRegion </key >
8
8
<string >en </string >
9
9
<key >CFBundleExecutable </key >
10
- <string >libgodot_rapier </string >
10
+ <string >libgodot_rapier.ios.arm64 </string >
11
11
<key >CFBundleName </key >
12
12
<string >Godot Rapier2D </string >
13
13
<key >CFBundleDisplayName </key >
35
35
<array >
36
36
<dict >
37
37
<key >BinaryPath </key >
38
- <string >libgodot_rapier.dylib </string >
38
+ <string >libgodot_rapier.ios.arm64. dylib </string >
39
39
</dict >
40
40
</array >
41
41
</dict >
Original file line number Diff line number Diff line change 7
7
<key >CFBundleDevelopmentRegion </key >
8
8
<string >en </string >
9
9
<key >CFBundleExecutable </key >
10
- <string >libgodot_rapier </string >
10
+ <string >libgodot_rapier.ios.x86_64 </string >
11
11
<key >CFBundleName </key >
12
12
<string >Godot Rapier2D </string >
13
13
<key >CFBundleDisplayName </key >
35
35
<array >
36
36
<dict >
37
37
<key >BinaryPath </key >
38
- <string >libgodot_rapier.dylib </string >
38
+ <string >libgodot_rapier.ios.x86_64. dylib </string >
39
39
</dict >
40
40
</array >
41
41
</dict >
Original file line number Diff line number Diff line change @@ -24,8 +24,8 @@ android.debug.arm64 = "bin/libgodot_rapier.android.aarch64-linux-android.so"
24
24
android.release.arm64 = "bin/libgodot_rapier.android.aarch64-linux-android.so"
25
25
ios.debug.arm64 = "bin/libgodot_rapier.ios.arm64.framework"
26
26
ios.release.arm64 = "bin/libgodot_rapier.ios.arm64.framework"
27
- ios.debug.x86_64 = "bin/libgodot_rapier.ios.framework"
28
- ios.release.x86_64 = "bin/libgodot_rapier.ios.framework"
27
+ ios.debug.x86_64 = "bin/libgodot_rapier.ios.x86_64. framework"
28
+ ios.release.x86_64 = "bin/libgodot_rapier.ios.x86_64. framework"
29
29
web.debug.threads.wasm32 = "bin/godot_rapier.wasm"
30
30
web.release.threads.wasm32 = "bin/godot_rapier.wasm"
31
31
web.debug.wasm32 = "bin/wasm-nothreads/godot_rapier.wasm"
Original file line number Diff line number Diff line change 7
7
<key >CFBundleDevelopmentRegion </key >
8
8
<string >en </string >
9
9
<key >CFBundleExecutable </key >
10
- <string >libgodot_rapier </string >
10
+ <string >libgodot_rapier.ios.arm64.dylib </string >
11
11
<key >CFBundleName </key >
12
12
<string >Godot Rapier3D </string >
13
13
<key >CFBundleDisplayName </key >
35
35
<array >
36
36
<dict >
37
37
<key >BinaryPath </key >
38
- <string >libgodot_rapier.dylib </string >
38
+ <string >libgodot_rapier.ios.arm64. dylib </string >
39
39
</dict >
40
40
</array >
41
41
</dict >
Original file line number Diff line number Diff line change 7
7
<key >CFBundleDevelopmentRegion </key >
8
8
<string >en </string >
9
9
<key >CFBundleExecutable </key >
10
- <string >libgodot_rapier </string >
10
+ <string >libgodot_rapier.ios.x86_64.dylib </string >
11
11
<key >CFBundleName </key >
12
12
<string >Godot Rapier3D </string >
13
13
<key >CFBundleDisplayName </key >
35
35
<array >
36
36
<dict >
37
37
<key >BinaryPath </key >
38
- <string >libgodot_rapier.dylib </string >
38
+ <string >libgodot_rapier.ios.x86_64. dylib </string >
39
39
</dict >
40
40
</array >
41
41
</dict >
You can’t perform that action at this time.
0 commit comments