Skip to content

Commit

Permalink
Fixed Build
Browse files Browse the repository at this point in the history
  • Loading branch information
iMonZ committed Jun 12, 2020
1 parent 9e0926f commit 9cb0bfd
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 30 deletions.
12 changes: 0 additions & 12 deletions MBweather.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@
3B3CD97D2491283D00B8E8FA /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 3B3CD97B2491283D00B8E8FA /* Main.storyboard */; };
3B3CD9892491283D00B8E8FA /* MBweatherTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3B3CD9882491283D00B8E8FA /* MBweatherTests.swift */; };
3B3CD9942491283D00B8E8FA /* MBweatherUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3B3CD9932491283D00B8E8FA /* MBweatherUITests.swift */; };
B6046CEB249352D5008A46BE /* Package.swift in Sources */ = {isa = PBXBuildFile; fileRef = B6046CEA249352D5008A46BE /* Package.swift */; };
B62617D02492D38B0096AE0D /* VCWindowController.swift in Sources */ = {isa = PBXBuildFile; fileRef = B62617CF2492D38B0096AE0D /* VCWindowController.swift */; };
B62617D12492D38B0096AE0D /* VCWindowController.swift in Sources */ = {isa = PBXBuildFile; fileRef = B62617CF2492D38B0096AE0D /* VCWindowController.swift */; };
B62617D22492D38B0096AE0D /* VCWindowController.swift in Sources */ = {isa = PBXBuildFile; fileRef = B62617CF2492D38B0096AE0D /* VCWindowController.swift */; };
/* End PBXBuildFile section */

