Skip to content

Commit

Permalink
Ridiculous fixes around UI.
Browse files Browse the repository at this point in the history
  • Loading branch information
aaberga committed Sep 26, 2018
1 parent 2bf053b commit a651e11
Show file tree
Hide file tree
Showing 5 changed files with 196 additions and 45 deletions.
4 changes: 2 additions & 2 deletions Weather 5D.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -615,7 +615,7 @@
);
PRODUCT_BUNDLE_IDENTIFIER = "io.ibat.other.openweather.Weather-5D";
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 4.2;
SWIFT_VERSION = 4.0;
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Debug;
Expand All @@ -636,7 +636,7 @@
);
PRODUCT_BUNDLE_IDENTIFIER = "io.ibat.other.openweather.Weather-5D";
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 4.2;
SWIFT_VERSION = 4.0;
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Release;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
ignoreCount = "0"
continueAfterRunningActions = "No"
filePath = "Weather 5D/DataServices/OpenWeatherMapService.swift"
timestampString = "559503334.792618"
timestampString = "559662398.746333"
startingColumnNumber = "9223372036854775807"
endingColumnNumber = "9223372036854775807"
startingLineNumber = "110"
Expand All @@ -26,7 +26,7 @@
ignoreCount = "0"
continueAfterRunningActions = "No"
filePath = "Weather 5D/DataServices/OpenWeatherMapService.swift"
timestampString = "559503334.793173"
timestampString = "559662398.747016"
startingColumnNumber = "9223372036854775807"
endingColumnNumber = "9223372036854775807"
startingLineNumber = "151"
Expand All @@ -42,7 +42,7 @@
ignoreCount = "0"
continueAfterRunningActions = "No"
filePath = "Weather 5D/DataServices/OpenWeatherMapService.swift"
timestampString = "559503334.793542"
timestampString = "559662398.747519"
startingColumnNumber = "9223372036854775807"
endingColumnNumber = "9223372036854775807"
startingLineNumber = "143"
Expand All @@ -58,7 +58,7 @@
ignoreCount = "0"
continueAfterRunningActions = "No"
filePath = "Weather 5D/Coordinators/FiveDaysWeatherForecastCoordinator.swift"
timestampString = "559503334.7938941"
timestampString = "559662398.747993"
startingColumnNumber = "9223372036854775807"
endingColumnNumber = "9223372036854775807"
startingLineNumber = "61"
Expand All @@ -74,7 +74,7 @@
ignoreCount = "0"
continueAfterRunningActions = "No"
filePath = "Weather 5D/Coordinators/FiveDaysWeatherForecastCoordinator.swift"
timestampString = "559503334.794644"
timestampString = "559662398.748525"
startingColumnNumber = "9223372036854775807"
endingColumnNumber = "9223372036854775807"
startingLineNumber = "51"
Expand All @@ -83,5 +83,21 @@
landmarkType = "7">
</BreakpointContent>
</BreakpointProxy>
<BreakpointProxy
BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
<BreakpointContent
shouldBeEnabled = "No"
ignoreCount = "0"
continueAfterRunningActions = "No"
filePath = "Weather 5D/Coordinators/FiveDaysWeatherForecastCoordinator.swift"
timestampString = "559662398.7489229"
startingColumnNumber = "9223372036854775807"
endingColumnNumber = "9223372036854775807"
startingLineNumber = "154"
endingLineNumber = "154"
landmarkName = "tableView(_:cellForRowAt:)"
landmarkType = "7">
</BreakpointContent>
</BreakpointProxy>
</Breakpoints>
</Bucket>
Loading

0 comments on commit a651e11

Please sign in to comment.