xamarin-macios/msbuild/tests/MySingleView
Rolf Bjarne Kvinge 9356b53410 [msbuild] Fix MSBuild tests to build using Xcode 9. (#2201)
Set the min deployment target to 7.0 for a test to make sure ibtool doesn't
complain, and fix the list of expected bundle resources by adding Assets.car
to the list.

Fixes the following failures:

1. Xamarin.iOS.Tasks.TargetTests.BuildExecutable :   #RunTarget-ErrorCount

    	ibtool exited with code 1
    	Compiling IB documents for earlier than iOS 7 is no longer supported.
      Expected: 0
      But was:  2

2. Xamarin.iOS.Tasks.TargetTests.BundleResources :   #RunTarget-ErrorCount

    	ibtool exited with code 1
    	Compiling IB documents for earlier than iOS 7 is no longer supported.
      Expected: 0
      But was:  2

3. Xamarin.iOS.Tasks.TargetTests.CleanExecutable :   #RunTarget-ErrorCount

    	ibtool exited with code 1
    	Compiling IB documents for earlier than iOS 7 is no longer supported.
      Expected: 0
      But was:  2

4. Xamarin.iOS.Tasks.TargetTests.CopyContentToBundle :   #RunTarget-ErrorCount

    	ibtool exited with code 1
    	Compiling IB documents for earlier than iOS 7 is no longer supported.
      Expected: 0
      But was:  2

5. Xamarin.iOS.Tasks.TargetTests.Disappearing_Bundle_Resource :   #2

      Expected: True
      But was:  False

6. Xamarin.iOS.Tasks.TargetTests.Disappearing_Content :   #2

      Expected: True
      But was:  False

7. Xamarin.iOS.Tasks.TargetTests.OptimizePngs_DefaultValue :   #RunTarget-ErrorCount

    	ibtool exited with code 1
    	Compiling IB documents for earlier than iOS 7 is no longer supported.
      Expected: 0
      But was:  2

8. Xamarin.iOS.Tasks.TargetTests.OptimizePngs_False :   #RunTarget-ErrorCount

    	ibtool exited with code 1
    	Compiling IB documents for earlier than iOS 7 is no longer supported.
      Expected: 0
      But was:  2

9. Xamarin.iOS.Tasks.TargetTests.OptimizePngs_True :   #RunTarget-ErrorCount

    	ibtool exited with code 1
    	Compiling IB documents for earlier than iOS 7 is no longer supported.
      Expected: 0
      But was:  2

10. Xamarin.iOS.Tasks.TargetTests.RebuildExecutable_NoModifications :   #RunTarget-ErrorCount

    	ibtool exited with code 1
    	Compiling IB documents for earlier than iOS 7 is no longer supported.
      Expected: 0
      But was:  2

11. Xamarin.iOS.Tasks.TargetTests.RebuildExecutable_TouchLibraryDll :   #RunTarget-ErrorCount

    	ibtool exited with code 1
    	Compiling IB documents for earlier than iOS 7 is no longer supported.
      Expected: 0
      But was:  2

12. Xamarin.iOS.Tasks.TargetTests.UnpackLibraryResources_ExecutableProject :   #RunTarget-ErrorCount

    	ibtool exited with code 1
    	Compiling IB documents for earlier than iOS 7 is no longer supported.
      Expected: 0
      But was:  2
2017-06-10 04:04:26 -07:00
..
Folder Build MSBuild targets & assemblies. 2016-04-24 14:48:44 -04:00
MyLibrary [msbuild] Show proper build error when monotouch.dll doesn't exist (#750) 2016-09-06 14:50:54 -04:00
Resources Build MSBuild targets & assemblies. 2016-04-24 14:48:44 -04:00
en.lproj Build MSBuild targets & assemblies. 2016-04-24 14:48:44 -04:00
AppDelegate.cs [msbuild] Show proper build error when monotouch.dll doesn't exist (#750) 2016-09-06 14:50:54 -04:00
CustomViewController.cs Build MSBuild targets & assemblies. 2016-04-24 14:48:44 -04:00
CustomViewController.designer.cs Build MSBuild targets & assemblies. 2016-04-24 14:48:44 -04:00
Entitlements.plist Build MSBuild targets & assemblies. 2016-04-24 14:48:44 -04:00
Entitlements.plist.tmp Build MSBuild targets & assemblies. 2016-04-24 14:48:44 -04:00
Info.plist [msbuild] Fix MSBuild tests to build using Xcode 9. (#2201) 2017-06-10 04:04:26 -07:00
LinkedBundleResource.txt Build MSBuild targets & assemblies. 2016-04-24 14:48:44 -04:00
LinkedContent.txt Build MSBuild targets & assemblies. 2016-04-24 14:48:44 -04:00
LinkedEmbeddedResource.txt Build MSBuild targets & assemblies. 2016-04-24 14:48:44 -04:00
Main.cs [msbuild] Show proper build error when monotouch.dll doesn't exist (#750) 2016-09-06 14:50:54 -04:00
MainStoryboard.storyboard Build MSBuild targets & assemblies. 2016-04-24 14:48:44 -04:00
MySingleView.csproj [msbuild] Show proper build error when monotouch.dll doesn't exist (#750) 2016-09-06 14:50:54 -04:00
MySingleView.sln Build MSBuild targets & assemblies. 2016-04-24 14:48:44 -04:00
MySingleViewViewController.cs [msbuild] Show proper build error when monotouch.dll doesn't exist (#750) 2016-09-06 14:50:54 -04:00
MySingleViewViewController.designer.cs [msbuild] Show proper build error when monotouch.dll doesn't exist (#750) 2016-09-06 14:50:54 -04:00
iPhoneView.xib Build MSBuild targets & assemblies. 2016-04-24 14:48:44 -04:00
iTunesArtwork Build MSBuild targets & assemblies. 2016-04-24 14:48:44 -04:00
iTunesArtwork@2x Build MSBuild targets & assemblies. 2016-04-24 14:48:44 -04:00