|
@@ -2,6 +2,10 @@
|
|
|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
|
<plist version="1.0">
|
|
<plist version="1.0">
|
|
|
<dict>
|
|
<dict>
|
|
|
|
|
+ <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>CFBundleDevelopmentRegion</key>
|
|
<key>CFBundleDevelopmentRegion</key>
|
|
|
<string>$(DEVELOPMENT_LANGUAGE)</string>
|
|
<string>$(DEVELOPMENT_LANGUAGE)</string>
|
|
|
<key>CFBundleDisplayName</key>
|
|
<key>CFBundleDisplayName</key>
|
|
@@ -18,45 +22,42 @@
|
|
|
<string>APPL</string>
|
|
<string>APPL</string>
|
|
|
<key>CFBundleShortVersionString</key>
|
|
<key>CFBundleShortVersionString</key>
|
|
|
<string>$(MARKETING_VERSION)</string>
|
|
<string>$(MARKETING_VERSION)</string>
|
|
|
|
|
+ <key>CFBundleURLTypes</key>
|
|
|
|
|
+ <array>
|
|
|
|
|
+ <dict>
|
|
|
|
|
+ <key>CFBundleURLName</key>
|
|
|
|
|
+ <string>GoogleOAuthRedirect</string>
|
|
|
|
|
+ <key>CFBundleURLSchemes</key>
|
|
|
|
|
+ <array>
|
|
|
|
|
+ <string>meetingsapp.oauth</string>
|
|
|
|
|
+ </array>
|
|
|
|
|
+ </dict>
|
|
|
|
|
+ </array>
|
|
|
<key>CFBundleVersion</key>
|
|
<key>CFBundleVersion</key>
|
|
|
<string>$(CURRENT_PROJECT_VERSION)</string>
|
|
<string>$(CURRENT_PROJECT_VERSION)</string>
|
|
|
<key>LSMinimumSystemVersion</key>
|
|
<key>LSMinimumSystemVersion</key>
|
|
|
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
|
|
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
|
|
|
|
|
+ <key>LSApplicationCategoryType</key>
|
|
|
|
|
+ <string>public.app-category.social-networking</string>
|
|
|
|
|
+ <key>MoreAppsURL</key>
|
|
|
|
|
+ <string>https://example.com/app-link-coming-soon</string>
|
|
|
<key>NSMainStoryboardFile</key>
|
|
<key>NSMainStoryboardFile</key>
|
|
|
<string>Main</string>
|
|
<string>Main</string>
|
|
|
- <key>NSPrincipalClass</key>
|
|
|
|
|
- <string>NSApplication</string>
|
|
|
|
|
<key>NSMicrophoneUsageDescription</key>
|
|
<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>
|
|
<string>This app records meeting audio locally with your consent so it can be shown in AI Companion after the meeting.</string>
|
|
|
|
|
+ <key>NSPrincipalClass</key>
|
|
|
|
|
+ <string>NSApplication</string>
|
|
|
<key>NSSpeechRecognitionUsageDescription</key>
|
|
<key>NSSpeechRecognitionUsageDescription</key>
|
|
|
<string>This app converts your saved meeting audio into text transcripts for AI Companion.</string>
|
|
<string>This app converts your saved meeting audio into text transcripts for AI Companion.</string>
|
|
|
<key>OpenAIAPIKey</key>
|
|
<key>OpenAIAPIKey</key>
|
|
|
<string></string>
|
|
<string></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://sites.google.com/view/ai-companion-for-meet/get-support</string>
|
|
|
|
|
- <key>MoreAppsURL</key>
|
|
|
|
|
- <string>https://example.com/app-link-coming-soon</string>
|
|
|
|
|
<key>PrivacyPolicyURL</key>
|
|
<key>PrivacyPolicyURL</key>
|
|
|
<string>https://sites.google.com/view/ai-companion-for-meet/privacy-policy</string>
|
|
<string>https://sites.google.com/view/ai-companion-for-meet/privacy-policy</string>
|
|
|
- <key>TermsOfServiceURL</key>
|
|
|
|
|
- <string>https://sites.google.com/view/ai-companion-for-meet/terms-and-condition</string>
|
|
|
|
|
<key>RateUsURL</key>
|
|
<key>RateUsURL</key>
|
|
|
<string>https://apps.apple.com/pk/app/meeting-app-for-google-meet/id6654920763?mt=12</string>
|
|
<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>
|
|
|
|
|
|
|
+ <key>SupportURL</key>
|
|
|
|
|
+ <string>https://sites.google.com/view/ai-companion-for-meet/get-support</string>
|
|
|
|
|
+ <key>TermsOfServiceURL</key>
|
|
|
|
|
+ <string>https://sites.google.com/view/ai-companion-for-meet/terms-and-condition</string>
|
|
|
</dict>
|
|
</dict>
|
|
|
</plist>
|
|
</plist>
|