Keine Beschreibung

Info.plist 2.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  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>CFBundleDevelopmentRegion</key>
  6. <string>$(DEVELOPMENT_LANGUAGE)</string>
  7. <key>CFBundleDisplayName</key>
  8. <string>$(PRODUCT_NAME)</string>
  9. <key>CFBundleExecutable</key>
  10. <string>$(EXECUTABLE_NAME)</string>
  11. <key>CFBundleIdentifier</key>
  12. <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
  13. <key>CFBundleInfoDictionaryVersion</key>
  14. <string>6.0</string>
  15. <key>CFBundleName</key>
  16. <string>$(PRODUCT_NAME)</string>
  17. <key>CFBundlePackageType</key>
  18. <string>APPL</string>
  19. <key>CFBundleShortVersionString</key>
  20. <string>$(MARKETING_VERSION)</string>
  21. <key>CFBundleVersion</key>
  22. <string>$(CURRENT_PROJECT_VERSION)</string>
  23. <key>LSMinimumSystemVersion</key>
  24. <string>$(MACOSX_DEPLOYMENT_TARGET)</string>
  25. <key>NSMainStoryboardFile</key>
  26. <string>Main</string>
  27. <key>NSPrincipalClass</key>
  28. <string>NSApplication</string>
  29. <key>NSCameraUsageDescription</key>
  30. <string>Camera may be used when you open Google Classroom or other sites inside this app.</string>
  31. <key>NSMicrophoneUsageDescription</key>
  32. <string>Microphone may be used when you open Google Classroom or other sites inside this app.</string>
  33. <key>AppLaunchPlaceholderURL</key>
  34. <string>https://classroom.google.com/</string>
  35. <key>AppShareURL</key>
  36. <string>https://classroom.google.com/</string>
  37. <key>SupportURL</key>
  38. <string>https://support.google.com/classroom</string>
  39. <key>MoreAppsURL</key>
  40. <string>https://apps.apple.com/mac/search?term=Google%20Classroom</string>
  41. <key>PrivacyPolicyURL</key>
  42. <string>https://policies.google.com/privacy</string>
  43. <key>TermsOfServiceURL</key>
  44. <string>https://policies.google.com/terms</string>
  45. <key>RateUsURL</key>
  46. <string>https://apps.apple.com/mac/search?term=Google%20Classroom</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>classroomapp.oauth</string>
  55. </array>
  56. </dict>
  57. </array>
  58. </dict>
  59. </plist>