Info.plist 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  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>AppLaunchPlaceholderURL</key>
  6. <string>https://example.com/app-link-coming-soon</string>
  7. <key>AppShareURL</key>
  8. <string>https://example.com/app-link-coming-soon</string>
  9. <key>CFBundleDevelopmentRegion</key>
  10. <string>$(DEVELOPMENT_LANGUAGE)</string>
  11. <key>CFBundleLocalizations</key>
  12. <array>
  13. <string>en</string>
  14. <string>fr</string>
  15. <string>fr-CA</string>
  16. <string>de</string>
  17. <string>nl</string>
  18. <string>sv</string>
  19. <string>ko</string>
  20. <string>pt-BR</string>
  21. <string>ru</string>
  22. <string>vi</string>
  23. <string>zh-Hans</string>
  24. <string>zh-Hant</string>
  25. </array>
  26. <key>CFBundleDisplayName</key>
  27. <string>AI Companion for Meet</string>
  28. <key>CFBundleExecutable</key>
  29. <string>$(EXECUTABLE_NAME)</string>
  30. <key>CFBundleIdentifier</key>
  31. <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
  32. <key>CFBundleInfoDictionaryVersion</key>
  33. <string>6.0</string>
  34. <key>CFBundleName</key>
  35. <string>AI Companion for Meet</string>
  36. <key>CFBundlePackageType</key>
  37. <string>APPL</string>
  38. <key>CFBundleShortVersionString</key>
  39. <string>$(MARKETING_VERSION)</string>
  40. <key>CFBundleURLTypes</key>
  41. <array>
  42. <dict>
  43. <key>CFBundleURLName</key>
  44. <string>GoogleOAuthRedirect</string>
  45. <key>CFBundleURLSchemes</key>
  46. <array>
  47. <string>meetingsapp.oauth</string>
  48. </array>
  49. </dict>
  50. </array>
  51. <key>CFBundleVersion</key>
  52. <string>$(CURRENT_PROJECT_VERSION)</string>
  53. <key>LSMinimumSystemVersion</key>
  54. <string>$(MACOSX_DEPLOYMENT_TARGET)</string>
  55. <key>LSApplicationCategoryType</key>
  56. <string>public.app-category.social-networking</string>
  57. <key>MoreAppsURL</key>
  58. <string>https://example.com/app-link-coming-soon</string>
  59. <key>NSMainStoryboardFile</key>
  60. <string>Main</string>
  61. <key>NSMicrophoneUsageDescription</key>
  62. <string>This app records meeting audio locally with your consent so it can be shown in AI Companion after the meeting.</string>
  63. <key>NSPrincipalClass</key>
  64. <string>NSApplication</string>
  65. <key>NSSpeechRecognitionUsageDescription</key>
  66. <string>This app converts your saved meeting audio into text transcripts for AI Companion.</string>
  67. <key>OpenAIAPIKey</key>
  68. <string></string>
  69. <key>PrivacyPolicyURL</key>
  70. <string>https://sites.google.com/view/ai-companion-for-meet/privacy-policy</string>
  71. <key>RateUsURL</key>
  72. <string>https://apps.apple.com/pk/app/meeting-app-for-google-meet/id6654920763?mt=12</string>
  73. <key>SupportURL</key>
  74. <string>https://sites.google.com/view/ai-companion-for-meet/get-support</string>
  75. <key>TermsOfServiceURL</key>
  76. <string>https://sites.google.com/view/ai-companion-for-meet/terms-and-condition</string>
  77. </dict>
  78. </plist>