Skip to content

Commit

Permalink
update LaunchScreen with Prism Logo
Browse files Browse the repository at this point in the history
  • Loading branch information
dansiegel committed Jan 10, 2020
1 parent 39f62f5 commit 1a6c263
Show file tree
Hide file tree
Showing 189 changed files with 15,044 additions and 164 deletions.
15 changes: 15 additions & 0 deletions 01-HelloPrism/src/PrismSample.iOS/PrismSample.iOS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,21 @@
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\Icon20.png">
<Visible>false</Visible>
</ImageAsset>
<ImageAsset Include="Resources\Media.xcassets\Contents.json">
<Visible>false</Visible>
</ImageAsset>
<ImageAsset Include="Resources\Media.xcassets\PrismLogo.imageset\Contents.json">
<Visible>false</Visible>
</ImageAsset>
<ImageAsset Include="Resources\Media.xcassets\PrismLogo.imageset\[email protected]">
<Visible>false</Visible>
</ImageAsset>
<ImageAsset Include="Resources\Media.xcassets\PrismLogo.imageset\[email protected]">
<Visible>false</Visible>
</ImageAsset>
<ImageAsset Include="Resources\Media.xcassets\PrismLogo.imageset\[email protected]">
<Visible>false</Visible>
</ImageAsset>
</ItemGroup>
<ItemGroup>
<Reference Include="System" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@
<viewControllerLayoutGuide type="bottom" id="9ZL-r4-8FZ"/>
</layoutGuides>
<view key="view" contentMode="scaleToFill" id="yd7-JS-zBw">
<rect key="frame" x="0.0" y="0.0" width="600" height="600"/>
<rect key="frame" x="0.0" y="0.0" width="341.3333" height="1366"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<imageView userInteractionEnabled="NO" contentMode="scaleToFill" misplaced="YES" image="Icon-60.png" translatesAutoresizingMaskIntoConstraints="NO" id="23">
<rect key="frame" x="270" y="270" width="60" height="60"/>
<imageView userInteractionEnabled="NO" contentMode="scaleAspectFill" misplaced="YES" image="PrismLogo" translatesAutoresizingMaskIntoConstraints="NO" id="23">
<rect key="frame" x="198" y="482" width="60" height="60"/>
<rect key="contentStretch" x="0.0" y="0.0" width="0.0" height="0.0"/>
</imageView>
</subviews>
<color key="backgroundColor" red="0.20392156862745098" green="0.59607843137254901" blue="0.85882352941176465" alpha="1" colorSpace="calibratedRGB"/>
<color key="backgroundColor" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace" white="1" alpha="1"/>
<constraints>
<constraint firstItem="23" firstAttribute="centerY" secondItem="yd7-JS-zBw" secondAttribute="centerY" priority="1" id="39"/>
<constraint firstItem="23" firstAttribute="centerX" secondItem="yd7-JS-zBw" secondAttribute="centerX" priority="1" id="41"/>
Expand All @@ -34,6 +34,6 @@
</scene>
</scenes>
<resources>
<image name="Icon-60.png" width="180" height="180"/>
<image name="PrismLogo" width="300" height="98"/>
</resources>
</document>
</document>
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"info" : {
"version" : 1,
"author" : "xcode"
}
}
Loading

0 comments on commit 1a6c263

Please sign in to comment.