<?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>AppGroup</key> <string>group.ios.chat.rocket</string> <key>IS_OFFICIAL</key> <false/> <key>bugsnag</key> <dict> <key>apiKey</key> <string>apiKeyValue</string> </dict> <key>CFBundleDevelopmentRegion</key> <string>$(DEVELOPMENT_LANGUAGE)</string> <key>CFBundleDisplayName</key> <string>Rocket.Chat Experimental</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>XPC!</string> <key>CFBundleShortVersionString</key> <string>4.24.0</string> <key>CFBundleVersion</key> <string>1</string> <key>KeychainGroup</key> <string>$(AppIdentifierPrefix)chat.rocket.reactnative</string> <key>NSAppTransportSecurity</key> <dict> <key>NSAllowsArbitraryLoads</key> <true/> </dict> <key>NSExtension</key> <dict> <key>NSExtensionActivationSupportsAttachmentsWithMaxCount</key> <integer>1</integer> <key>NSExtensionAttributes</key> <dict> <key>NSExtensionActionWantsFullScreenPresentation</key> <false/> <key>NSExtensionActivationRule</key> <dict> <key>NSExtensionActivationDictionaryVersion</key> <integer>2</integer> <key>NSExtensionActivationSupportsFileWithMaxCount</key> <integer>5</integer> <key>NSExtensionActivationSupportsImageWithMaxCount</key> <integer>5</integer> <key>NSExtensionActivationSupportsMovieWithMaxCount</key> <integer>5</integer> <key>NSExtensionActivationSupportsText</key> <true/> <key>NSExtensionActivationSupportsWebPageWithMaxCount</key> <integer>1</integer> <key>NSExtensionActivationSupportsWebURLWithMaxCount</key> <integer>1</integer> </dict> </dict> <key>NSExtensionMainStoryboard</key> <string>MainInterface</string> <key>NSExtensionPointIdentifier</key> <string>com.apple.share-services</string> </dict> <key>UIAppFonts</key> <array> <string>custom.ttf</string> </array> </dict> </plist>