From 12a1618a153ef831fe2e18c667a712ea95d97510 Mon Sep 17 00:00:00 2001 From: Craig Dunn Date: Tue, 3 May 2016 15:35:14 -0700 Subject: [PATCH] [taskyL10n] add launchscreen --- TaskyL10n/TaskyiOS/Info.plist | 2 + .../Resources/LaunchScreen.storyboard | 40 +++++++++++++++++++ TaskyL10n/TaskyiOS/TaskyiOSL10n.csproj | 3 ++ 3 files changed, 45 insertions(+) create mode 100644 TaskyL10n/TaskyiOS/Resources/LaunchScreen.storyboard diff --git a/TaskyL10n/TaskyiOS/Info.plist b/TaskyL10n/TaskyiOS/Info.plist index f077231..e723c2a 100644 --- a/TaskyL10n/TaskyiOS/Info.plist +++ b/TaskyL10n/TaskyiOS/Info.plist @@ -35,5 +35,7 @@ UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight + UILaunchStoryboardName + LaunchScreen diff --git a/TaskyL10n/TaskyiOS/Resources/LaunchScreen.storyboard b/TaskyL10n/TaskyiOS/Resources/LaunchScreen.storyboard new file mode 100644 index 0000000..ad45d47 --- /dev/null +++ b/TaskyL10n/TaskyiOS/Resources/LaunchScreen.storyboard @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/TaskyL10n/TaskyiOS/TaskyiOSL10n.csproj b/TaskyL10n/TaskyiOS/TaskyiOSL10n.csproj index 7b35f59..88e411e 100644 --- a/TaskyL10n/TaskyiOS/TaskyiOSL10n.csproj +++ b/TaskyL10n/TaskyiOS/TaskyiOSL10n.csproj @@ -111,4 +111,7 @@ + + + \ No newline at end of file