| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263 |
- <?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>Assistant for Google Meet</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>Assistant for Google Meet</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>NSMicrophoneUsageDescription</key>
- <string>This app records meeting audio locally with your consent so it can be shown in AI Companion after the meeting.</string>
- <key>NSSpeechRecognitionUsageDescription</key>
- <string>This app converts your saved meeting audio into text transcripts for AI Companion.</string>
- <key>OpenAIAPIKey</key>
- <string>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</string>
- <key>AppLaunchPlaceholderURL</key>
- <string>https://example.com/app-link-coming-soon</string>
- <key>AppShareURL</key>
- <string>https://example.com/app-link-coming-soon</string>
- <key>SupportURL</key>
- <string>https://example.com/app-link-coming-soon</string>
- <key>MoreAppsURL</key>
- <string>https://example.com/app-link-coming-soon</string>
- <key>PrivacyPolicyURL</key>
- <string>https://example.com/app-link-coming-soon</string>
- <key>TermsOfServiceURL</key>
- <string>https://example.com/app-link-coming-soon</string>
- <key>RateUsURL</key>
- <string>https://apps.apple.com/pk/app/meeting-app-for-google-meet/id6654920763?mt=12</string>
- <key>CFBundleURLTypes</key>
- <array>
- <dict>
- <key>CFBundleURLName</key>
- <string>GoogleOAuthRedirect</string>
- <key>CFBundleURLSchemes</key>
- <array>
- <string>meetingsapp.oauth</string>
- </array>
- </dict>
- </array>
- </dict>
- </plist>
|