Info.plist 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  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>macos-arm64_x86_64</string>
  10. <key>LibraryPath</key>
  11. <string>GoogleAppMeasurement.framework</string>
  12. <key>SupportedArchitectures</key>
  13. <array>
  14. <string>arm64</string>
  15. <string>x86_64</string>
  16. </array>
  17. <key>SupportedPlatform</key>
  18. <string>macos</string>
  19. </dict>
  20. <dict>
  21. <key>LibraryIdentifier</key>
  22. <string>ios-arm64_x86_64-maccatalyst</string>
  23. <key>LibraryPath</key>
  24. <string>GoogleAppMeasurement.framework</string>
  25. <key>SupportedArchitectures</key>
  26. <array>
  27. <string>arm64</string>
  28. <string>x86_64</string>
  29. </array>
  30. <key>SupportedPlatform</key>
  31. <string>ios</string>
  32. <key>SupportedPlatformVariant</key>
  33. <string>maccatalyst</string>
  34. </dict>
  35. <dict>
  36. <key>LibraryIdentifier</key>
  37. <string>ios-arm64_i386_x86_64-simulator</string>
  38. <key>LibraryPath</key>
  39. <string>GoogleAppMeasurement.framework</string>
  40. <key>SupportedArchitectures</key>
  41. <array>
  42. <string>arm64</string>
  43. <string>i386</string>
  44. <string>x86_64</string>
  45. </array>
  46. <key>SupportedPlatform</key>
  47. <string>ios</string>
  48. <key>SupportedPlatformVariant</key>
  49. <string>simulator</string>
  50. </dict>
  51. <dict>
  52. <key>LibraryIdentifier</key>
  53. <string>tvos-arm64_x86_64-simulator</string>
  54. <key>LibraryPath</key>
  55. <string>GoogleAppMeasurement.framework</string>
  56. <key>SupportedArchitectures</key>
  57. <array>
  58. <string>arm64</string>
  59. <string>x86_64</string>
  60. </array>
  61. <key>SupportedPlatform</key>
  62. <string>tvos</string>
  63. <key>SupportedPlatformVariant</key>
  64. <string>simulator</string>
  65. </dict>
  66. <dict>
  67. <key>LibraryIdentifier</key>
  68. <string>tvos-arm64</string>
  69. <key>LibraryPath</key>
  70. <string>GoogleAppMeasurement.framework</string>
  71. <key>SupportedArchitectures</key>
  72. <array>
  73. <string>arm64</string>
  74. </array>
  75. <key>SupportedPlatform</key>
  76. <string>tvos</string>
  77. </dict>
  78. <dict>
  79. <key>LibraryIdentifier</key>
  80. <string>ios-arm64_armv7</string>
  81. <key>LibraryPath</key>
  82. <string>GoogleAppMeasurement.framework</string>
  83. <key>SupportedArchitectures</key>
  84. <array>
  85. <string>arm64</string>
  86. <string>armv7</string>
  87. </array>
  88. <key>SupportedPlatform</key>
  89. <string>ios</string>
  90. </dict>
  91. </array>
  92. <key>CFBundlePackageType</key>
  93. <string>XFWK</string>
  94. <key>XCFrameworkFormatVersion</key>
  95. <string>1.0</string>
  96. </dict>
  97. </plist>