Skip to content
This repository was archived by the owner on Apr 29, 2024. It is now read-only.

Commit e928c15

Browse files
David BritchDavid Britch
David Britch
authored and
David Britch
committed
Updated architecture setting to 32&64 bit, and specified iOS 9 as minimum SDK version.
1 parent ba0f18b commit e928c15

File tree

546 files changed

+6620
-6619
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

546 files changed

+6620
-6619
lines changed

Diff for: AQTapDemo/AQTapDemo.csproj

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<PropertyGroup>
44
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
@@ -26,7 +26,7 @@
2626
<MtouchLink>None</MtouchLink>
2727
<MtouchDebug>True</MtouchDebug>
2828
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
29-
<MtouchArch>i386</MtouchArch>
29+
<MtouchArch>i386, x86_64</MtouchArch>
3030
</PropertyGroup>
3131
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhoneSimulator' ">
3232
<DebugType>none</DebugType>
@@ -37,7 +37,7 @@
3737
<ConsolePause>False</ConsolePause>
3838
<MtouchLink>None</MtouchLink>
3939
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
40-
<MtouchArch>i386</MtouchArch>
40+
<MtouchArch>i386, x86_64</MtouchArch>
4141
</PropertyGroup>
4242
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|iPhone' ">
4343
<DebugSymbols>True</DebugSymbols>
@@ -51,7 +51,7 @@
5151
<MtouchDebug>True</MtouchDebug>
5252
<CodesignKey>iPhone Developer</CodesignKey>
5353
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
54-
<MtouchArch>ARMv7</MtouchArch>
54+
<MtouchArch>ARMv7, ARM64</MtouchArch>
5555
<MtouchI18n>
5656
</MtouchI18n>
5757
</PropertyGroup>

Diff for: AQTapDemo/Info.plist

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="UTF-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
33
<plist version="1.0">
44
<dict>
@@ -23,7 +23,7 @@
2323
<integer>2</integer>
2424
</array>
2525
<key>MinimumOSVersion</key>
26-
<string>6.0</string>
26+
<string>9.0</string>
2727
<key>CFBundleDisplayName</key>
2828
<string>AQTapDemo</string>
2929
<key>CFBundleIdentifier</key>

Diff for: AUSoundTriggeredPlayingSoundMemoryBased/AUSoundTriggeredPlayingSoundMemoryBased.csproj

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<PropertyGroup>
44
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
@@ -25,7 +25,7 @@
2525
<ConsolePause>False</ConsolePause>
2626
<MtouchLink>None</MtouchLink>
2727
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
28-
<MtouchArch>i386</MtouchArch>
28+
<MtouchArch>i386, x86_64</MtouchArch>
2929
</PropertyGroup>
3030
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhoneSimulator' ">
3131
<DebugType>none</DebugType>
@@ -36,7 +36,7 @@
3636
<ConsolePause>False</ConsolePause>
3737
<MtouchLink>None</MtouchLink>
3838
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
39-
<MtouchArch>i386</MtouchArch>
39+
<MtouchArch>i386, x86_64</MtouchArch>
4040
<MtouchNoSymbolStrip>true</MtouchNoSymbolStrip>
4141
</PropertyGroup>
4242
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|iPhone' ">
@@ -51,7 +51,7 @@
5151
<ConsolePause>False</ConsolePause>
5252
<CodesignKey>iPhone Developer</CodesignKey>
5353
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
54-
<MtouchArch>ARMv7</MtouchArch>
54+
<MtouchArch>ARMv7, ARM64</MtouchArch>
5555
<MtouchUseRefCounting>true</MtouchUseRefCounting>
5656
<IpaPackageName>
5757
</IpaPackageName>

Diff for: AUSoundTriggeredPlayingSoundMemoryBased/Info.plist

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="UTF-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
33
<plist version="1.0">
44
<dict>
@@ -22,7 +22,7 @@
2222
<key>NSMainNibFile</key>
2323
<string>MainWindow</string>
2424
<key>MinimumOSVersion</key>
25-
<string>6.1</string>
25+
<string>9.0</string>
2626
<key>NSMicrophoneUsageDescription</key>
2727
<string>AUSoundTriggeredPlayingSoundMemoryBased app needs Microphone access.</string>
2828
</dict>

