Skip to content

Commit 7b30c3e

Browse files
author
Alexey Naumov
committed
fix: A couple of xcode warnings
1 parent e63a34a commit 7b30c3e

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

Diff for: CountriesSwiftUI.xcodeproj/project.pbxproj

+4-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
archiveVersion = 1;
44
classes = {
55
};
6-
objectVersion = 52;
6+
objectVersion = 54;
77
objects = {
88

99
/* Begin PBXBuildFile section */
@@ -545,8 +545,9 @@
545545
F64495D92360D66400C9BB1F /* Project object */ = {
546546
isa = PBXProject;
547547
attributes = {
548+
BuildIndependentTargetsInParallel = YES;
548549
LastSwiftUpdateCheck = 1110;
549-
LastUpgradeCheck = 1200;
550+
LastUpgradeCheck = 1430;
550551
ORGANIZATIONNAME = "Alexey Naumov";
551552
TargetAttributes = {
552553
F64495E02360D66400C9BB1F = {
@@ -609,6 +610,7 @@
609610
/* Begin PBXShellScriptBuildPhase section */
610611
F62DF39A237AFE9400CE1234 /* Run swiftlint */ = {
611612
isa = PBXShellScriptBuildPhase;
613+
alwaysOutOfDate = 1;
612614
buildActionMask = 2147483647;
613615
files = (
614616
);

Diff for: CountriesSwiftUI.xcodeproj/xcshareddata/xcschemes/CountriesSwiftUI.xcscheme

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "1200"
3+
LastUpgradeVersion = "1430"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"

0 commit comments

Comments
 (0)