Skip to content

Commit f1e4342

Browse files
Bharat Medirattaps2
authored andcommitted
Upgrade project to 0820 (#376)
Signing frameworks at build time is not recommended so disable code signing for LoopUI. All changes performed automatically by XCode
1 parent aac86be commit f1e4342

File tree

8 files changed

+10
-10
lines changed

8 files changed

+10
-10
lines changed

Loop.xcodeproj/project.pbxproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1085,7 +1085,7 @@
10851085
isa = PBXProject;
10861086
attributes = {
10871087
LastSwiftUpdateCheck = 0730;
1088-
LastUpgradeCheck = 0810;
1088+
LastUpgradeCheck = 0820;
10891089
ORGANIZATIONNAME = "LoopKit Authors";
10901090
TargetAttributes = {
10911091
43776F8B1B8022E90074EA36 = {
@@ -1899,7 +1899,7 @@
18991899
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
19001900
CLANG_WARN_SUSPICIOUS_MOVES = YES;
19011901
CODE_SIGN_IDENTITY = "";
1902-
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
1902+
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
19031903
CURRENT_PROJECT_VERSION = 1;
19041904
DEFINES_MODULE = YES;
19051905
DYLIB_COMPATIBILITY_VERSION = 1;
@@ -1926,7 +1926,7 @@
19261926
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
19271927
CLANG_WARN_SUSPICIOUS_MOVES = YES;
19281928
CODE_SIGN_IDENTITY = "";
1929-
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
1929+
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
19301930
CURRENT_PROJECT_VERSION = 1;
19311931
DEFINES_MODULE = YES;
19321932
DYLIB_COMPATIBILITY_VERSION = 1;

Loop.xcodeproj/xcshareddata/xcschemes/Complication - WatchApp.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 = "0810"
3+
LastUpgradeVersion = "0820"
44
version = "2.0">
55
<BuildAction
66
parallelizeBuildables = "YES"

Loop.xcodeproj/xcshareddata/xcschemes/DoseMathTests.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 = "0810"
3+
LastUpgradeVersion = "0820"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"

Loop.xcodeproj/xcshareddata/xcschemes/Loop Status Extension.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 = "0810"
3+
LastUpgradeVersion = "0820"
44
wasCreatedForAppExtension = "YES"
55
version = "2.0">
66
<BuildAction

Loop.xcodeproj/xcshareddata/xcschemes/Loop.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 = "0810"
3+
LastUpgradeVersion = "0820"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"

Loop.xcodeproj/xcshareddata/xcschemes/LoopTests.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 = "0810"
3+
LastUpgradeVersion = "0820"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"

Loop.xcodeproj/xcshareddata/xcschemes/Notification - WatchApp.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 = "0810"
3+
LastUpgradeVersion = "0820"
44
version = "2.0">
55
<BuildAction
66
parallelizeBuildables = "YES"

Loop.xcodeproj/xcshareddata/xcschemes/WatchApp.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 = "0810"
3+
LastUpgradeVersion = "0820"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"

0 commit comments

Comments
 (0)