Diff for: AVCaptureFrames/Info.plist

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="UTF-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
33
<plist version="1.0">
44
<dict>
@@ -21,7 +21,7 @@
2121
<string>Icon-Small-40@2x</string>
2222
</array>
2323
<key>MinimumOSVersion</key>
24-
<string>6.0</string>
24+
<string>9.0</string>
2525
<key>NSMainNibFile</key>
2626
<string>MainWindow</string>
2727
<key>UIDeviceFamily</key>

Diff for: AVCaptureFrames/av-capture-frames.csproj

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<PropertyGroup>
44
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
@@ -25,7 +25,7 @@
2525
<MtouchDebug>True</MtouchDebug>
2626
<ConsolePause>False</ConsolePause>
2727
<MtouchUseArmv7>false</MtouchUseArmv7>
28-
<MtouchArch>i386</MtouchArch>
28+
<MtouchArch>i386, x86_64</MtouchArch>
2929
<MtouchI18n>
3030
</MtouchI18n>
3131
</PropertyGroup>
@@ -40,7 +40,7 @@
4040
<MtouchUseArmv7>false</MtouchUseArmv7>
4141
<MtouchI18n>
4242
</MtouchI18n>
43-
<MtouchArch>i386</MtouchArch>
43+
<MtouchArch>i386, x86_64</MtouchArch>
4444
</PropertyGroup>
4545
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|iPhone' ">
4646
<DebugSymbols>True</DebugSymbols>
@@ -56,7 +56,7 @@
5656
<MtouchUseArmv7>false</MtouchUseArmv7>
5757
<MtouchI18n>
5858
</MtouchI18n>
59-
<MtouchArch>ARMv7</MtouchArch>
59+
<MtouchArch>ARMv7, ARM64</MtouchArch>
6060
<IpaPackageName>
6161
</IpaPackageName>
6262
</PropertyGroup>

Diff for: AVCompositionDebugVieweriOS/AVCompositionDebugVieweriOS/AVCompositionDebugVieweriOS.csproj

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<PropertyGroup>
44
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
@@ -27,7 +27,7 @@
2727
<MtouchDebug>true</MtouchDebug>
2828
<MtouchI18n>
2929
</MtouchI18n>
30-
<MtouchArch>i386</MtouchArch>
30+
<MtouchArch>i386, x86_64</MtouchArch>
3131
</PropertyGroup>
3232
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhoneSimulator' ">
3333
<DebugType>full</DebugType>
@@ -37,7 +37,7 @@
3737
<WarningLevel>4</WarningLevel>
3838
<MtouchLink>None</MtouchLink>
3939
<ConsolePause>false</ConsolePause>
40-
<MtouchArch>i386</MtouchArch>
40+
<MtouchArch>i386, x86_64</MtouchArch>
4141
</PropertyGroup>
4242
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|iPhone' ">
4343
<DebugSymbols>true</DebugSymbols>
@@ -52,7 +52,7 @@
5252
<CodesignKey>iPhone Developer</CodesignKey>
5353
<IpaPackageName>
5454
</IpaPackageName>
55-
<MtouchArch>ARMv7</MtouchArch>
55+
<MtouchArch>ARMv7, ARM64</MtouchArch>
5656
<MtouchUseRefCounting>true</MtouchUseRefCounting>
5757
<MtouchI18n>
5858
</MtouchI18n>

Diff for: AVCompositionDebugVieweriOS/AVCompositionDebugVieweriOS/Info.plist

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="UTF-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
33
<plist version="1.0">
44
<dict>
@@ -14,7 +14,7 @@
1414
<key>UIMainStoryboardFile</key>
1515
<string>MainStoryboard</string>
1616
<key>MinimumOSVersion</key>
17-
<string>7.0</string>
17+
<string>9.0</string>
1818
<key>UIMainStoryboardFile~ipad</key>
1919
<string>Main_iPad</string>
2020
<key>CFBundleIconFiles</key>

