[ios] updates required to fix sample code
This commit is contained in:
Родитель
9abeab30be
Коммит
3ffbdb9cd5
|
@ -27,7 +27,7 @@
|
|||
<MtouchDebug>true</MtouchDebug>
|
||||
<MtouchI18n>
|
||||
</MtouchI18n>
|
||||
<MtouchArch>ARMv7</MtouchArch>
|
||||
<MtouchArch>x86_64</MtouchArch>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhoneSimulator' ">
|
||||
<DebugType>none</DebugType>
|
||||
|
@ -53,7 +53,7 @@
|
|||
</IpaPackageName>
|
||||
<MtouchI18n>
|
||||
</MtouchI18n>
|
||||
<MtouchArch>ARMv7</MtouchArch>
|
||||
<MtouchArch>ARM64</MtouchArch>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhone' ">
|
||||
<DebugType>none</DebugType>
|
||||
|
|
|
@ -15,8 +15,16 @@
|
|||
<string>Icon-72</string>
|
||||
</array>
|
||||
<key>MinimumOSVersion</key>
|
||||
<string>8.3</string>
|
||||
<string>10.0</string>
|
||||
<key>XSLaunchImageAssets</key>
|
||||
<string>Resources/Images.xcassets/LaunchImage.launchimage</string>
|
||||
<key>CFBundleName</key>
|
||||
<string>DragRotateImage</string>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>com.xamarin.dragrotateimage</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>1</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>1</string>
|
||||
</dict>
|
||||
</plist>
|
||||
|
|
Загрузка…
Ссылка в новой задаче