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