Info.plist 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  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>CFBundleDisplayName</key>
  12. <string>AI Companion for Meet</string>
  13. <key>CFBundleExecutable</key>
  14. <string>$(EXECUTABLE_NAME)</string>
  15. <key>CFBundleIdentifier</key>
  16. <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
  17. <key>CFBundleInfoDictionaryVersion</key>
  18. <string>6.0</string>
  19. <key>CFBundleName</key>
  20. <string>AI Companion for Meet</string>
  21. <key>CFBundlePackageType</key>
  22. <string>APPL</string>
  23. <key>CFBundleShortVersionString</key>
  24. <string>$(MARKETING_VERSION)</string>
  25. <key>CFBundleURLTypes</key>
  26. <array>
  27. <dict>
  28. <key>CFBundleURLName</key>
  29. <string>GoogleOAuthRedirect</string>
  30. <key>CFBundleURLSchemes</key>
  31. <array>
  32. <string>meetingsapp.oauth</string>
  33. </array>
  34. </dict>
  35. </array>
  36. <key>CFBundleVersion</key>
  37. <string>$(CURRENT_PROJECT_VERSION)</string>
  38. <key>LSMinimumSystemVersion</key>
  39. <string>$(MACOSX_DEPLOYMENT_TARGET)</string>
  40. <key>LSApplicationCategoryType</key>
  41. <string>public.app-category.social-networking</string>
  42. <key>MoreAppsURL</key>
  43. <string>https://example.com/app-link-coming-soon</string>
  44. <key>NSMainStoryboardFile</key>
  45. <string>Main</string>
  46. <key>NSMicrophoneUsageDescription</key>
  47. <string>This app records meeting audio locally with your consent so it can be shown in AI Companion after the meeting.</string>
  48. <key>NSPrincipalClass</key>
  49. <string>NSApplication</string>
  50. <key>NSSpeechRecognitionUsageDescription</key>
  51. <string>This app converts your saved meeting audio into text transcripts for AI Companion.</string>
  52. <key>OpenAIAPIKey</key>
  53. <string></string>
  54. <key>PrivacyPolicyURL</key>
  55. <string>https://sites.google.com/view/ai-companion-for-meet/privacy-policy</string>
  56. <key>RateUsURL</key>
  57. <string>https://apps.apple.com/pk/app/meeting-app-for-google-meet/id6654920763?mt=12</string>
  58. <key>SupportURL</key>
  59. <string>https://sites.google.com/view/ai-companion-for-meet/get-support</string>
  60. <key>TermsOfServiceURL</key>
  61. <string>https://sites.google.com/view/ai-companion-for-meet/terms-and-condition</string>
  62. </dict>
  63. </plist>