From 335b18e867d63f189f02cba0143f49354b0ae13f Mon Sep 17 00:00:00 2001 From: Rustam Zaitov Date: Mon, 4 May 2015 23:34:25 +0300 Subject: [PATCH] [Chat] add metadata and readme Xamarin.iOS 8.10.0.267 --- Chat/Chat/Chat.csproj | 3 +- Chat/Chat/Info.plist | 17 +++++------ ...e.storyboard => MainStoryboard.storyboard} | 0 Chat/Chat/MainStoryboard_iPad.storyboard | 30 ------------------- Chat/README.md | 20 +++++++++++++ Chat/metadata.xml | 10 +++++++ 6 files changed, 38 insertions(+), 42 deletions(-) rename Chat/Chat/{MainStoryboard_iPhone.storyboard => MainStoryboard.storyboard} (100%) delete mode 100644 Chat/Chat/MainStoryboard_iPad.storyboard create mode 100644 Chat/README.md create mode 100644 Chat/metadata.xml diff --git a/Chat/Chat/Chat.csproj b/Chat/Chat/Chat.csproj index 85122cdd..8e77e637 100644 --- a/Chat/Chat/Chat.csproj +++ b/Chat/Chat/Chat.csproj @@ -129,8 +129,7 @@ - - + diff --git a/Chat/Chat/Info.plist b/Chat/Chat/Info.plist index e6686785..e60d6af7 100644 --- a/Chat/Chat/Info.plist +++ b/Chat/Chat/Info.plist @@ -1,4 +1,4 @@ - + @@ -13,7 +13,7 @@ LSRequiresIPhoneOS MinimumOSVersion - 8.0 + 7.0 UIDeviceFamily 1 @@ -22,9 +22,9 @@ UILaunchStoryboardName LaunchScreen UIMainStoryboardFile - MainStoryboard_iPhone + MainStoryboard UIMainStoryboardFile~ipad - MainStoryboard_iPad + MainStoryboard UIRequiredDeviceCapabilities armv7 @@ -32,17 +32,14 @@ UISupportedInterfaceOrientations UIInterfaceOrientationPortrait - UIInterfaceOrientationLandscapeLeft - UIInterfaceOrientationLandscapeRight UISupportedInterfaceOrientations~ipad UIInterfaceOrientationPortrait - UIInterfaceOrientationPortraitUpsideDown - UIInterfaceOrientationLandscapeLeft - UIInterfaceOrientationLandscapeRight XSAppIconAssets - Resources/Images.xcassets/AppIcons.appiconset + Resources/Images.xcassets/AppIcon.appiconset + XSLaunchImageAssets + Resources/Images.xcassets/LaunchImage.launchimage diff --git a/Chat/Chat/MainStoryboard_iPhone.storyboard b/Chat/Chat/MainStoryboard.storyboard similarity index 100% rename from Chat/Chat/MainStoryboard_iPhone.storyboard rename to Chat/Chat/MainStoryboard.storyboard diff --git a/Chat/Chat/MainStoryboard_iPad.storyboard b/Chat/Chat/MainStoryboard_iPad.storyboard deleted file mode 100644 index c400a561..00000000 --- a/Chat/Chat/MainStoryboard_iPad.storyboard +++ /dev/null @@ -1,30 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Chat/README.md b/Chat/README.md new file mode 100644 index 00000000..d4a2c547 --- /dev/null +++ b/Chat/README.md @@ -0,0 +1,20 @@ +Chat +============== + +This project shows one way of implementing a bubble-chat rendering similar to the iPhone Messages application. +The ChatViewController renders the discussion and resizes the input as needed + +Build Requirements +------------------ + +Building this sample requires Xcode 5.0 and iOS 7.0 SDK + +Target +------ +This sample runnable on iPhoneSimulator/iPadSimulator iPhone/iPad + +Author +------ +Inspired by the [AcaniChat](https://github.com/acani/AcaniChat) and [JSQMessagesViewController](https://github.com/jessesquires/JSQMessagesViewController) + +Rustam Zaitov \ No newline at end of file diff --git a/Chat/metadata.xml b/Chat/metadata.xml new file mode 100644 index 00000000..eb410024 --- /dev/null +++ b/Chat/metadata.xml @@ -0,0 +1,10 @@ + + + e5ea2b78-f299-11e4-a3fd-a8206629811d + false + Beginning + User Interface, Getting Started + iOS + true + Starter +