Change TicTacToe to be Portrait only

This commit is contained in:
Timothy Risi 2014-03-24 16:31:11 -04:00
Родитель e7df253944
Коммит bea743d25b
2 изменённых файлов: 3 добавлений и 2 удалений

Просмотреть файл

@ -5,8 +5,6 @@
<key>UISupportedInterfaceOrientations</key>
<array>
<string>UIInterfaceOrientationPortrait</string>
<string>UIInterfaceOrientationLandscapeLeft</string>
<string>UIInterfaceOrientationLandscapeRight</string>
</array>
<key>MinimumOSVersion</key>
<string>7.0</string>

Просмотреть файл

@ -33,6 +33,9 @@
<WarningLevel>4</WarningLevel>
<ConsolePause>false</ConsolePause>
<MtouchLink>None</MtouchLink>
<MtouchI18n>
</MtouchI18n>
<MtouchArch>ARMv7</MtouchArch>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|iPhone' ">
<DebugSymbols>true</DebugSymbols>