2
0

Info.plist 997 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  3. <plist version="1.0">
  4. <dict>
  5. <key>AvailableLibraries</key>
  6. <array>
  7. <dict>
  8. <key>LibraryIdentifier</key>
  9. <string>xros-arm64</string>
  10. <key>LibraryPath</key>
  11. <string>libgodot.a</string>
  12. <key>SupportedArchitectures</key>
  13. <array>
  14. <string>arm64</string>
  15. </array>
  16. <key>SupportedPlatform</key>
  17. <string>xros</string>
  18. </dict>
  19. <dict>
  20. <key>LibraryIdentifier</key>
  21. <string>xros-arm64-simulator</string>
  22. <key>LibraryPath</key>
  23. <string>libgodot.a</string>
  24. <key>SupportedArchitectures</key>
  25. <array>
  26. <string>arm64</string>
  27. </array>
  28. <key>SupportedPlatform</key>
  29. <string>xros</string>
  30. <key>SupportedPlatformVariant</key>
  31. <string>simulator</string>
  32. </dict>
  33. </array>
  34. <key>CFBundlePackageType</key>
  35. <string>XFWK</string>
  36. <key>XCFrameworkFormatVersion</key>
  37. <string>1.0</string>
  38. </dict>
  39. </plist>