Skip to content

Commit

Permalink
Merge pull request #450 from ensan-hcl/fix/launch_screen
Browse files Browse the repository at this point in the history
[Fix] アセットのバリデーションエラーを修正
  • Loading branch information
ensan-hcl committed Apr 7, 2024
2 parents 95e16d1 + 0b14903 commit b80e22c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions MainApp/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>UILaunchScreen</key>
<dict>
<key>UIColorName</key>
<string></string>
</dict>
<key>CFBundleDevelopmentRegion</key>
<string>$(DEVELOPMENT_LANGUAGE)</string>
<key>CFBundleDisplayName</key>
Expand Down Expand Up @@ -78,8 +83,6 @@
<key>UISceneConfigurations</key>
<dict/>
</dict>
<key>UILaunchStoryboardName</key>
<string>LaunchScreen</string>
<key>UIRequiredDeviceCapabilities</key>
<array>
<string>armv7</string>
Expand Down

0 comments on commit b80e22c

Please sign in to comment.