İlk commit: Stepstead Godot istemci (4.6 Mobile)
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
commit
6a1706051d
346 changed files with 14415 additions and 0 deletions
|
|
@ -0,0 +1,18 @@
|
|||
[configuration]
|
||||
|
||||
entry_symbol = "godot_apple_plugins_storekit_start"
|
||||
compatibility_minimum = 4.2
|
||||
|
||||
[libraries]
|
||||
ios = "res://addons/GodotApplePluginsStoreKit/bin/GodotApplePluginsStoreKit.xcframework"
|
||||
linux.arm64 = "res://addons/GodotApplePluginsStoreKit/bin/godot_apple_plugins_storekit_stub.linux.arm64.so"
|
||||
linux.x86_64 = "res://addons/GodotApplePluginsStoreKit/bin/godot_apple_plugins_storekit_stub.linux.x86_64.so"
|
||||
macos.arm64 = "res://addons/GodotApplePluginsStoreKit/bin/GodotApplePluginsStoreKit.framework"
|
||||
macos.x86_64 = "res://addons/GodotApplePluginsStoreKit/bin/GodotApplePluginsStoreKit_x64.framework"
|
||||
windows.arm64 = "res://addons/GodotApplePluginsStoreKit/bin/godot_apple_plugins_storekit_stub.windows.arm64.dll"
|
||||
windows.x86_64 = "res://addons/GodotApplePluginsStoreKit/bin/godot_apple_plugins_storekit_stub.windows.x86_64.dll"
|
||||
|
||||
[dependencies]
|
||||
ios = { "res://addons/GodotApplePluginsRuntime/bin/SwiftGodotRuntime.xcframework": "" }
|
||||
macos.arm64 = { "res://addons/GodotApplePluginsRuntime/bin/SwiftGodotRuntime.framework": "" }
|
||||
macos.x86_64 = { "res://addons/GodotApplePluginsRuntime/bin/SwiftGodotRuntime_x64.framework": "" }
|
||||
Loading…
Add table
Add a link
Reference in a new issue