-
Notifications
You must be signed in to change notification settings - Fork 3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4c41816
commit f08d0a1
Showing
3 changed files
with
138 additions
and
138 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,128 +1,128 @@ | ||
<?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>$(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>1.4.6</string> | ||
<key>CFBundleSignature</key> | ||
<string>????</string> | ||
<key>CFBundleURLTypes</key> | ||
<array> | ||
<dict> | ||
<key>CFBundleURLSchemes</key> | ||
<array> | ||
<string>new-expensify</string> | ||
</array> | ||
</dict> | ||
<dict> | ||
<key>CFBundleTypeRole</key> | ||
<string>Editor</string> | ||
<key>CFBundleURLSchemes</key> | ||
<array> | ||
<string>com.googleusercontent.apps.921154746561-s3uqn2oe4m85tufi6mqflbfbuajrm2i3</string> | ||
</array> | ||
</dict> | ||
</array> | ||
<key>CFBundleVersion</key> | ||
<string>1.4.6.2</string> | ||
<key>ITSAppUsesNonExemptEncryption</key> | ||
<false/> | ||
<key>LSApplicationQueriesSchemes</key> | ||
<array> | ||
<string>venmo</string> | ||
</array> | ||
<key>LSRequiresIPhoneOS</key> | ||
<true/> | ||
<key>LSSupportsOpeningDocumentsInPlace</key> | ||
<true/> | ||
<key>NSAppTransportSecurity</key> | ||
<dict> | ||
<key>CADisableMinimumFrameDurationOnPhone</key> | ||
<true /> | ||
<key>CFBundleDevelopmentRegion</key> | ||
<string>en</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>1.4.6</string> | ||
<key>CFBundleSignature</key> | ||
<string>????</string> | ||
<key>CFBundleURLTypes</key> | ||
<array> | ||
<dict> | ||
<key>CFBundleURLSchemes</key> | ||
<array> | ||
<string>new-expensify</string> | ||
</array> | ||
</dict> | ||
<key>NSAllowsArbitraryLoads</key> | ||
<true/> | ||
<key>NSExceptionDomains</key> | ||
<dict> | ||
<key>localhost</key> | ||
<dict> | ||
<key>CFBundleTypeRole</key> | ||
<string>Editor</string> | ||
<key>CFBundleURLSchemes</key> | ||
<array> | ||
<string>com.googleusercontent.apps.921154746561-s3uqn2oe4m85tufi6mqflbfbuajrm2i3</string> | ||
</array> | ||
<key>NSExceptionAllowsInsecureHTTPLoads</key> | ||
<true/> | ||
<key>NSIncludesSubdomains</key> | ||
<true/> | ||
</dict> | ||
</array> | ||
<key>CFBundleVersion</key> | ||
<string>1.4.6.2</string> | ||
<key>ITSAppUsesNonExemptEncryption</key> | ||
<false /> | ||
<key>LSApplicationQueriesSchemes</key> | ||
<array> | ||
<string>venmo</string> | ||
</array> | ||
<key>LSRequiresIPhoneOS</key> | ||
<true /> | ||
<key>LSSupportsOpeningDocumentsInPlace</key> | ||
<true /> | ||
<key>NSAppTransportSecurity</key> | ||
<dict> | ||
<key>NSAllowsArbitraryLoads</key> | ||
<true /> | ||
<key>NSExceptionDomains</key> | ||
<key>www.expensify.com.dev</key> | ||
<dict> | ||
<key>localhost</key> | ||
<dict> | ||
<key>NSExceptionAllowsInsecureHTTPLoads</key> | ||
<true /> | ||
<key>NSIncludesSubdomains</key> | ||
<true /> | ||
</dict> | ||
<key>www.expensify.com.dev</key> | ||
<dict> | ||
<key>NSExceptionAllowsInsecureHTTPLoads</key> | ||
<true /> | ||
<key>NSIncludesSubdomains</key> | ||
<true /> | ||
</dict> | ||
<key>NSExceptionAllowsInsecureHTTPLoads</key> | ||
<true/> | ||
<key>NSIncludesSubdomains</key> | ||
<true/> | ||
</dict> | ||
</dict> | ||
<key>NSCameraUsageDescription</key> | ||
<string>Your camera is used to create chat attachments, documents, and facial capture.</string> | ||
<key>NSLocationAlwaysAndWhenInUseUsageDescription</key> | ||
<string>Your location is used to determine your default currency and timezone.</string> | ||
<key>NSLocationWhenInUseUsageDescription</key> | ||
<string>Your location is used to determine your default currency and timezone.</string> | ||
<key>NSMicrophoneUsageDescription</key> | ||
<string>Required for video capture</string> | ||
<key>NSPhotoLibraryAddUsageDescription</key> | ||
<string>Your camera roll is used to store chat attachments.</string> | ||
<key>NSPhotoLibraryUsageDescription</key> | ||
<string>Your photos are used to create chat attachments.</string> | ||
<key>UIAppFonts</key> | ||
<array> | ||
<string>ExpensifyNewKansas-Medium.otf</string> | ||
<string>ExpensifyNewKansas-MediumItalic.otf</string> | ||
<string>ExpensifyMono-Bold.otf</string> | ||
<string>ExpensifyMono-Regular.otf</string> | ||
<string>ExpensifyNeue-Bold.otf</string> | ||
<string>ExpensifyNeue-BoldItalic.otf</string> | ||
<string>ExpensifyNeue-Italic.otf</string> | ||
<string>ExpensifyNeue-Regular.otf</string> | ||
</array> | ||
<key>UIBackgroundModes</key> | ||
<array> | ||
<string>remote-notification</string> | ||
</array> | ||
<key>UIFileSharingEnabled</key> | ||
<true /> | ||
<key>UILaunchStoryboardName</key> | ||
<string>BootSplash</string> | ||
<key>UIRequiredDeviceCapabilities</key> | ||
<array> | ||
<string>armv7</string> | ||
</array> | ||
<key>UIRequiresFullScreen</key> | ||
<true /> | ||
<key>UISupportedInterfaceOrientations</key> | ||
<array> | ||
<string>UIInterfaceOrientationPortrait</string> | ||
<string>UIInterfaceOrientationPortraitUpsideDown</string> | ||
</array> | ||
<key>UISupportedInterfaceOrientations~ipad</key> | ||
<array> | ||
<string>UIInterfaceOrientationPortrait</string> | ||
<string>UIInterfaceOrientationPortraitUpsideDown</string> | ||
</array> | ||
<key>UIUserInterfaceStyle</key> | ||
<string>Dark</string> | ||
<key>UIViewControllerBasedStatusBarAppearance</key> | ||
<false /> | ||
</dict> | ||
<key>NSCameraUsageDescription</key> | ||
<string>Your camera is used to create chat attachments, documents, and facial capture.</string> | ||
<key>NSLocationAlwaysAndWhenInUseUsageDescription</key> | ||
<string>Your location is used to determine your default currency and timezone.</string> | ||
<key>NSLocationWhenInUseUsageDescription</key> | ||
<string>Your location is used to determine your default currency and timezone.</string> | ||
<key>NSMicrophoneUsageDescription</key> | ||
<string>Required for video capture</string> | ||
<key>NSPhotoLibraryAddUsageDescription</key> | ||
<string>Your camera roll is used to store chat attachments.</string> | ||
<key>NSPhotoLibraryUsageDescription</key> | ||
<string>Your photos are used to create chat attachments.</string> | ||
<key>UIAppFonts</key> | ||
<array> | ||
<string>ExpensifyNewKansas-Medium.otf</string> | ||
<string>ExpensifyNewKansas-MediumItalic.otf</string> | ||
<string>ExpensifyMono-Bold.otf</string> | ||
<string>ExpensifyMono-Regular.otf</string> | ||
<string>ExpensifyNeue-Bold.otf</string> | ||
<string>ExpensifyNeue-BoldItalic.otf</string> | ||
<string>ExpensifyNeue-Italic.otf</string> | ||
<string>ExpensifyNeue-Regular.otf</string> | ||
</array> | ||
<key>UIBackgroundModes</key> | ||
<array> | ||
<string>remote-notification</string> | ||
</array> | ||
<key>UIFileSharingEnabled</key> | ||
<true/> | ||
<key>UILaunchStoryboardName</key> | ||
<string>BootSplash</string> | ||
<key>UIRequiredDeviceCapabilities</key> | ||
<array> | ||
<string>armv7</string> | ||
</array> | ||
<key>UIRequiresFullScreen</key> | ||
<true/> | ||
<key>UISupportedInterfaceOrientations</key> | ||
<array> | ||
<string>UIInterfaceOrientationPortrait</string> | ||
<string>UIInterfaceOrientationPortraitUpsideDown</string> | ||
</array> | ||
<key>UISupportedInterfaceOrientations~ipad</key> | ||
<array> | ||
<string>UIInterfaceOrientationPortrait</string> | ||
<string>UIInterfaceOrientationPortraitUpsideDown</string> | ||
</array> | ||
<key>UIUserInterfaceStyle</key> | ||
<string>Dark</string> | ||
<key>UIViewControllerBasedStatusBarAppearance</key> | ||
<false/> | ||
</dict> | ||
</plist> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,24 @@ | ||
<?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>en</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>BNDL</string> | ||
<key>CFBundleShortVersionString</key> | ||
<string>1.4.6</string> | ||
<key>CFBundleSignature</key> | ||
<string>????</string> | ||
<key>CFBundleVersion</key> | ||
<string>1.4.6.2</string> | ||
</dict> | ||
<dict> | ||
<key>CFBundleDevelopmentRegion</key> | ||
<string>en</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>BNDL</string> | ||
<key>CFBundleShortVersionString</key> | ||
<string>1.4.6</string> | ||
<key>CFBundleSignature</key> | ||
<string>????</string> | ||
<key>CFBundleVersion</key> | ||
<string>1.4.6.2</string> | ||
</dict> | ||
</plist> |