Skip to content

Commit d9c3117

Browse files
authored
Merge pull request #73 from Nirma/fix/project_modernization_warnings
Modernize Project for Xcode 12.4
2 parents 7355da6 + fd1c63b commit d9c3117

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Attributed.xcodeproj/project.pbxproj

+3-3
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@
245245
isa = PBXProject;
246246
attributes = {
247247
LastSwiftUpdateCheck = 0810;
248-
LastUpgradeCheck = 1200;
248+
LastUpgradeCheck = 1240;
249249
ORGANIZATIONNAME = Attributed;
250250
TargetAttributes = {
251251
A53787AE254B376B004CF589 = {
@@ -357,7 +357,7 @@
357357
isa = XCBuildConfiguration;
358358
buildSettings = {
359359
CLANG_ENABLE_MODULES = YES;
360-
CODE_SIGN_IDENTITY = "Apple Development";
360+
CODE_SIGN_IDENTITY = "";
361361
CODE_SIGN_STYLE = Automatic;
362362
DEFINES_MODULE = YES;
363363
DEVELOPMENT_TEAM = "";
@@ -384,7 +384,7 @@
384384
isa = XCBuildConfiguration;
385385
buildSettings = {
386386
CLANG_ENABLE_MODULES = YES;
387-
CODE_SIGN_IDENTITY = "Apple Development";
387+
CODE_SIGN_IDENTITY = "";
388388
CODE_SIGN_STYLE = Automatic;
389389
DEFINES_MODULE = YES;
390390
DEVELOPMENT_TEAM = "";

Attributed.xcodeproj/xcshareddata/xcschemes/Attributed-watchOS.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 = "1210"
3+
LastUpgradeVersion = "1240"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"

Attributed.xcodeproj/xcshareddata/xcschemes/Attributed.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 = "1240"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"

0 commit comments

Comments
 (0)