xamarin-macios/msbuild/tests/MyIBToolLinkTest
Jeffrey Stedfast ff381fe6f5 [msbuild] Support ibtool output when it adds ~ipad or ~iphone modifiers (#200)
* [msbuild] Support ibtool output when it adds ~ipad or ~iphone modifiers

When targetting older iOS versions (such as iOS 7) for multiple
device targets (e.g. iphone, ipad, etc), ibtool will output
multiple directories using the basename of the original ib file
and add ~ipad or ~iphone blurbs to the filename.

This was causing the linking step to fail due to paths not being
found at the expected locations.

* [msbuild] Added unit tests for ibtool --link w/ --minimum-deployment-target 7.0

Since pre-iOS 8.0 does not support size classes in storyboards,
ibtool will output LaunchScreen~ipad.nib and LaunchScreen~iphone.nib.

This test will fail if the IBTool logic does not properly determine
the outputs to pass to a final ibtool --link command to link all of
the storyboards together.
2016-06-16 14:17:25 -04:00
..
Assets.xcassets [msbuild] Support ibtool output when it adds ~ipad or ~iphone modifiers (#200) 2016-06-16 14:17:25 -04:00
Resources [msbuild] Support ibtool output when it adds ~ipad or ~iphone modifiers (#200) 2016-06-16 14:17:25 -04:00
AppDelegate.cs [msbuild] Support ibtool output when it adds ~ipad or ~iphone modifiers (#200) 2016-06-16 14:17:25 -04:00
Entitlements.plist [msbuild] Support ibtool output when it adds ~ipad or ~iphone modifiers (#200) 2016-06-16 14:17:25 -04:00
Info.plist [msbuild] Support ibtool output when it adds ~ipad or ~iphone modifiers (#200) 2016-06-16 14:17:25 -04:00
Main.cs [msbuild] Support ibtool output when it adds ~ipad or ~iphone modifiers (#200) 2016-06-16 14:17:25 -04:00
Main.storyboard [msbuild] Support ibtool output when it adds ~ipad or ~iphone modifiers (#200) 2016-06-16 14:17:25 -04:00
MyIBToolLinkTest.csproj [msbuild] Support ibtool output when it adds ~ipad or ~iphone modifiers (#200) 2016-06-16 14:17:25 -04:00
MyIBToolLinkTest.sln [msbuild] Support ibtool output when it adds ~ipad or ~iphone modifiers (#200) 2016-06-16 14:17:25 -04:00
ViewController.cs [msbuild] Support ibtool output when it adds ~ipad or ~iphone modifiers (#200) 2016-06-16 14:17:25 -04:00
ViewController.designer.cs [msbuild] Support ibtool output when it adds ~ipad or ~iphone modifiers (#200) 2016-06-16 14:17:25 -04:00