Skip to content

Commit 9f5c0a4

Browse files
authored
Updates to remove warnings in Xcode 12 (#7)
1 parent a2c5c7a commit 9f5c0a4

File tree

2 files changed

+15
-17
lines changed

2 files changed

+15
-17
lines changed

WebRequest.xcodeproj/project.pbxproj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@
318318
isa = PBXProject;
319319
attributes = {
320320
LastSwiftUpdateCheck = 1010;
321-
LastUpgradeCheck = 1010;
321+
LastUpgradeCheck = 1240;
322322
ORGANIZATIONNAME = "VML, Inc.";
323323
TargetAttributes = {
324324
DC8F2B60223358CD00277F70 = {
@@ -479,6 +479,7 @@
479479
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
480480
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
481481
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
482+
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
482483
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
483484
CLANG_WARN_STRICT_PROTOTYPES = YES;
484485
CLANG_WARN_SUSPICIOUS_MOVE = YES;
@@ -541,6 +542,7 @@
541542
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
542543
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
543544
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
545+
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
544546
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
545547
CLANG_WARN_STRICT_PROTOTYPES = YES;
546548
CLANG_WARN_SUSPICIOUS_MOVE = YES;

WebRequest.xcodeproj/xcshareddata/xcschemes/WebRequest-iOS.xcscheme

Lines changed: 12 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "1010"
3+
LastUpgradeVersion = "1240"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"
@@ -26,9 +26,18 @@
2626
buildConfiguration = "Debug"
2727
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
2828
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
29+
shouldUseLaunchSchemeArgsEnv = "YES"
2930
codeCoverageEnabled = "YES"
30-
onlyGenerateCoverageForSpecifiedTargets = "YES"
31-
shouldUseLaunchSchemeArgsEnv = "YES">
31+
onlyGenerateCoverageForSpecifiedTargets = "YES">
32+
<MacroExpansion>
33+
<BuildableReference
34+
BuildableIdentifier = "primary"
35+
BlueprintIdentifier = "DC8F2B60223358CD00277F70"
36+
BuildableName = "libWebRequest-iOS.a"
37+
BlueprintName = "WebRequest-iOS"
38+
ReferencedContainer = "container:WebRequest.xcodeproj">
39+
</BuildableReference>
40+
</MacroExpansion>
3241
<CodeCoverageTargets>
3342
<BuildableReference
3443
BuildableIdentifier = "primary"
@@ -57,17 +66,6 @@
5766
</BuildableReference>
5867
</TestableReference>
5968
</Testables>
60-
<MacroExpansion>
61-
<BuildableReference
62-
BuildableIdentifier = "primary"
63-
BlueprintIdentifier = "DC8F2B60223358CD00277F70"
64-
BuildableName = "libWebRequest-iOS.a"
65-
BlueprintName = "WebRequest-iOS"
66-
ReferencedContainer = "container:WebRequest.xcodeproj">
67-
</BuildableReference>
68-
</MacroExpansion>
69-
<AdditionalOptions>
70-
</AdditionalOptions>
7169
</TestAction>
7270
<LaunchAction
7371
buildConfiguration = "Debug"
@@ -88,8 +86,6 @@
8886
ReferencedContainer = "container:WebRequest.xcodeproj">
8987
</BuildableReference>
9088
</MacroExpansion>
91-
<AdditionalOptions>
92-
</AdditionalOptions>
9389
</LaunchAction>
9490
<ProfileAction
9591
buildConfiguration = "Release"

0 commit comments

Comments
 (0)