Files
2026-04-22 10:41:00 +05:30

136 lines
5.6 KiB
Plaintext

<?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>CADisableMinimumFrameDurationOnPhone</key>
<true/>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleDisplayName</key>
<string>PerformicsManager</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>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>LSSupportsOpeningDocumentsInPlace</key>
<true/>
<key>NSAllowsLocalNetworking</key>
<true/>
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
<false/>
<key>NSAllowsLocalNetworking</key>
<true/>
<key>NSExceptionDomains</key>
<dict>
<key>https://cpminternal.parinaam.in</key>
<dict>
<key>NSExceptionAllowsInsecureHTTPLoads</key>
<true/>
<key>NSIncludesSubdomains</key>
<true/>
<key>NSTemporaryExceptionAllowsInsecureHTTPLoads</key>
<true/>
</dict>
<key>localhost</key>
<dict>
<key>NSExceptionAllowsInsecureHTTPLoads</key>
<true/>
</dict>
</dict>
</dict>
<key>NSAppleMusicUsageDescription</key>
<string>This app needs to access media library to get the audio files recorded by user, that can be shown in reports and share with your team. Only the app's data would be shared with your team.</string>
<key>NSCalendarsUsageDescription</key>
<string>This app needs access to calendars. Some functionalities are dependent on the calendar. Give Calendar permission to Performics to make app work perfectly</string>
<key>NSCameraUsageDescription</key>
<string>This app needs access to the camera to take photos. Performics will only use images captured through this app. No other images we will use.</string>
<key>NSDocumentsFolderUsageDescription</key>
<string>This app needs to access documents folder. Performics will store some app data files in documents folder and need to access it. Give document folder permission to Performics to make app work perfectly</string>
<key>NSFileProviderDomainUsageDescription</key>
<string>This app needs access to files. Performics will only use the file stored through this app. No other file will be accessed</string>
<key>NSLocationAlwaysAndWhenInUseUsageDescription</key>
<string>This app needs access to the location. Give location permission to Performics. Your location would only be shared with your team.</string>
<key>NSLocationWhenInUseUsageDescription</key>
<string>This app needs access to the location. Give location permission to Performics. Your location would only be shared with your team.</string>
<key>NSMicrophoneUsageDescription</key>
<string>This app needs to access microphone to record audio with user permission. Recorder will be used to record user's voice or for other smilar tasks . Give Performics permission to use your microphone. Your recordings would only be shared with your team.</string>
<key>NSPhotoLibraryAddUsageDescription</key>
<string>This app needs access to photos captured and stored using Performic's camera, so that it can be shown in reports generated. Your photos would only be shared with your team's head.</string>
<key>NSPhotoLibraryUsageDescription</key>
<string>This app needs access to photos captured using Performic's camera, so that it can be shown in reports generated. Your photos would only be shared with your team's head.</string>
<key>NSUbiquitousContainersUsageDescription</key>
<string>This app needs access to your iCloud Drive to import and manage files.</string>
<key>NSUbiquitousDocumentsUsageDescription</key>
<string>This app uses iCloud Drive to open and save your documents.</string>
<key>RCTNewArchEnabled</key>
<true/>
<key>UIAppFonts</key>
<array>
<string>OpenSans-Bold.ttf</string>
<string>OpenSans-Regular.ttf</string>
<string>OpenSans-SemiBold.ttf</string>
<string>Roboto-Regular.ttf</string>
<string>Zocial.ttf</string>
<string>SimpleLineIcons.ttf</string>
<string>Octicons.ttf</string>
<string>MaterialIcons.ttf</string>
<string>MaterialCommunityIcons.ttf</string>
<string>Ionicons.ttf</string>
<string>Foundation.ttf</string>
<string>Fontisto.ttf</string>
<string>FontAwesome5_Solid.ttf</string>
<string>FontAwesome5_Regular.ttf</string>
<string>FontAwesome5_Brands.ttf</string>
<string>FontAwesome.ttf</string>
<string>Feather.ttf</string>
<string>EvilIcons.ttf</string>
<string>Entypo.ttf</string>
<string>AntDesign.ttf</string>
</array>
<key>UIBackgroundModes</key>
<array>
<string>remote-notification</string>
<string>fetch</string>
</array>
<key>UIFileSharingEnabled</key>
<true/>
<key>UILaunchScreen</key>
<dict>
<key>UIImageName</key>
<string>LaunchImage</string>
</dict>
<key>UILaunchStoryboardName</key>
<string>LaunchScreen</string>
<key>UIRequiredDeviceCapabilities</key>
<array>
<string>arm64</string>
</array>
<key>UISupportedInterfaceOrientations</key>
<array>
<string>UIInterfaceOrientationPortrait</string>
<string>UIInterfaceOrientationLandscapeLeft</string>
<string>UIInterfaceOrientationLandscapeRight</string>
</array>
<key>UIViewControllerBasedStatusBarAppearance</key>
<false/>
<key>WKJavaScriptEnabled</key>
<true/>
</dict>
</plist>