/* Begin PBXContainerItemProxy section */
Expand Down Expand Up @@ -52,8 +48,6 @@
3B3CD98F2491283D00B8E8FA /* MBweatherUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = MBweatherUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
3B3CD9932491283D00B8E8FA /* MBweatherUITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MBweatherUITests.swift; sourceTree = "<group>"; };
3B3CD9952491283D00B8E8FA /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
B6046CEA249352D5008A46BE /* Package.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Package.swift; sourceTree = "<group>"; };
B62617CF2492D38B0096AE0D /* VCWindowController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = VCWindowController.swift; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
Expand Down Expand Up @@ -84,7 +78,6 @@
3B3CD9662491283B00B8E8FA = {
isa = PBXGroup;
children = (
B6046CEA249352D5008A46BE /* Package.swift */,
3B3CD9712491283B00B8E8FA /* MBweather */,
3B3CD9872491283D00B8E8FA /* MBweatherTests */,
3B3CD9922491283D00B8E8FA /* MBweatherUITests */,
Expand Down Expand Up @@ -112,7 +105,6 @@
3B3CD97E2491283D00B8E8FA /* Info.plist */,
3B3CD97F2491283D00B8E8FA /* MBweather.entitlements */,
3B3CD9762491283B00B8E8FA /* MBweather.xcdatamodeld */,
B62617CF2492D38B0096AE0D /* VCWindowController.swift */,
);
path = MBweather;
sourceTree = "<group>";
Expand Down Expand Up @@ -265,8 +257,6 @@
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
B62617D02492D38B0096AE0D /* VCWindowController.swift in Sources */,
B6046CEB249352D5008A46BE /* Package.swift in Sources */,
3B3CD9752491283B00B8E8FA /* ViewController.swift in Sources */,
3B3CD9732491283B00B8E8FA /* AppDelegate.swift in Sources */,
3B3CD9782491283B00B8E8FA /* MBweather.xcdatamodeld in Sources */,
Expand All @@ -277,7 +267,6 @@
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
B62617D12492D38B0096AE0D /* VCWindowController.swift in Sources */,
3B3CD9892491283D00B8E8FA /* MBweatherTests.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
Expand All @@ -286,7 +275,6 @@
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
B62617D22492D38B0096AE0D /* VCWindowController.swift in Sources */,
3B3CD9942491283D00B8E8FA /* MBweatherUITests.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
Expand Down
Binary file not shown.
24 changes: 17 additions & 7 deletions MBweather/Base.lproj/Main.storyboard
Original file line number Diff line number Diff line change
Expand Up @@ -96,10 +96,12 @@
<rect key="frame" x="0.0" y="0.0" width="480" height="270"/>
<autoresizingMask key="autoresizingMask"/>
<subviews>
<popUpButton verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="CvQ-dL-ZLE">
<popUpButton verticalHuggingPriority="750" misplaced="YES" translatesAutoresizingMaskIntoConstraints="NO" id="CvQ-dL-ZLE" userLabel="City">
<rect key="frame" x="213" y="121" width="77" height="25"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
<popUpButtonCell key="cell" type="push" title="Berlin" bezelStyle="rounded" alignment="left" lineBreakMode="truncatingTail" state="on" borderStyle="borderAndBezel" imageScaling="proportionallyDown" inset="2" selectedItem="RHc-V5-ZJ2" id="FpX-XH-ilO">
<constraints>
<constraint firstAttribute="width" constant="72" id="6Pd-Zd-aQv"/>
</constraints>
<popUpButtonCell key="cell" type="push" title="Berlin" bezelStyle="rounded" alignment="left" lineBreakMode="truncatingTail" state="on" borderStyle="borderAndBezel" imageScaling="proportionallyDown" inset="2" selectedItem="RHc-V5-ZJ2" id="FpX-XH-ilO" userLabel="City">
<behavior key="behavior" lightByBackground="YES" lightByGray="YES"/>
<font key="font" metaFont="system"/>
<menu key="menu" title="City" id="ZK4-eW-9zt">
Expand All @@ -110,18 +112,16 @@
</menu>
</popUpButtonCell>
</popUpButton>
<textField horizontalHuggingPriority="251" verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="CRe-kZ-ZYg">
<textField horizontalHuggingPriority="251" verticalHuggingPriority="750" misplaced="YES" translatesAutoresizingMaskIntoConstraints="NO" id="CRe-kZ-ZYg">
<rect key="frame" x="73" y="203" width="357" height="47"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
<textFieldCell key="cell" lineBreakMode="clipping" title="MBWeather Settings" id="D32-bg-yNN">
<font key="font" metaFont="system" size="40"/>
<color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
</textField>
<button verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="Ujd-Eg-yLe">
<button verticalHuggingPriority="750" misplaced="YES" translatesAutoresizingMaskIntoConstraints="NO" id="Ujd-Eg-yLe">
<rect key="frame" x="220" y="13" width="63" height="32"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
<buttonCell key="cell" type="push" title="Exit" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="EgC-8l-HCq">
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
<font key="font" metaFont="system"/>
Expand All @@ -131,6 +131,16 @@
</connections>
</button>
</subviews>
<constraints>
<constraint firstItem="CRe-kZ-ZYg" firstAttribute="leading" secondItem="m2S-Jp-Qdl" secondAttribute="leading" constant="75" id="BTk-Ts-dse"/>
<constraint firstItem="CRe-kZ-ZYg" firstAttribute="top" secondItem="m2S-Jp-Qdl" secondAttribute="top" constant="20" symbolic="YES" id="DfQ-BE-9RP"/>
<constraint firstItem="Ujd-Eg-yLe" firstAttribute="top" secondItem="CvQ-dL-ZLE" secondAttribute="bottom" constant="83" id="Fv4-rm-tSD"/>
<constraint firstAttribute="bottom" secondItem="Ujd-Eg-yLe" secondAttribute="bottom" constant="20" symbolic="YES" id="LEC-XR-fCM"/>
<constraint firstItem="CvQ-dL-ZLE" firstAttribute="top" secondItem="CRe-kZ-ZYg" secondAttribute="bottom" constant="58" id="TM5-ZN-Lcd"/>
<constraint firstItem="CvQ-dL-ZLE" firstAttribute="centerY" secondItem="m2S-Jp-Qdl" secondAttribute="centerY" id="W0b-Ow-kiC"/>
<constraint firstItem="CRe-kZ-ZYg" firstAttribute="centerX" secondItem="CvQ-dL-ZLE" secondAttribute="centerX" id="e2w-pb-SXa"/>
<constraint firstItem="CvQ-dL-ZLE" firstAttribute="centerX" secondItem="Ujd-Eg-yLe" secondAttribute="centerX" id="qCQ-ML-mUl"/>
</constraints>
</view>
</viewController>
<customObject id="rPt-NT-nkU" userLabel="First Responder" customClass="NSResponder" sceneMemberID="firstResponder"/>
Expand Down
11 changes: 0 additions & 11 deletions MBweather/VCWindowController.swift

This file was deleted.

0 comments on commit 9cb0bfd

Please sign in to comment.