Skip to content

Commit 96883ee

Browse files
committed
v2.8.8
1 parent f69f394 commit 96883ee

17 files changed

+56
-95
lines changed

Classes/ReaderDemoController.m

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
22
// ReaderDemoController.m
3-
// Reader v2.8.6
3+
// Reader v2.9.0
44
//
55
// Created by Julius Oklamcak on 2011-07-01.
66
// Copyright © 2011-2015 Julius Oklamcak. All rights reserved.
@@ -77,7 +77,7 @@ - (void)viewDidLoad
7777

7878
UILabel *tapLabel = [[UILabel alloc] initWithFrame:labelRect];
7979

80-
tapLabel.text = @"Tap";
80+
tapLabel.text = NSLocalizedString(@"Tap", @"text");
8181
tapLabel.textColor = [UIColor whiteColor];
8282
tapLabel.textAlignment = NSTextAlignmentCenter;
8383
tapLabel.backgroundColor = [UIColor clearColor];

Graphics/AppIcon-057.png

-4.97 KB
Binary file not shown.

Graphics/AppIcon-072.png

-7.91 KB
Binary file not shown.

Graphics/AppIcon-114.png

-20.9 KB
Binary file not shown.

Graphics/AppIcon-144.png

-33.4 KB
Binary file not shown.

Graphics/[email protected]

-2.18 KB
Binary file not shown.

Graphics/[email protected]

-2.96 KB
Binary file not shown.

Graphics/[email protected]

-7.92 KB
Binary file not shown.

HISTORY.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11

22
## History
33

4+
2016-09-28: Version 2.8.8
5+
6+
- iOS deployment target is now 8.0
7+
48
2016-01-20: Version 2.8.7
59

610
- Added iOS 9 and iPad Pro support.

Reader-Info.plist

+3-40
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,8 @@
1111
<string>AppIcon-180.png</string>
1212
<string>AppIcon-167.png</string>
1313
<string>AppIcon-152.png</string>
14-
<string>AppIcon-144.png</string>
1514
<string>AppIcon-120.png</string>
16-
<string>AppIcon-114.png</string>
1715
<string>AppIcon-076.png</string>
18-
<string>AppIcon-072.png</string>
19-
<string>AppIcon-057.png</string>
2016
</array>
2117
<key>CFBundleName</key>
2218
<string>${PRODUCT_NAME}</string>
@@ -25,15 +21,15 @@
2521
<key>CFBundleExecutable</key>
2622
<string>${EXECUTABLE_NAME}</string>
2723
<key>CFBundleIdentifier</key>
28-
<string>com.example.${PRODUCT_NAME:rfc1034identifier}</string>
24+
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
2925
<key>CFBundlePackageType</key>
3026
<string>APPL</string>
3127
<key>CFBundleSignature</key>
3228
<string>????</string>
3329
<key>CFBundleVersion</key>
34-
<string>2.8.7</string>
30+
<string>2.8.8</string>
3531
<key>CFBundleShortVersionString</key>
36-
<string>2.8.7</string>
32+
<string>2.8.8</string>
3733
<key>LSRequiresIPhoneOS</key>
3834
<true/>
3935
<key>UIPrerenderedIcon</key>
@@ -49,38 +45,5 @@
4945
</array>
5046
<key>UILaunchStoryboardName</key>
5147
<string>Reader-App</string>
52-
<key>UILaunchImages</key>
53-
<array>
54-
<dict>
55-
<key>UILaunchImageName</key>
56-
<string>Default-568h</string>
57-
<key>UILaunchImageMinimumOSVersion</key>
58-
<string>7.0</string>
59-
<key>UILaunchImageOrientation</key>
60-
<string>Portrait</string>
61-
<key>UILaunchImageSize</key>
62-
<string>{320, 568}</string>
63-
</dict>
64-
<dict>
65-
<key>UILaunchImageName</key>
66-
<string>Default-667h</string>
67-
<key>UILaunchImageMinimumOSVersion</key>
68-
<string>8.0</string>
69-
<key>UILaunchImageOrientation</key>
70-
<string>Portrait</string>
71-
<key>UILaunchImageSize</key>
72-
<string>{375, 667}</string>
73-
</dict>
74-
<dict>
75-
<key>UILaunchImageName</key>
76-
<string>Default-736h</string>
77-
<key>UILaunchImageMinimumOSVersion</key>
78-
<string>8.0</string>
79-
<key>UILaunchImageOrientation</key>
80-
<string>Portrait</string>
81-
<key>UILaunchImageSize</key>
82-
<string>{414, 736}</string>
83-
</dict>
84-
</array>
8548
</dict>
8649
</plist>

