Skip to content

Commit

Permalink
Cleanup iOS Splash and Code
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmontemagno committed Apr 12, 2017
1 parent a54e98c commit 3779fa2
Show file tree
Hide file tree
Showing 65 changed files with 459 additions and 267 deletions.
45 changes: 0 additions & 45 deletions MyWeather.iOS/EmptyStoryboard1.storyboard

This file was deleted.

18 changes: 10 additions & 8 deletions MyWeather.iOS/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<plist version="1.0">
<dict>
<key>CFBundleDisplayName</key>
<string>MyWeather.iOS</string>
<string>My Weather</string>
<key>CFBundleIdentifier</key>
<string>com.refractored.myweather</string>
<key>CFBundleShortVersionString</key>
Expand Down Expand Up @@ -39,14 +39,16 @@
<string>UIInterfaceOrientationLandscapeRight</string>
</array>
<key>XSAppIconAssets</key>
<string>Resources/Images.xcassets/AppIcons.appiconset</string>
<string>Resources/AppIcons.xcassets/AppIcons.appiconset</string>
<key>XSLaunchImageAssets</key>
<string>Resources/Images.xcassets/LaunchImage.launchimage</string>
<key>UIStatusBarStyle</key>
<string>UIStatusBarStyleLightContent</string>
<key>UIViewControllerBasedStatusBarAppearance</key>
<false/>
<key>NSLocationWhenInUseUsageDescription</key>
<string>Location for closest weather.</string>
<key>UIStatusBarStyle</key>
<string>UIStatusBarStyleLightContent</string>
<key>UIViewControllerBasedStatusBarAppearance</key>
<false/>
<key>NSLocationWhenInUseUsageDescription</key>
<string>Location for closest weather.</string>
<key>CFBundleName</key>
<string>My Weather</string>
</dict>
</plist>
71 changes: 31 additions & 40 deletions MyWeather.iOS/MyWeather.iOS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,11 @@
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<ConsolePause>false</ConsolePause>
<MtouchArch>i386</MtouchArch>
<MtouchArch>x86_64</MtouchArch>
<MtouchLink>None</MtouchLink>
<MtouchDebug>true</MtouchDebug>
<MtouchProfiling>true</MtouchProfiling>
<CodesignKey>iPhone Developer</CodesignKey>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhone' ">
<DebugType>full</DebugType>
Expand All @@ -43,7 +44,7 @@
<OutputPath>bin\iPhoneSimulator\Release</OutputPath>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<MtouchArch>i386</MtouchArch>
<MtouchArch>x86_64</MtouchArch>
<ConsolePause>false</ConsolePause>
<MtouchLink>None</MtouchLink>
</PropertyGroup>
Expand All @@ -59,7 +60,7 @@
<MtouchArch>ARMv7, ARM64</MtouchArch>
<CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
<MtouchProfiling>True</MtouchProfiling>
<CodesignKey>iPhone Developer: James Montemagno (AMVKNEC6W3)</CodesignKey>
<CodesignKey>iPhone Developer</CodesignKey>
<MtouchDebug>True</MtouchDebug>
<CodesignProvision />
<CodesignResourceRules />
Expand All @@ -69,8 +70,6 @@
<MtouchFastDev>False</MtouchFastDev>
<MtouchUseLlvm>False</MtouchUseLlvm>
<MtouchUseThumb>False</MtouchUseThumb>
<MtouchUseSGen>False</MtouchUseSGen>
<MtouchUseRefCounting>False</MtouchUseRefCounting>
<MtouchOptimizePNGs>True</MtouchOptimizePNGs>
<DeviceSpecificBuild>False</DeviceSpecificBuild>
<MtouchI18n />
Expand Down Expand Up @@ -131,42 +130,10 @@
<ItemGroup>
<ProjectReference Include="..\MyWeather\MyWeather.csproj">
<Name>MyWeather</Name>
<Project>{5366CC83-65A3-4969-B883-3229108447E2}</Project>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<ImageAsset Include="Resources\Images.xcassets\AppIcons.appiconset\Contents.json">
<InProject>false</InProject>
</ImageAsset>
<ImageAsset Include="Resources\Images.xcassets\AppIcons.appiconset\Icon-60%402x.png">
<InProject>false</InProject>
</ImageAsset>
<ImageAsset Include="Resources\Images.xcassets\AppIcons.appiconset\Icon-60%403x.png">
<InProject>false</InProject>
</ImageAsset>
<ImageAsset Include="Resources\Images.xcassets\AppIcons.appiconset\Icon-76.png">
<InProject>false</InProject>
</ImageAsset>
<ImageAsset Include="Resources\Images.xcassets\AppIcons.appiconset\Icon-76%402x.png">
<InProject>false</InProject>
</ImageAsset>
<ImageAsset Include="Resources\Images.xcassets\AppIcons.appiconset\Icon-Small.png">
<InProject>false</InProject>
</ImageAsset>
<ImageAsset Include="Resources\Images.xcassets\AppIcons.appiconset\Icon-Small%402x.png">
<InProject>false</InProject>
</ImageAsset>
<ImageAsset Include="Resources\Images.xcassets\AppIcons.appiconset\Icon-Small%403x.png">
<InProject>false</InProject>
</ImageAsset>
<ImageAsset Include="Resources\Images.xcassets\AppIcons.appiconset\Icon-Small-40.png">
<InProject>false</InProject>
</ImageAsset>
<ImageAsset Include="Resources\Images.xcassets\AppIcons.appiconset\Icon-Small-40%402x.png">
<InProject>false</InProject>
</ImageAsset>
<ImageAsset Include="Resources\Images.xcassets\AppIcons.appiconset\Icon-Small-40%403x.png">
<InProject>false</InProject>
</ImageAsset>
<ImageAsset Include="Resources\Images.xcassets\LaunchImage.launchimage\Contents.json">
<InProject>false</InProject>
</ImageAsset>
Expand All @@ -185,6 +152,31 @@
<ImageAsset Include="Resources\Images.xcassets\LaunchImage.launchimage\Default-Portrait%402x.png">
<InProject>false</InProject>
</ImageAsset>
<ImageAsset Include="Resources\AppIcons.xcassets\Contents.json" />
<ImageAsset Include="Resources\AppIcons.xcassets\AppIcons.appiconset\.DS_Store" />
<ImageAsset Include="Resources\AppIcons.xcassets\AppIcons.appiconset\Contents.json" />
<ImageAsset Include="Resources\AppIcons.xcassets\AppIcons.appiconset\Icon-App-20x20%401x.png" />
<ImageAsset Include="Resources\AppIcons.xcassets\AppIcons.appiconset\Icon-App-20x20%402x.png" />
<ImageAsset Include="Resources\AppIcons.xcassets\AppIcons.appiconset\Icon-App-20x20%403x.png" />
<ImageAsset Include="Resources\AppIcons.xcassets\AppIcons.appiconset\Icon-App-29x29%401x.png" />
<ImageAsset Include="Resources\AppIcons.xcassets\AppIcons.appiconset\Icon-App-29x29%402x.png" />
<ImageAsset Include="Resources\AppIcons.xcassets\AppIcons.appiconset\Icon-App-29x29%403x.png" />
<ImageAsset Include="Resources\AppIcons.xcassets\AppIcons.appiconset\Icon-App-40x40%401x.png" />
<ImageAsset Include="Resources\AppIcons.xcassets\AppIcons.appiconset\Icon-App-40x40%402x.png" />
<ImageAsset Include="Resources\AppIcons.xcassets\AppIcons.appiconset\Icon-App-40x40%403x.png" />
<ImageAsset Include="Resources\AppIcons.xcassets\AppIcons.appiconset\Icon-App-57x57%401x.png" />
<ImageAsset Include="Resources\AppIcons.xcassets\AppIcons.appiconset\Icon-App-57x57%402x.png" />
<ImageAsset Include="Resources\AppIcons.xcassets\AppIcons.appiconset\Icon-App-60x60%401x.png" />
<ImageAsset Include="Resources\AppIcons.xcassets\AppIcons.appiconset\Icon-App-60x60%402x.png" />
<ImageAsset Include="Resources\AppIcons.xcassets\AppIcons.appiconset\Icon-App-60x60%403x.png" />
<ImageAsset Include="Resources\AppIcons.xcassets\AppIcons.appiconset\Icon-App-72x72%401x.png" />
<ImageAsset Include="Resources\AppIcons.xcassets\AppIcons.appiconset\Icon-App-72x72%402x.png" />
<ImageAsset Include="Resources\AppIcons.xcassets\AppIcons.appiconset\Icon-App-76x76%401x.png" />
<ImageAsset Include="Resources\AppIcons.xcassets\AppIcons.appiconset\Icon-App-76x76%402x.png" />
<ImageAsset Include="Resources\AppIcons.xcassets\AppIcons.appiconset\Icon-App-76x76%403x.png" />
<ImageAsset Include="Resources\AppIcons.xcassets\AppIcons.appiconset\Icon-App-83.5x83.5%402x.png" />
<ImageAsset Include="Resources\AppIcons.xcassets\AppIcons.appiconset\Icon-Small-50x50%401x.png" />
<ImageAsset Include="Resources\AppIcons.xcassets\AppIcons.appiconset\Icon-Small-50x50%402x.png" />
</ItemGroup>
<ItemGroup>
<ITunesArtwork Include="Resources\ITunesArtwork" />
Expand All @@ -194,13 +186,11 @@
<InterfaceDefinition Include="Resources\LaunchScreen.storyboard" />
</ItemGroup>
<ItemGroup>
<InterfaceDefinition Include="EmptyStoryboard1.storyboard" />
<None Include="Info.plist">
<SubType>Designer</SubType>
</None>
<None Include="Entitlements.plist" />
<None Include="packages.config" />
<InterfaceDefinition Include="View1.xib" />
</ItemGroup>
<ItemGroup>
<Compile Include="Helpers\Settings.cs" />
Expand All @@ -214,6 +204,7 @@
<BundleResource Include="Resources\tab2%402x.png" />
<BundleResource Include="Resources\tab2%403x.png" />
<BundleResource Include="Resources\tab2.png" />
<BundleResource Include="Resources\splash.png" />
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.iOS.CSharp.targets" />
<Import Project="..\packages\Xamarin.Forms.2.3.4.224\build\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+Xamarin.iOS10+xamarinmac20\Xamarin.Forms.targets" Condition="Exists('..\packages\Xamarin.Forms.2.3.4.224\build\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+Xamarin.iOS10+xamarinmac20\Xamarin.Forms.targets')" />
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,176 @@
{
"images":[
{
"idiom":"iphone",
"size":"20x20",
"scale":"2x",
"filename":"[email protected]"
},
{
"idiom":"iphone",
"size":"20x20",
"scale":"3x",
"filename":"[email protected]"
},
{
"idiom":"iphone",
"size":"29x29",
"scale":"1x",
"filename":"[email protected]"
},
{
"idiom":"iphone",
"size":"29x29",
"scale":"2x",
"filename":"[email protected]"
},
{
"idiom":"iphone",
"size":"29x29",
"scale":"3x",
"filename":"[email protected]"
},
{
"idiom":"iphone",
"size":"40x40",
"scale":"1x",
"filename":"[email protected]"
},
{
"idiom":"iphone",
"size":"40x40",
"scale":"2x",
"filename":"[email protected]"
},
{
"idiom":"iphone",
"size":"40x40",
"scale":"3x",
"filename":"[email protected]"
},
{
"idiom":"iphone",
"size":"57x57",
"scale":"1x",
"filename":"[email protected]"
},
{
"idiom":"iphone",
"size":"57x57",
"scale":"2x",
"filename":"[email protected]"
},
{
"idiom":"iphone",
"size":"60x60",
"scale":"1x",
"filename":"[email protected]"
},
{
"idiom":"iphone",
"size":"60x60",
"scale":"2x",
"filename":"[email protected]"
},
{
"idiom":"iphone",
"size":"60x60",
"scale":"3x",
"filename":"[email protected]"
},
{
"idiom":"iphone",
"size":"76x76",
"scale":"1x",
"filename":"[email protected]"
},
{
"idiom":"ipad",
"size":"20x20",
"scale":"1x",
"filename":"[email protected]"
},
{
"idiom":"ipad",
"size":"20x20",
"scale":"2x",
"filename":"[email protected]"
},
{
"idiom":"ipad",
"size":"29x29",
"scale":"1x",
"filename":"[email protected]"
},
{
"idiom":"ipad",
"size":"29x29",
"scale":"2x",
"filename":"[email protected]"
},
{
"idiom":"ipad",
"size":"40x40",
"scale":"1x",
"filename":"[email protected]"
},
{
"idiom":"ipad",
"size":"40x40",
"scale":"2x",
"filename":"[email protected]"
},
{
"size" : "50x50",
"idiom" : "ipad",
"filename" : "[email protected]",
"scale" : "1x"
},
{
"size" : "50x50",
"idiom" : "ipad",
"filename" : "[email protected]",
"scale" : "2x"
},
{
"idiom":"ipad",
"size":"72x72",
"scale":"1x",
"filename":"[email protected]"
},
{
"idiom":"ipad",
"size":"72x72",
"scale":"2x",
"filename":"[email protected]"
},
{
"idiom":"ipad",
"size":"76x76",
"scale":"1x",
"filename":"[email protected]"
},
{
"idiom":"ipad",
"size":"76x76",
"scale":"2x",
"filename":"[email protected]"
},
{
"idiom":"ipad",
"size":"76x76",
"scale":"3x",
"filename":"[email protected]"
},
{
"idiom":"ipad",
"size":"83.5x83.5",
"scale":"2x",
"filename":"[email protected]"
}
],
"info":{
"version":1,
"author":"makeappicon"
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 3779fa2

Please sign in to comment.