Diff for: AVCustomEdit/AVCustomEdit/AVCustomEdit.csproj

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<PropertyGroup>
44
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
@@ -25,7 +25,7 @@
2525
<MtouchLink>None</MtouchLink>
2626
<ConsolePause>false</ConsolePause>
2727
<MtouchDebug>true</MtouchDebug>
28-
<MtouchArch>i386</MtouchArch>
28+
<MtouchArch>i386, x86_64</MtouchArch>
2929
</PropertyGroup>
3030
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhoneSimulator' ">
3131
<DebugType></DebugType>
@@ -35,7 +35,7 @@
3535
<WarningLevel>4</WarningLevel>
3636
<MtouchLink>None</MtouchLink>
3737
<ConsolePause>false</ConsolePause>
38-
<MtouchArch>i386</MtouchArch>
38+
<MtouchArch>i386, x86_64</MtouchArch>
3939
</PropertyGroup>
4040
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|iPhone' ">
4141
<DebugSymbols>false</DebugSymbols>
@@ -48,7 +48,7 @@
4848
<MtouchDebug>true</MtouchDebug>
4949
<ConsolePause>false</ConsolePause>
5050
<CodesignKey>iPhone Developer</CodesignKey>
51-
<MtouchArch>ARMv7</MtouchArch>
51+
<MtouchArch>ARMv7, ARM64</MtouchArch>
5252
<MtouchUseRefCounting>true</MtouchUseRefCounting>
5353
<MtouchI18n>
5454
</MtouchI18n>

Diff for: AVCustomEdit/AVCustomEdit/Info.plist

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="UTF-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
33
<plist version="1.0">
44
<dict>
@@ -10,7 +10,7 @@
1010
<key>UIMainStoryboardFile</key>
1111
<string>MainStoryboard</string>
1212
<key>MinimumOSVersion</key>
13-
<string>7.0</string>
13+
<string>9.0</string>
1414
<key>UIDeviceFamily</key>
1515
<array>
1616
<integer>1</integer>
@@ -23,7 +23,7 @@
2323
<key>Style</key>
2424
<string>UIBarStyleDefault</string>
2525
<key>Translucent</key>
26-
<false/>
26+
<false />
2727
</dict>
2828
</dict>
2929
<key>CFBundleIconFiles</key>

Diff for: AVTouchSample/Info.plist

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="UTF-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
33
<plist version="1.0">
44
<dict>
@@ -33,6 +33,6 @@
3333
<key>CFBundleVersion</key>
3434
<string>1</string>
3535
<key>MinimumOSVersion</key>
36-
<string>6.0</string>
36+
<string>9.0</string>
3737
</dict>
3838
</plist>

Diff for: AVTouchSample/avTouch.csproj

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
33
<PropertyGroup>
44
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
@@ -26,7 +26,7 @@
2626
<MtouchDebug>True</MtouchDebug>
2727
<MtouchI18n>
2828
</MtouchI18n>
29-
<MtouchArch>i386</MtouchArch>
29+
<MtouchArch>i386, x86_64</MtouchArch>
3030
</PropertyGroup>
3131
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhoneSimulator' ">
3232
<DebugType>none</DebugType>
@@ -36,7 +36,7 @@
3636
<WarningLevel>4</WarningLevel>
3737
<MtouchI18n>
3838
</MtouchI18n>
39-
<MtouchArch>i386</MtouchArch>
39+
<MtouchArch>i386, x86_64</MtouchArch>
4040
</PropertyGroup>
4141
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|iPhone' ">
4242
<DebugSymbols>True</DebugSymbols>
@@ -50,7 +50,7 @@
5050
<MtouchDebug>True</MtouchDebug>
5151
<MtouchI18n>
5252
</MtouchI18n>
53-
<MtouchArch>ARMv7</MtouchArch>
53+
<MtouchArch>ARMv7, ARM64</MtouchArch>
5454
</PropertyGroup>
5555
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhone' ">
5656
<DebugType>none</DebugType>