vfrReader.podspec Reader.podspec

File renamed without changes.

Reader.xcodeproj/project.pbxproj

+29-36
Original file line numberDiff line numberDiff line change
@@ -21,20 +21,13 @@
2121
4544394817FDD5E700781873 /* AppIcon-076.png in Resources */ = {isa = PBXBuildFile; fileRef = 4544394517FDD5E700781873 /* AppIcon-076.png */; };
2222
4544394917FDD5E700781873 /* AppIcon-120.png in Resources */ = {isa = PBXBuildFile; fileRef = 4544394617FDD5E700781873 /* AppIcon-120.png */; };
2323
4544394A17FDD5E700781873 /* AppIcon-152.png in Resources */ = {isa = PBXBuildFile; fileRef = 4544394717FDD5E700781873 /* AppIcon-152.png */; };
24-
4544D87C1610A3C2003DB132 /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = 4544D87B1610A3C2003DB132 /* [email protected] */; };
2524
4555C74C14211A00005F448D /* ReaderBookDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 4555C74B14211A00005F448D /* ReaderBookDelegate.m */; };
2625
455C7891142687CA0053D73B /* UIXToolbarView.m in Sources */ = {isa = PBXBuildFile; fileRef = 455C7890142687CA0053D73B /* UIXToolbarView.m */; };
2726
455C789D14268F6A0053D73B /* Reader-Button-H.png in Resources */ = {isa = PBXBuildFile; fileRef = 455C789914268F6A0053D73B /* Reader-Button-H.png */; };
2827
455C789E14268F6A0053D73B /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = 455C789A14268F6A0053D73B /* [email protected] */; };
2928
455C789F14268F6A0053D73B /* Reader-Button-N.png in Resources */ = {isa = PBXBuildFile; fileRef = 455C789B14268F6A0053D73B /* Reader-Button-N.png */; };
3029
455C78A014268F6A0053D73B /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = 455C789C14268F6A0053D73B /* [email protected] */; };
31-
45699AB31A321F6100808606 /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = 45699AAF1A321F6100808606 /* [email protected] */; };
32-
45699AB41A321F6100808606 /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = 45699AB01A321F6100808606 /* [email protected] */; };
33-
4583767F1533B0AC003CD230 /* AppIcon-144.png in Resources */ = {isa = PBXBuildFile; fileRef = 4583767E1533B0AC003CD230 /* AppIcon-144.png */; };
3430
458DDFD7140D45FA00C5DA94 /* ImageIO.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 458DDFD6140D45FA00C5DA94 /* ImageIO.framework */; };
35-
45AB72C6141FBFCA003524C3 /* AppIcon-057.png in Resources */ = {isa = PBXBuildFile; fileRef = 45AB72B9141FBFCA003524C3 /* AppIcon-057.png */; };
36-
45AB72C7141FBFCA003524C3 /* AppIcon-072.png in Resources */ = {isa = PBXBuildFile; fileRef = 45AB72BA141FBFCA003524C3 /* AppIcon-072.png */; };
37-
45AB72C8141FBFCA003524C3 /* AppIcon-114.png in Resources */ = {isa = PBXBuildFile; fileRef = 45AB72BB141FBFCA003524C3 /* AppIcon-114.png */; };
3831
45AB72C9141FBFCA003524C3 /* Reader-Email.png in Resources */ = {isa = PBXBuildFile; fileRef = 45AB72BC141FBFCA003524C3 /* Reader-Email.png */; };
3932
45AB72CA141FBFCA003524C3 /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = 45AB72BD141FBFCA003524C3 /* [email protected] */; };
4033
45AB72CB141FBFCA003524C3 /* Reader-Mark-N.png in Resources */ = {isa = PBXBuildFile; fileRef = 45AB72BE141FBFCA003524C3 /* Reader-Mark-N.png */; };
@@ -96,7 +89,6 @@
9689
4544394517FDD5E700781873 /* AppIcon-076.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "AppIcon-076.png"; path = "Graphics/AppIcon-076.png"; sourceTree = "<group>"; };
9790
4544394617FDD5E700781873 /* AppIcon-120.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "AppIcon-120.png"; path = "Graphics/AppIcon-120.png"; sourceTree = "<group>"; };
9891
4544394717FDD5E700781873 /* AppIcon-152.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "AppIcon-152.png"; path = "Graphics/AppIcon-152.png"; sourceTree = "<group>"; };
99-
4544D87B1610A3C2003DB132 /* [email protected] */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "[email protected]"; path = "Graphics/[email protected]"; sourceTree = "<group>"; };
10092
4555C74A14211A00005F448D /* ReaderBookDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ReaderBookDelegate.h; sourceTree = "<group>"; };
10193
4555C74B14211A00005F448D /* ReaderBookDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ReaderBookDelegate.m; sourceTree = "<group>"; };
10294
455C788F142687CA0053D73B /* UIXToolbarView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = UIXToolbarView.h; path = Sources/UIXToolbarView.h; sourceTree = "<group>"; };
@@ -105,16 +97,10 @@
10597
455C789A14268F6A0053D73B /* [email protected] */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "[email protected]"; path = "Graphics/[email protected]"; sourceTree = "<group>"; };
10698
455C789B14268F6A0053D73B /* Reader-Button-N.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "Reader-Button-N.png"; path = "Graphics/Reader-Button-N.png"; sourceTree = "<group>"; };
10799
455C789C14268F6A0053D73B /* [email protected] */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "[email protected]"; path = "Graphics/[email protected]"; sourceTree = "<group>"; };
108-
45699AAF1A321F6100808606 /* [email protected] */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "[email protected]"; path = "Graphics/[email protected]"; sourceTree = "<group>"; };
109-
45699AB01A321F6100808606 /* [email protected] */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "[email protected]"; path = "Graphics/[email protected]"; sourceTree = "<group>"; };
110-
4583767E1533B0AC003CD230 /* AppIcon-144.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "AppIcon-144.png"; path = "Graphics/AppIcon-144.png"; sourceTree = "<group>"; };
111100
458BF155143E077500CDF567 /* de */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = de; path = Resources/de.lproj/Localizable.strings; sourceTree = "<group>"; };
112101
458DDFD6140D45FA00C5DA94 /* ImageIO.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = ImageIO.framework; path = System/Library/Frameworks/ImageIO.framework; sourceTree = SDKROOT; };
113102
458F25911AC1D417000716F1 /* fr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = fr; path = Resources/fr.lproj/Localizable.strings; sourceTree = "<group>"; };
114103
458F25921AC1D425000716F1 /* es */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = es; path = Resources/es.lproj/Localizable.strings; sourceTree = "<group>"; };
115-
45AB72B9141FBFCA003524C3 /* AppIcon-057.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "AppIcon-057.png"; path = "Graphics/AppIcon-057.png"; sourceTree = "<group>"; };
116-
45AB72BA141FBFCA003524C3 /* AppIcon-072.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "AppIcon-072.png"; path = "Graphics/AppIcon-072.png"; sourceTree = "<group>"; };
117-
45AB72BB141FBFCA003524C3 /* AppIcon-114.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "AppIcon-114.png"; path = "Graphics/AppIcon-114.png"; sourceTree = "<group>"; };
118104
45AB72BC141FBFCA003524C3 /* Reader-Email.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "Reader-Email.png"; path = "Graphics/Reader-Email.png"; sourceTree = "<group>"; };
119105
45AB72BD141FBFCA003524C3 /* [email protected] */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "[email protected]"; path = "Graphics/[email protected]"; sourceTree = "<group>"; };
120106
45AB72BE141FBFCA003524C3 /* Reader-Mark-N.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "Reader-Mark-N.png"; path = "Graphics/Reader-Mark-N.png"; sourceTree = "<group>"; };
@@ -293,18 +279,11 @@
293279
45943FC317FDCA36003CC77A /* App */ = {
294280
isa = PBXGroup;
295281
children = (
296-
45AB72B9141FBFCA003524C3 /* AppIcon-057.png */,
297-
45AB72BA141FBFCA003524C3 /* AppIcon-072.png */,
298-
4544394517FDD5E700781873 /* AppIcon-076.png */,
299-
45AB72BB141FBFCA003524C3 /* AppIcon-114.png */,
300-
4544394617FDD5E700781873 /* AppIcon-120.png */,
301-
4583767E1533B0AC003CD230 /* AppIcon-144.png */,
302-
4544394717FDD5E700781873 /* AppIcon-152.png */,
303-
4524A6ED1C500F2F00D7DF7F /* AppIcon-167.png */,
304282
4513ACFA19C4A1FB004916D1 /* AppIcon-180.png */,
305-
4544D87B1610A3C2003DB132 /* [email protected] */,
306-
45699AAF1A321F6100808606 /* [email protected] */,
307-
45699AB01A321F6100808606 /* [email protected] */,
283+
4524A6ED1C500F2F00D7DF7F /* AppIcon-167.png */,
284+
4544394717FDD5E700781873 /* AppIcon-152.png */,
285+
4544394617FDD5E700781873 /* AppIcon-120.png */,
286+
4544394517FDD5E700781873 /* AppIcon-076.png */,
308287
);
309288
name = App;
310289
sourceTree = "<group>";
@@ -420,7 +399,12 @@
420399
29B97313FDCFA39411CA2CEA /* Project object */ = {
421400
isa = PBXProject;
422401
attributes = {
423-
LastUpgradeCheck = 0720;
402+
LastUpgradeCheck = 0800;
403+
TargetAttributes = {
404+
1D6058900D05DD3D006BFB54 = {
405+
DevelopmentTeam = 93KDX755KN;
406+
};
407+
};
424408
};
425409
buildConfigurationList = C01FCF4E08A954540054247B /* Build configuration list for PBXProject "Reader" */;
426410
compatibilityVersion = "Xcode 3.2";
@@ -447,11 +431,7 @@
447431
buildActionMask = 2147483647;
448432
files = (
449433
4541A9D8122EA716001A5E60 /* Localizable.strings in Resources */,
450-
45699AB31A321F6100808606 /* [email protected] in Resources */,
451-
45AB72C6141FBFCA003524C3 /* AppIcon-057.png in Resources */,
452434
45D984391C501B0300ADFD5E /* [email protected] in Resources */,
453-
45AB72C7141FBFCA003524C3 /* AppIcon-072.png in Resources */,
454-
45AB72C8141FBFCA003524C3 /* AppIcon-114.png in Resources */,
455435
45D984371C501B0300ADFD5E /* [email protected] in Resources */,
456436
4524A6EE1C500F2F00D7DF7F /* AppIcon-167.png in Resources */,
457437
45AB72C9141FBFCA003524C3 /* Reader-Email.png in Resources */,
@@ -463,7 +443,6 @@
463443
45AB72CE141FBFCA003524C3 /* [email protected] in Resources */,
464444
45AB72CF141FBFCA003524C3 /* Reader-Print.png in Resources */,
465445
45AB72D0141FBFCA003524C3 /* [email protected] in Resources */,
466-
45699AB41A321F6100808606 /* [email protected] in Resources */,
467446
45AB72D1141FBFCA003524C3 /* Reader-Thumbs.png in Resources */,
468447
45AB72D2141FBFCA003524C3 /* [email protected] in Resources */,
469448
45D984381C501B0300ADFD5E /* [email protected] in Resources */,
@@ -479,9 +458,7 @@
479458
455C78A014268F6A0053D73B /* [email protected] in Resources */,
480459
45D9843D1C501B0300ADFD5E /* [email protected] in Resources */,
481460
45D9843C1C501B0300ADFD5E /* [email protected] in Resources */,
482-
4583767F1533B0AC003CD230 /* AppIcon-144.png in Resources */,
483461
4544394917FDD5E700781873 /* AppIcon-120.png in Resources */,
484-
4544D87C1610A3C2003DB132 /* [email protected] in Resources */,
485462
4521AB3F19C5EE6000B16688 /* Reader-Export.png in Resources */,
486463
4544394817FDD5E700781873 /* AppIcon-076.png in Resources */,
487464
4544394A17FDD5E700781873 /* AppIcon-152.png in Resources */,
@@ -545,11 +522,13 @@
545522
ALWAYS_SEARCH_USER_PATHS = NO;
546523
CLANG_ENABLE_OBJC_ARC = YES;
547524
COPY_PHASE_STRIP = NO;
525+
DEVELOPMENT_TEAM = 93KDX755KN;
548526
GCC_DYNAMIC_NO_PIC = NO;
549527
GCC_OPTIMIZATION_LEVEL = 0;
550528
GCC_PRECOMPILE_PREFIX_HEADER = YES;
551529
GCC_PREFIX_HEADER = "Reader-Prefix.pch";
552530
INFOPLIST_FILE = "Reader-Info.plist";
531+
PRODUCT_BUNDLE_IDENTIFIER = "com.example.${PRODUCT_NAME:rfc1034identifier}";
553532
PRODUCT_NAME = Reader;
554533
};
555534
name = Debug;
@@ -560,9 +539,11 @@
560539
ALWAYS_SEARCH_USER_PATHS = NO;
561540
CLANG_ENABLE_OBJC_ARC = YES;
562541
COPY_PHASE_STRIP = YES;
542+
DEVELOPMENT_TEAM = 93KDX755KN;
563543
GCC_PRECOMPILE_PREFIX_HEADER = YES;
564544
GCC_PREFIX_HEADER = "Reader-Prefix.pch";
565545
INFOPLIST_FILE = "Reader-Info.plist";
546+
PRODUCT_BUNDLE_IDENTIFIER = "com.example.${PRODUCT_NAME:rfc1034identifier}";
566547
PRODUCT_NAME = Reader;
567548
VALIDATE_PRODUCT = YES;
568549
};
@@ -571,11 +552,14 @@
571552
458529CE13DDE2DF00EDC79D /* Testing */ = {
572553
isa = XCBuildConfiguration;
573554
buildSettings = {
555+
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
574556
CLANG_WARN_BOOL_CONVERSION = YES;
575557
CLANG_WARN_CONSTANT_CONVERSION = YES;
576558
CLANG_WARN_EMPTY_BODY = YES;
577559
CLANG_WARN_ENUM_CONVERSION = YES;
560+
CLANG_WARN_INFINITE_RECURSION = YES;
578561
CLANG_WARN_INT_CONVERSION = YES;
562+
CLANG_WARN_SUSPICIOUS_MOVE = YES;
579563
CLANG_WARN_UNREACHABLE_CODE = YES;
580564
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
581565
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
@@ -591,7 +575,7 @@
591575
GCC_WARN_UNINITIALIZED_AUTOS = YES;
592576
GCC_WARN_UNUSED_FUNCTION = YES;
593577
GCC_WARN_UNUSED_VARIABLE = YES;
594-
IPHONEOS_DEPLOYMENT_TARGET = 6.0;
578+
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
595579
OTHER_CFLAGS = "-DNS_BLOCK_ASSERTIONS=1";
596580
SDKROOT = iphoneos;
597581
TARGETED_DEVICE_FAMILY = "1,2";
@@ -604,25 +588,31 @@
604588
ALWAYS_SEARCH_USER_PATHS = NO;
605589
CLANG_ENABLE_OBJC_ARC = YES;
606590
COPY_PHASE_STRIP = YES;
591+
DEVELOPMENT_TEAM = 93KDX755KN;
607592
GCC_PRECOMPILE_PREFIX_HEADER = YES;
608593
GCC_PREFIX_HEADER = "Reader-Prefix.pch";
609594
INFOPLIST_FILE = "Reader-Info.plist";
595+
PRODUCT_BUNDLE_IDENTIFIER = "com.example.${PRODUCT_NAME:rfc1034identifier}";
610596
PRODUCT_NAME = Reader;
611597
};
612598
name = Testing;
613599
};
614600
C01FCF4F08A954540054247B /* Debug */ = {
615601
isa = XCBuildConfiguration;
616602
buildSettings = {
603+
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
617604
CLANG_WARN_BOOL_CONVERSION = YES;
618605
CLANG_WARN_CONSTANT_CONVERSION = YES;
619606
CLANG_WARN_EMPTY_BODY = YES;
620607
CLANG_WARN_ENUM_CONVERSION = YES;
608+
CLANG_WARN_INFINITE_RECURSION = YES;
621609
CLANG_WARN_INT_CONVERSION = YES;
610+
CLANG_WARN_SUSPICIOUS_MOVE = YES;
622611
CLANG_WARN_UNREACHABLE_CODE = YES;
623612
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
624613
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
625614
ENABLE_STRICT_OBJC_MSGSEND = YES;
615+
ENABLE_TESTABILITY = YES;
626616
GCC_C_LANGUAGE_STANDARD = c99;
627617
GCC_MODEL_TUNING = "";
628618
GCC_NO_COMMON_BLOCKS = YES;
@@ -634,7 +624,7 @@
634624
GCC_WARN_UNINITIALIZED_AUTOS = YES;
635625
GCC_WARN_UNUSED_FUNCTION = YES;
636626
GCC_WARN_UNUSED_VARIABLE = YES;
637-
IPHONEOS_DEPLOYMENT_TARGET = 6.0;
627+
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
638628
ONLY_ACTIVE_ARCH = YES;
639629
SDKROOT = iphoneos;
640630
TARGETED_DEVICE_FAMILY = "1,2";
@@ -644,11 +634,14 @@
644634
C01FCF5008A954540054247B /* Release */ = {
645635
isa = XCBuildConfiguration;
646636
buildSettings = {
637+
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
647638
CLANG_WARN_BOOL_CONVERSION = YES;
648639
CLANG_WARN_CONSTANT_CONVERSION = YES;
649640
CLANG_WARN_EMPTY_BODY = YES;
650641
CLANG_WARN_ENUM_CONVERSION = YES;
642+
CLANG_WARN_INFINITE_RECURSION = YES;
651643
CLANG_WARN_INT_CONVERSION = YES;
644+
CLANG_WARN_SUSPICIOUS_MOVE = YES;
652645
CLANG_WARN_UNREACHABLE_CODE = YES;
653646
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
654647
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
@@ -664,7 +657,7 @@
664657
GCC_WARN_UNINITIALIZED_AUTOS = YES;
665658
GCC_WARN_UNUSED_FUNCTION = YES;
666659
GCC_WARN_UNUSED_VARIABLE = YES;
667-
IPHONEOS_DEPLOYMENT_TARGET = 6.0;
660+
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
668661
OTHER_CFLAGS = "-DNS_BLOCK_ASSERTIONS=1";
669662
SDKROOT = iphoneos;
670663
TARGETED_DEVICE_FAMILY = "1,2";

Resources/Reader-App.storyboard

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2-
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="9531" systemVersion="15D21" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" initialViewController="01J-lp-oVM">
2+
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="11201" systemVersion="15G1004" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" colorMatched="YES" initialViewController="01J-lp-oVM">
33
<dependencies>
44
<deployment identifier="iOS"/>
5-
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="9529"/>
5+
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="11161"/>
6+
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
67
</dependencies>
78
<scenes>
89
<!--View Controller-->
@@ -14,9 +15,9 @@
1415
<viewControllerLayoutGuide type="bottom" id="xb3-aO-Qok"/>
1516
</layoutGuides>
1617
<view key="view" contentMode="scaleToFill" id="Ze5-6b-2t3">
17-
<rect key="frame" x="0.0" y="0.0" width="600" height="600"/>
18+
<rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
1819
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
19-
<color key="backgroundColor" white="0.66666666666666663" alpha="1" colorSpace="calibratedWhite"/>
20+
<color key="backgroundColor" white="0.5" alpha="1" colorSpace="calibratedWhite"/>
2021
</view>
2122
</viewController>
2223
<placeholder placeholderIdentifier="IBFirstResponder" id="iYj-Kq-Ea1" userLabel="First Responder" sceneMemberID="firstResponder"/>

0 commit comments

Comments
 (0)