Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 13 additions & 13 deletions Punchline/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,12 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>NSCameraUsageDescription</key>
<string>RWVideoNinja would like to use your camera.</string>
<key>NSMicrophoneUsageDescription</key>
<string>RWVideoNinja would like to access your microphone.</string>
<key>NSPhotoLibraryAddUsageDescription</key>
<string>RWVideoNinja would like to save to your Photo Library.</string>
<key>NSAppleMusicUsageDescription</key>
<string>RWVideoNinja would like to access to your Media Library.</string>
<key>NSPhotoLibraryUsageDescription</key>
<string>RWVideoNinja would like to access to your Photo Library.</string>
<key>CFBundleDevelopmentRegion</key>
<string>$(DEVELOPMENT_LANGUAGE)</string>
<key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string>
<key>CFBundleIconName</key>
<string>AppIcon</string>
<key>CFBundleIdentifier</key>
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
<key>CFBundleInfoDictionaryVersion</key>
Expand All @@ -25,11 +17,21 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<string>1.0.1</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSAppleMusicUsageDescription</key>
<string>RWVideoNinja would like to access to your Media Library.</string>
<key>NSCameraUsageDescription</key>
<string>RWVideoNinja would like to use your camera.</string>
<key>NSMicrophoneUsageDescription</key>
<string>RWVideoNinja would like to access your microphone.</string>
<key>NSPhotoLibraryAddUsageDescription</key>
<string>RWVideoNinja would like to save to your Photo Library.</string>
<key>NSPhotoLibraryUsageDescription</key>
<string>RWVideoNinja would like to access to your Photo Library.</string>
<key>UILaunchStoryboardName</key>
<string>LaunchScreen</string>
<key>UIMainStoryboardFile</key>
Expand All @@ -44,8 +46,6 @@
<string>UIInterfaceOrientationLandscapeLeft</string>
<string>UIInterfaceOrientationLandscapeRight</string>
</array>
<key>CFBundleIconName</key>
<string>AppIcon</string>
<key>UISupportedInterfaceOrientations~ipad</key>
<array>
<string>UIInterfaceOrientationPortrait</string>
Expand Down