Skip to content

Commit 1c38706

Browse files
committed
minor deprecation and version updates for Xcode 13 beta
1 parent 666a08a commit 1c38706

File tree

3 files changed

+58
-33
lines changed

3 files changed

+58
-33
lines changed

SwiftUI-Notes.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -842,7 +842,7 @@
842842
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
843843
GCC_WARN_UNUSED_FUNCTION = YES;
844844
GCC_WARN_UNUSED_VARIABLE = YES;
845-
IPHONEOS_DEPLOYMENT_TARGET = 14.4;
845+
IPHONEOS_DEPLOYMENT_TARGET = 15.0;
846846
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
847847
MTL_FAST_MATH = YES;
848848
ONLY_ACTIVE_ARCH = YES;
@@ -897,7 +897,7 @@
897897
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
898898
GCC_WARN_UNUSED_FUNCTION = YES;
899899
GCC_WARN_UNUSED_VARIABLE = YES;
900-
IPHONEOS_DEPLOYMENT_TARGET = 14.4;
900+
IPHONEOS_DEPLOYMENT_TARGET = 15.0;
901901
MTL_ENABLE_DEBUG_INFO = NO;
902902
MTL_FAST_MATH = YES;
903903
SDKROOT = iphoneos;

SwiftUI-Notes.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,27 @@
66
"repositoryURL": "https://github.com/pointfreeco/combine-schedulers",
77
"state": {
88
"branch": null,
9-
"revision": "8eab6ad841ccc420f29f3e77e17e7b260841b50a",
10-
"version": "0.2.0"
9+
"revision": "c37e5ae8012fb654af776cc556ff8ae64398c841",
10+
"version": "0.5.0"
1111
}
1212
},
1313
{
1414
"package": "Entwine",
1515
"repositoryURL": "https://github.com/tcldr/Entwine.git",
1616
"state": {
1717
"branch": "master",
18-
"revision": "e19784b45ba32f11f9780fefb5bd10b898f52ac0",
18+
"revision": "4ae1aa1a7bf904b7fdaf4e0cb34da00887f60958",
1919
"version": null
2020
}
21+
},
22+
{
23+
"package": "xctest-dynamic-overlay",
24+
"repositoryURL": "https://github.com/pointfreeco/xctest-dynamic-overlay",
25+
"state": {
26+
"branch": null,
27+
"revision": "603974e3909ad4b48ba04aad7e0ceee4f077a518",
28+
"version": "0.1.0"
29+
}
2130
}
2231
]
2332
},

0 commit comments

Comments
 (0)