File tree Expand file tree Collapse file tree 3 files changed +7
-5
lines changed
Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 2424/* End PBXBuildFile section */
2525
2626/* Begin PBXCopyFilesBuildPhase section */
27- E15FA8A1288748BC002E5E04 /* Embed App Extensions */ = {
27+ E15FA8A1288748BC002E5E04 /* Embed Foundation Extensions */ = {
2828 isa = PBXCopyFilesBuildPhase;
2929 buildActionMask = 2147483647;
3030 dstPath = "";
3131 dstSubfolderSpec = 13;
3232 files = (
3333 );
34- name = "Embed App Extensions";
34+ name = "Embed Foundation Extensions";
3535 runOnlyForDeploymentPostprocessing = 0;
3636 };
3737/* End PBXCopyFilesBuildPhase section */
137137 E19C17142835826100B29794 /* Sources */,
138138 E19C17152835826100B29794 /* Frameworks */,
139139 E19C17162835826100B29794 /* Resources */,
140- E15FA8A1288748BC002E5E04 /* Embed App Extensions */,
140+ E15FA8A1288748BC002E5E04 /* Embed Foundation Extensions */,
141141 );
142142 buildRules = (
143143 );
161161 attributes = {
162162 BuildIndependentTargetsInParallel = 1;
163163 LastSwiftUpdateCheck = 1340;
164- LastUpgradeCheck = 1340 ;
164+ LastUpgradeCheck = 1400 ;
165165 TargetAttributes = {
166166 E19C17172835826100B29794 = {
167167 CreatedOnToolsVersion = 13.4;
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<Scheme
3- LastUpgradeVersion = " 1340 "
3+ LastUpgradeVersion = " 1400 "
44 version = " 1.3" >
55 <BuildAction
66 parallelizeBuildables = " YES"
Original file line number Diff line number Diff line change @@ -38,6 +38,8 @@ struct ResultDocument: Transferable
3838 }
3939}
4040
41+
42+ // MARK: In an actual app you should not use this to display results as the backing library could change the way the results file is formatted in the future which would break this struct and any views using it to display results.
4143struct Results : Identifiable
4244{
4345 let id : UUID
You can’t perform that action at this time.
0 commit comments