| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
- <plist version="1.0">
- <dict>
- <key>CFBundleDevelopmentRegion</key>
- <string>$(DEVELOPMENT_LANGUAGE)</string>
- <key>CFBundleDisplayName</key>
- <string>$(PRODUCT_NAME)</string>
- <key>CFBundleExecutable</key>
- <string>$(EXECUTABLE_NAME)</string>
- <key>CFBundleIdentifier</key>
- <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
- <key>CFBundleInfoDictionaryVersion</key>
- <string>6.0</string>
- <key>CFBundleName</key>
- <string>$(PRODUCT_NAME)</string>
- <key>CFBundlePackageType</key>
- <string>APPL</string>
- <key>CFBundleShortVersionString</key>
- <string>$(MARKETING_VERSION)</string>
- <key>CFBundleVersion</key>
- <string>$(CURRENT_PROJECT_VERSION)</string>
- <key>LSMinimumSystemVersion</key>
- <string>$(MACOSX_DEPLOYMENT_TARGET)</string>
- <key>NSMainStoryboardFile</key>
- <string>Main</string>
- <key>NSPrincipalClass</key>
- <string>NSApplication</string>
- <key>NSCameraUsageDescription</key>
- <string>Camera may be used when you open Google Classroom or other sites inside this app.</string>
- <key>NSMicrophoneUsageDescription</key>
- <string>Microphone may be used when you open Google Classroom or other sites inside this app.</string>
- <key>AppLaunchPlaceholderURL</key>
- <string>https://classroom.google.com/</string>
- <key>AppShareURL</key>
- <string>https://classroom.google.com/</string>
- <key>SupportURL</key>
- <string>https://support.google.com/classroom</string>
- <key>MoreAppsURL</key>
- <string>https://apps.apple.com/mac/search?term=Google%20Classroom</string>
- <key>PrivacyPolicyURL</key>
- <string>https://policies.google.com/privacy</string>
- <key>TermsOfServiceURL</key>
- <string>https://policies.google.com/terms</string>
- <key>RateUsURL</key>
- <string>https://apps.apple.com/mac/search?term=Google%20Classroom</string>
- <key>CFBundleURLTypes</key>
- <array>
- <dict>
- <key>CFBundleURLName</key>
- <string>GoogleOAuthRedirect</string>
- <key>CFBundleURLSchemes</key>
- <array>
- <string>classroomapp.oauth</string>
- </array>
- </dict>
- </array>
- </dict>
- </plist>
|