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

Commit

Permalink
[FrogScroller] Add bundle identifier and app name
Browse files Browse the repository at this point in the history
  • Loading branch information
dylankelly5 committed Jun 17, 2015
1 parent c445a45 commit bdaad2d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions FrogScroller/FrogScroller/FrogScroller.csproj
Expand Up @@ -67,6 +67,7 @@
<MtouchI18n>
</MtouchI18n>
<MtouchArch>ARMv7, ARM64</MtouchArch>
<MtouchUseRefCounting>true</MtouchUseRefCounting>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Ad-Hoc|iPhone' ">
<DebugType>none</DebugType>
Expand Down
4 changes: 4 additions & 0 deletions FrogScroller/FrogScroller/Info.plist
Expand Up @@ -28,5 +28,9 @@
<string>UIInterfaceOrientationLandscapeLeft</string>
<string>UIInterfaceOrientationLandscapeRight</string>
</array>
<key>CFBundleIdentifier</key>
<string>com.xamarin.FrogScroller</string>
<key>CFBundleDisplayName</key>
<string>FrogScroller</string>
</dict>
</plist>

0 comments on commit bdaad2d

Please sign in to comment.