diff options
author | Ivan Chen <ivan@tagg.id> | 2021-07-14 14:50:17 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-14 14:50:17 -0400 |
commit | 4b6ada10d14e569c897fa289f57886e1daa2478d (patch) | |
tree | b56b7ea0f94d5cba12e64c430ac8889fd495832c /ios/Frontend | |
parent | 68f05afdf2d4ca29df60761c3d8f8ee445c1804d (diff) | |
parent | 1b9059d49532eacb60bf36b25771df42541670f4 (diff) |
Merge pull request #502 from brian-tagg/tma955-video-cropping
[TMA-955] video cropping
Diffstat (limited to 'ios/Frontend')
-rw-r--r-- | ios/Frontend/Info.plist | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ios/Frontend/Info.plist b/ios/Frontend/Info.plist index 0b1f27bf..8e1ae927 100644 --- a/ios/Frontend/Info.plist +++ b/ios/Frontend/Info.plist @@ -2,8 +2,6 @@ <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> - <key>NSContactsUsageDescription</key> - <string>This helps you quickly get in touch with friends on the app and more</string> <key>CFBundleDevelopmentRegion</key> <string>en</string> <key>CFBundleDisplayName</key> @@ -50,6 +48,8 @@ </dict> </dict> </dict> + <key>NSContactsUsageDescription</key> + <string>This helps you quickly get in touch with friends on the app and more</string> <key>NSLocationWhenInUseUsageDescription</key> <string></string> <key>NSMainNibFile</key> |