Diff for: AirLocate/AirLocate/AirLocate.csproj

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<PropertyGroup>
44
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
@@ -25,7 +25,7 @@
2525
<MtouchLink>None</MtouchLink>
2626
<ConsolePause>false</ConsolePause>
2727
<MtouchDebug>true</MtouchDebug>
28-
<MtouchArch>i386</MtouchArch>
28+
<MtouchArch>i386, x86_64</MtouchArch>
2929
</PropertyGroup>
3030
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhoneSimulator' ">
3131
<DebugType>full</DebugType>
@@ -35,7 +35,7 @@
3535
<WarningLevel>4</WarningLevel>
3636
<MtouchLink>None</MtouchLink>
3737
<ConsolePause>false</ConsolePause>
38-
<MtouchArch>i386</MtouchArch>
38+
<MtouchArch>i386, x86_64</MtouchArch>
3939
</PropertyGroup>
4040
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|iPhone' ">
4141
<DebugSymbols>true</DebugSymbols>
@@ -50,7 +50,7 @@
5050
<CodesignKey>iPhone Developer</CodesignKey>
5151
<IpaPackageName>
5252
</IpaPackageName>
53-
<MtouchArch>ARMv7</MtouchArch>
53+
<MtouchArch>ARMv7, ARM64</MtouchArch>
5454
</PropertyGroup>
5555
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhone' ">
5656
<DebugType>full</DebugType>

Diff for: AirLocate/AirLocate/Info.plist

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="UTF-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
33
<plist version="1.0">
44
<dict>
@@ -9,7 +9,7 @@
99
<key>UIMainStoryboardFile</key>
1010
<string>MainStoryboard</string>
1111
<key>MinimumOSVersion</key>
12-
<string>7.0</string>
12+
<string>9.0</string>
1313
<key>CFBundleIdentifier</key>
1414
<string>com.apple.AirLocate</string>
1515
<key>UISupportedInterfaceOrientations</key>

Diff for: AppPrefs/AppPrefs.csproj

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<PropertyGroup>
44
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
@@ -26,7 +26,7 @@
2626
<MtouchDebug>True</MtouchDebug>
2727
<MtouchI18n>
2828
</MtouchI18n>
29-
<MtouchArch>i386</MtouchArch>
29+
<MtouchArch>i386, x86_64</MtouchArch>
3030
</PropertyGroup>
3131
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhoneSimulator' ">
3232
<DebugType>none</DebugType>
@@ -36,7 +36,7 @@
3636
<WarningLevel>4</WarningLevel>
3737
<ConsolePause>False</ConsolePause>
3838
<MtouchLink>None</MtouchLink>
39-
<MtouchArch>i386</MtouchArch>
39+
<MtouchArch>i386, x86_64</MtouchArch>
4040
</PropertyGroup>
4141
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|iPhone' ">
4242
<DebugSymbols>True</DebugSymbols>
@@ -51,7 +51,7 @@
5151
<CodesignKey>iPhone Developer</CodesignKey>
5252
<IpaPackageName>
5353
</IpaPackageName>
54-
<MtouchArch>ARMv7</MtouchArch>
54+
<MtouchArch>ARMv7, ARM64</MtouchArch>
5555
</PropertyGroup>
5656
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhone' ">
5757
<DebugType>none</DebugType>

Diff for: AppPrefs/Info.plist

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="UTF-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
33
<plist version="1.0">
44
<dict>
@@ -22,7 +22,7 @@
2222
<string>UIInterfaceOrientationLandscapeRight</string>
2323
</array>
2424
<key>MinimumOSVersion</key>
25-
<string>6.1</string>
25+
<string>9.0</string>
2626
<key>CFBundleIdentifier</key>
2727
<string>com.xamarin.AppPrefs</string>
2828
</dict>

0 commit comments

Comments
 (0)