You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,7 @@
1
1
# Godot iOS plugins
2
2
3
+
`master` branch is current development branch and can introduce breaking changes to plugin's public interface.
4
+
`3.2` branch aim is to provide same public interface as it was before switch to new iOS plugin system.
3
5
4
6
## Instructions
5
7
@@ -46,4 +48,4 @@
46
48
47
49
* Run `./scripts/generate_xcframework.sh <plugin_name> <debug|release|release_debug> <godot_version>` to generate `xcframework` with specific configuration. `xcframework` allows plugin to support both `arm64` device and `arm64` simulator.
48
50
49
-
* The result `.xcframework` will be stored in `bin` folder as well as intermidiate `.a` binaries.
51
+
* The result `.xcframework` will be stored in `bin` folder as well as intermidiate `.a` binaries.
0 commit comments