Info.plist 2.8 KB

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