Skip to content

Commit

Permalink
Fix the build
Browse files Browse the repository at this point in the history
  • Loading branch information
mac-cain13 committed Dec 12, 2016
1 parent 6c78722 commit e9ae3dc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ResourceApp/ResourceApp.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -786,7 +786,7 @@
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"$SRCROOT/rswift\" \"$SRCROOT\" > \"$SRCROOT/rswift.log\"";
shellScript = "\"$SRCROOT/rswift\" \"--import\" \"SWRevealViewController\" \"$SRCROOT\" > \"$SRCROOT/rswift.log\"";
};
DEF559A61CA487D6009B8C51 /* R.swift */ = {
isa = PBXShellScriptBuildPhase;
Expand Down
4 changes: 2 additions & 2 deletions ResourceApp/ResourceApp/Base.lproj/Main.storyboard
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<nil key="highlightedColor"/>
</label>
<imageView userInteractionEnabled="NO" contentMode="center" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="[email protected]" translatesAutoresizingMaskIntoConstraints="NO" id="ZJc-88-QRk">
<rect key="frame" x="123.5" y="52" width="128" height="128"/>
<rect key="frame" x="102.5" y="52" width="170" height="170"/>
</imageView>
</subviews>
<color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
Expand All @@ -64,7 +64,7 @@
<!--Reveal View Controller-->
<scene sceneID="d0u-kX-nCz">
<objects>
<viewController storyboardIdentifier="swRevealViewController" id="uQ3-nU-KEn" customClass="SWRevealViewController" customModule="SWRevealViewController" sceneMemberID="viewController">
<viewController storyboardIdentifier="swRevealViewController" id="uQ3-nU-KEn" customClass="SWRevealViewController" sceneMemberID="viewController">
<layoutGuides>
<viewControllerLayoutGuide type="top" id="f16-cV-z5y"/>
<viewControllerLayoutGuide type="bottom" id="soX-IP-S1A"/>
Expand Down

0 comments on commit e9ae3dc

Please sign in to comment.