Skip to content

Commit 965fb28

Browse files
committed
Let Xcode 10.1 update the LastUpgradeVersion.
It wanted to change the CODE_SIGN_IDENTITY to "" for some targets, but that part was dropped since signing and eventually support Carthage has always been confusing, so just kept things as is for now.
1 parent 5c6fd80 commit 965fb28

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

SwiftProtobuf.xcodeproj/project.pbxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1281,7 +1281,7 @@
12811281
isa = PBXProject;
12821282
attributes = {
12831283
LastSwiftUpdateCheck = 0800;
1284-
LastUpgradeCheck = 0940;
1284+
LastUpgradeCheck = 1010;
12851285
TargetAttributes = {
12861286
9C8CDA111D7A288E00E207CA = {
12871287
CreatedOnToolsVersion = 8.0;

SwiftProtobuf.xcodeproj/xcshareddata/xcschemes/SwiftProtobuf_iOS.xcscheme

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "0940"
3+
LastUpgradeVersion = "1010"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"

SwiftProtobuf.xcodeproj/xcshareddata/xcschemes/SwiftProtobuf_macOS.xcscheme

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "0940"
3+
LastUpgradeVersion = "1010"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"

SwiftProtobuf.xcodeproj/xcshareddata/xcschemes/SwiftProtobuf_tvOS.xcscheme

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "0940"
3+
LastUpgradeVersion = "1010"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"

SwiftProtobuf.xcodeproj/xcshareddata/xcschemes/SwiftProtobuf_watchOS.xcscheme

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "0940"
3+
LastUpgradeVersion = "1010"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"

0 commit comments

Comments
 (0)