Skip to content

Commit

Permalink
Merge pull request #19 from rkreutz/feature/enable-multi-window
Browse files Browse the repository at this point in the history
Enabling Multi Window on iPad
  • Loading branch information
rkreutz authored Aug 18, 2020
2 parents fac6a6e + d6265a6 commit 8456172
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions PasswordGenerator/Assets/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -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>ITSAppUsesNonExemptEncryption</key>
<false/>
<key>CFBundleDevelopmentRegion</key>
<string>$(DEVELOPMENT_LANGUAGE)</string>
<key>CFBundleExecutable</key>
Expand All @@ -17,15 +15,19 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.2.1</string>
<string>1.2.2</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSFaceIDUsageDescription</key>
<string>We'll use Face ID to properly store you Master Password.</string>
<key>UIApplicationSceneManifest</key>
<dict>
<key>UIApplicationSupportsMultipleScenes</key>
<false/>
<true/>
<key>UISceneConfigurations</key>
<dict>
<key>UIWindowSceneSessionRoleApplication</key>
Expand Down Expand Up @@ -58,7 +60,5 @@
<string>UIInterfaceOrientationLandscapeLeft</string>
<string>UIInterfaceOrientationLandscapeRight</string>
</array>
<key>NSFaceIDUsageDescription</key>
<string>We&apos;ll use Face ID to properly store you Master Password.</string>
</dict>
</plist>

0 comments on commit 8456172

Please sign in to comment.