[apple embedded] Replace individual iOS/visionOS Xcode templates by Apple embedded template
This commit is contained in:
parent
3defc856b0
commit
6d9983e958
55 changed files with 609 additions and 1197 deletions
39
misc/dist/apple_embedded_xcode/libgodot.visionos.debug.xcframework/Info.plist
vendored
Executable file
39
misc/dist/apple_embedded_xcode/libgodot.visionos.debug.xcframework/Info.plist
vendored
Executable file
|
|
@ -0,0 +1,39 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>AvailableLibraries</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>LibraryIdentifier</key>
|
||||
<string>xros-arm64</string>
|
||||
<key>LibraryPath</key>
|
||||
<string>libgodot.a</string>
|
||||
<key>SupportedArchitectures</key>
|
||||
<array>
|
||||
<string>arm64</string>
|
||||
</array>
|
||||
<key>SupportedPlatform</key>
|
||||
<string>xros</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>LibraryIdentifier</key>
|
||||
<string>xros-arm64-simulator</string>
|
||||
<key>LibraryPath</key>
|
||||
<string>libgodot.a</string>
|
||||
<key>SupportedArchitectures</key>
|
||||
<array>
|
||||
<string>arm64</string>
|
||||
</array>
|
||||
<key>SupportedPlatform</key>
|
||||
<string>xros</string>
|
||||
<key>SupportedPlatformVariant</key>
|
||||
<string>simulator</string>
|
||||
</dict>
|
||||
</array>
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>XFWK</string>
|
||||
<key>XCFrameworkFormatVersion</key>
|
||||
<string>1.0</string>
|
||||
</dict>
|
||||
</plist>
|
||||
|
|
@ -0,0 +1 @@
|
|||
Dummy file to make dylibs folder exported
|
||||
1
misc/dist/apple_embedded_xcode/libgodot.visionos.debug.xcframework/xros-arm64/empty
vendored
Normal file
1
misc/dist/apple_embedded_xcode/libgodot.visionos.debug.xcframework/xros-arm64/empty
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
Dummy file to make dylibs folder exported
|
||||
Loading…
Add table
Add a link
Reference in a new issue