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

Commit

Permalink
[OpenGLScroller]adding metadata, updating screenshots and sample for …
Browse files Browse the repository at this point in the history
…ios7
  • Loading branch information
timeyoutakeit committed Nov 5, 2013
1 parent 81e27d3 commit 343e8b5
Show file tree
Hide file tree
Showing 12 changed files with 39 additions and 21 deletions.
29 changes: 13 additions & 16 deletions OpenGLScroller/Info.plist
Expand Up @@ -2,17 +2,19 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleIconFiles</key>
<array>
<string>Resources/icon-57.png</string>
<string>Resources/icon-114.png</string>
<string>Resources/icon-72.png</string>
<string>Resources/icon-144.png</string>
<string>Resources/icon-29.png</string>
<string>Resources/icon-58.png</string>
<string>Resources/icon-50.png</string>
<string>Resources/icon-100.png</string>
</array>
<key>CFBundleIconFiles</key>
<array>
<string>Resources/icon-57.png</string>
<string>Resources/icon-114.png</string>
<string>Resources/icon-72.png</string>
<string>Resources/icon-144.png</string>
<string>Resources/icon-29.png</string>
<string>Resources/icon-58.png</string>
<string>Resources/icon-50.png</string>
<string>Resources/icon-100.png</string>
<string>Icon-60@2x</string>
<string>Icon-Small-40@2x</string>
</array>
<key>MinimumOSVersion</key>
<string>6.0</string>
<key>UIDeviceFamily</key>
Expand All @@ -24,11 +26,6 @@
<string>UIInterfaceOrientationPortrait</string>
<string>UIInterfaceOrientationPortraitUpsideDown</string>
</array>
<key>UISupportedInterfaceOrientations~ipad</key>
<array>
<string>UIInterfaceOrientationPortrait</string>
<string>UIInterfaceOrientationPortraitUpsideDown</string>
</array>
<key>CFBundleDisplayName</key>
<string>OpenGLScroller</string>
<key>CFBundleIdentifier</key>
Expand Down
9 changes: 9 additions & 0 deletions OpenGLScroller/Metadata.xml
@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8" ?>
<SampleMetadata>
<ID>a41d0b53-3788-4a98-b091-974b4d8bb429</ID>
<IsFullApplication>false</IsFullApplication>
<Level>Intermediate</Level>
<Tags>Graphics, OpenGL</Tags>
<SupportedPlatforms>iOS</SupportedPlatforms>
<LicenseRequirement>Indie</LicenseRequirement>
</SampleMetadata>
17 changes: 12 additions & 5 deletions OpenGLScroller/OpenGLScroller.csproj
Expand Up @@ -24,7 +24,8 @@
<MtouchDebug>True</MtouchDebug>
<MtouchLink>None</MtouchLink>
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
<MtouchI18n />
<MtouchI18n>
</MtouchI18n>
<MtouchArch>ARMv7</MtouchArch>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhoneSimulator' ">
Expand All @@ -36,7 +37,8 @@
<ConsolePause>False</ConsolePause>
<MtouchLink>None</MtouchLink>
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
<MtouchI18n />
<MtouchI18n>
</MtouchI18n>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|iPhone' ">
<DebugSymbols>True</DebugSymbols>
Expand All @@ -51,7 +53,8 @@
<MtouchDebug>True</MtouchDebug>
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
<MtouchArch>ARMv7</MtouchArch>
<MtouchI18n />
<MtouchI18n>
</MtouchI18n>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhone' ">
<DebugType>none</DebugType>
Expand All @@ -62,8 +65,10 @@
<ConsolePause>False</ConsolePause>
<CodesignKey>iPhone Developer</CodesignKey>
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
<IpaPackageName />
<MtouchI18n />
<IpaPackageName>
</IpaPackageName>
<MtouchI18n>
</MtouchI18n>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Ad-Hoc|iPhone' ">
<DebugType>none</DebugType>
Expand Down Expand Up @@ -129,6 +134,8 @@
<BundleResource Include="Resources\icon-57.png" />
<BundleResource Include="Resources\icon-58.png" />
<BundleResource Include="Resources\icon-72.png" />
<BundleResource Include="Resources\Icon-60%402x.png" />
<BundleResource Include="Resources\Icon-Small-40%402x.png" />
</ItemGroup>
<ItemGroup>
<ITunesArtwork Include="Resources\iTunesArtwork.png" />
Expand Down
Binary file added OpenGLScroller/Resources/Icon-60@2x.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added OpenGLScroller/Resources/Icon-Small-40@2x.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added OpenGLScroller/Screenshots/openglscroller.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added OpenGLScroller/Screenshots/openglscroller02.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added OpenGLScroller/Screenshots/openglscroller03.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions OpenGLScroller/ViewController.cs
Expand Up @@ -44,6 +44,11 @@ public override void ViewDidLoad ()
dummyView.AddGestureRecognizer (scrollView.PanGestureRecognizer);
View.AddSubview (dummyView);
}

public override UIStatusBarStyle PreferredStatusBarStyle ()
{
return UIStatusBarStyle.LightContent;
}

void Scrolled (object sender, EventArgs ea)
{
Expand Down

0 comments on commit 343e8b5

Please sign in to comment.