Skip to content

Commit

Permalink
[HelloUniversal]Updating for ios7
Browse files Browse the repository at this point in the history
  • Loading branch information
timeyoutakeit committed Oct 22, 2013
1 parent 25b644a commit 57d9fac
Show file tree
Hide file tree
Showing 11 changed files with 67 additions and 324 deletions.
5 changes: 5 additions & 0 deletions Hello_Universal/Hello_Universal.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,11 @@
<BundleResource Include="Resources\icon-57.png" />
<BundleResource Include="Resources\icon-114.png" />
<BundleResource Include="Resources\icon-144.png" />
<BundleResource Include="Resources\Icon-60%402x.png" />
<BundleResource Include="Resources\Icon-76.png" />
<BundleResource Include="Resources\Icon-76%402x.png" />
<BundleResource Include="Resources\Icon-Small-40.png" />
<BundleResource Include="Resources\Icon-Small-40%402x.png" />
</ItemGroup>
<ItemGroup>
<ITunesArtwork Include="Resources\iTunesArtwork.png" />
Expand Down
359 changes: 46 additions & 313 deletions Hello_Universal/Hello_UniversalViewController_iPhone.xib

Large diffs are not rendered by default.

27 changes: 16 additions & 11 deletions Hello_Universal/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,22 @@
<dict>
<key>CFBundleDisplayName</key>
<string>Universal!</string>
<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-76</string>
<string>Icon-76@2x</string>
<string>Icon-Small-40</string>
<string>Icon-Small-40@2x</string>
</array>
<key>UIDeviceFamily</key>
<array>
<string>1</string>
Expand Down
Binary file added Hello_Universal/Resources/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Hello_Universal/Resources/Icon-76.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Hello_Universal/Resources/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Hello_Universal/Resources/Icon-Small-40.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Hello_Universal/Resources/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Hello_Universal/Screenshots/Hello_Universal1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Hello_Universal/Screenshots/Hello_Universal2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Hello_Universal/Screenshots/Hello_Universal3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 57d9fac

Please sign in to comment.