Skip to content

Commit

Permalink
🔧 Remove UIRequiredDeviceCapabilities.
Browse files Browse the repository at this point in the history
審査でこのキーのせいでインストールできないとしてリジェクトされた
が、デフォルト値の armv7 が入力されていた
また、前回の審査出し時からここはいじっていないので謎
審査側の不手際の可能性が高そう

しかし、以前はこのキーはプロジェクト作成時にデフォルトで追加されていたが、
現在は追加されていないようなので、削除してみる
  • Loading branch information
tasuwo committed Oct 12, 2022
1 parent 4e3bb09 commit d12ff13
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions App/Development/iOS/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,6 @@
</array>
<key>UILaunchScreen</key>
<dict/>
<key>UIRequiredDeviceCapabilities</key>
<array>
<string>armv7</string>
</array>
<key>UISupportedInterfaceOrientations</key>
<array>
<string>UIInterfaceOrientationPortrait</string>
Expand Down
4 changes: 0 additions & 4 deletions App/Production/iOS/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,6 @@
</array>
<key>UILaunchScreen</key>
<dict/>
<key>UIRequiredDeviceCapabilities</key>
<array>
<string>armv7</string>
</array>
<key>UISupportedInterfaceOrientations</key>
<array>
<string>UIInterfaceOrientationPortrait</string>
Expand Down

0 comments on commit d12ff13

Please sign in to comment.