File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 536
536
INFOPLIST_FILE = App/Info.plist;
537
537
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
538
538
INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen;
539
- INFOPLIST_KEY_UISupportedInterfaceOrientations = "UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight UIInterfaceOrientationPortrait" ;
540
- INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = UIInterfaceOrientationPortrait;
539
+ INFOPLIST_KEY_UIRequiresFullScreen = YES ;
540
+ INFOPLIST_KEY_UISupportedInterfaceOrientations = UIInterfaceOrientationPortrait;
541
541
LD_RUNPATH_SEARCH_PATHS = (
542
542
"$(inherited)",
543
543
"@executable_path/Frameworks",
563
563
INFOPLIST_FILE = App/Info.plist;
564
564
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
565
565
INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen;
566
- INFOPLIST_KEY_UISupportedInterfaceOrientations = "UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight UIInterfaceOrientationPortrait" ;
567
- INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = UIInterfaceOrientationPortrait;
566
+ INFOPLIST_KEY_UIRequiresFullScreen = YES ;
567
+ INFOPLIST_KEY_UISupportedInterfaceOrientations = UIInterfaceOrientationPortrait;
568
568
LD_RUNPATH_SEARCH_PATHS = (
569
569
"$(inherited)",
570
570
"@executable_path/Frameworks",
Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ class FeedAcceptanceTests: XCTestCase {
123
123
}
124
124
125
125
private func makeFirstFeedPageData( ) -> Data {
126
- var items = [
126
+ let items = [
127
127
[
128
128
" id " : " 2AB2AE66-A4B7-4A16-B374-51BBAC8DB086 " ,
129
129
" title " : " any title " ,
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ final class FeedAPIEndToEndTests: XCTestCase {
39
39
let exp = expectation ( description: " Wait for load completion " )
40
40
41
41
var receivedResult : Swift . Result < [ FeedExpense ] , Error > ?
42
- client. get ( from: testServerURL) { result in
42
+ _ = client. get ( from: testServerURL) { result in
43
43
receivedResult = result. flatMap { ( data, response) in
44
44
do {
45
45
return . success( try FeedItemsMapper . map ( data, from: response) )
Original file line number Diff line number Diff line change 51
51
<nil key =" textColor" />
52
52
<nil key =" highlightedColor" />
53
53
</label >
54
- <label opaque =" NO" userInteractionEnabled =" NO" contentMode =" left" horizontalHuggingPriority =" 251" verticalHuggingPriority =" 251" text =" Today" textAlignment =" center" lineBreakMode =" tailTruncation" baselineAdjustment =" alignBaselines" minimumFontSize = " 6 " adjustsFontForContentSizeCategory =" YES" translatesAutoresizingMaskIntoConstraints =" NO" id =" ZLH-Fd-roT" >
54
+ <label opaque =" NO" userInteractionEnabled =" NO" contentMode =" left" horizontalHuggingPriority =" 251" verticalHuggingPriority =" 251" text =" Today" textAlignment =" center" lineBreakMode =" tailTruncation" baselineAdjustment =" alignBaselines" minimumScaleFactor = " 0.5 " adjustsFontForContentSizeCategory =" YES" translatesAutoresizingMaskIntoConstraints =" NO" id =" ZLH-Fd-roT" >
55
55
<rect key =" frame" x =" 0.0" y =" 26" width =" 67.666666666666671" height =" 20" />
56
56
<fontDescription key =" fontDescription" style =" UICTFontTextStyleFootnote" />
57
57
<color key =" textColor" white =" 0.66666666669999997" alpha =" 1" colorSpace =" custom" customColorSpace =" genericGamma22GrayColorSpace" />
You can’t perform that action at this time.
0 commit comments