Skip to content

Commit 7e86eaa

Browse files
committed
wip
1 parent d9b468a commit 7e86eaa

6 files changed

Lines changed: 47 additions & 246 deletions

File tree

Examples/Examples.xcodeproj/project.pbxproj

Lines changed: 28 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@
1414
CA5E47092DECEFC80069E0F8 /* SnapshotTestingCustomDump in Frameworks */ = {isa = PBXBuildFile; productRef = CA5E47082DECEFC80069E0F8 /* SnapshotTestingCustomDump */; };
1515
CA5E470B2DECF0280069E0F8 /* DependenciesTestSupport in Frameworks */ = {isa = PBXBuildFile; productRef = CA5E470A2DECF0280069E0F8 /* DependenciesTestSupport */; };
1616
CAD001872D874F1F00FA977A /* DependenciesTestSupport in Frameworks */ = {isa = PBXBuildFile; productRef = CAD001862D874F1F00FA977A /* DependenciesTestSupport */; };
17-
CAFDD64A2D5E823A00EE099E /* SharingGRDB in Frameworks */ = {isa = PBXBuildFile; productRef = CAFDD6492D5E823A00EE099E /* SharingGRDB */; };
1817
DC5FA7482D4C63D60082743E /* DependenciesMacros in Frameworks */ = {isa = PBXBuildFile; productRef = DC5FA7472D4C63D60082743E /* DependenciesMacros */; };
1918
DCBE8A142D4842BF0071F499 /* CasePaths in Frameworks */ = {isa = PBXBuildFile; productRef = DCBE8A132D4842BF0071F499 /* CasePaths */; };
20-
DCBE8A162D4842C80071F499 /* SharingGRDB in Frameworks */ = {isa = PBXBuildFile; productRef = DCBE8A152D4842C80071F499 /* SharingGRDB */; };
19+
DCD9AC8B2E02176700FB20F8 /* SharingGRDB in Frameworks */ = {isa = PBXBuildFile; productRef = DCD9AC8A2E02176700FB20F8 /* SharingGRDB */; };
20+
DCD9AC8D2E02177200FB20F8 /* SharingGRDB in Frameworks */ = {isa = PBXBuildFile; productRef = DCD9AC8C2E02177200FB20F8 /* SharingGRDB */; };
21+
DCD9AC8F2E02177900FB20F8 /* SharingGRDB in Frameworks */ = {isa = PBXBuildFile; productRef = DCD9AC8E2E02177900FB20F8 /* SharingGRDB */; };
2122
DCF267392D48437300B680BE /* SwiftUINavigation in Frameworks */ = {isa = PBXBuildFile; productRef = DCF267382D48437300B680BE /* SwiftUINavigation */; };
22-
DCF2684A2D4993BC00B680BE /* SharingGRDB in Frameworks */ = {isa = PBXBuildFile; productRef = DCF268492D4993BC00B680BE /* SharingGRDB */; };
2323
/* End PBXBuildFile section */
2424

2525
/* Begin PBXContainerItemProxy section */
@@ -146,7 +146,7 @@
146146
isa = PBXFrameworksBuildPhase;
147147
buildActionMask = 2147483647;
148148
files = (
149-
DCF2684A2D4993BC00B680BE /* SharingGRDB in Frameworks */,
149+
DCD9AC8B2E02176700FB20F8 /* SharingGRDB in Frameworks */,
150150
CA2908C92D4AF70E003F165F /* UIKitNavigation in Frameworks */,
151151
);
152152
runOnlyForDeploymentPostprocessing = 0;
@@ -162,8 +162,8 @@
162162
isa = PBXFrameworksBuildPhase;
163163
buildActionMask = 2147483647;
164164
files = (
165-
CAFDD64A2D5E823A00EE099E /* SharingGRDB in Frameworks */,
166165
CA14DBC92DA884C400E36852 /* CasePaths in Frameworks */,
166+
DCD9AC8D2E02177200FB20F8 /* SharingGRDB in Frameworks */,
167167
CA5E46912DEBB8570069E0F8 /* SwiftUINavigation in Frameworks */,
168168
);
169169
runOnlyForDeploymentPostprocessing = 0;
@@ -174,7 +174,7 @@
174174
files = (
175175
DCF267392D48437300B680BE /* SwiftUINavigation in Frameworks */,
176176
DC5FA7482D4C63D60082743E /* DependenciesMacros in Frameworks */,
177-
DCBE8A162D4842C80071F499 /* SharingGRDB in Frameworks */,
177+
DCD9AC8F2E02177900FB20F8 /* SharingGRDB in Frameworks */,
178178
DCBE8A142D4842BF0071F499 /* CasePaths in Frameworks */,
179179
);
180180
runOnlyForDeploymentPostprocessing = 0;
@@ -287,9 +287,8 @@
287287
);
288288
name = CaseStudies;
289289
packageProductDependencies = (
290-
DCF268492D4993BC00B680BE /* SharingGRDB */,
291290
CA2908C82D4AF70E003F165F /* UIKitNavigation */,
292-
DC5B73A62DEFE103004C2A16 /* SharingGRDB */,
291+
DCD9AC8A2E02176700FB20F8 /* SharingGRDB */,
293292
);
294293
productName = Examples;
295294
productReference = CAF836982D4735620047AEB5 /* CaseStudies.app */;
@@ -335,9 +334,9 @@
335334
);
336335
name = Reminders;
337336
packageProductDependencies = (
338-
CAFDD6492D5E823A00EE099E /* SharingGRDB */,
339337
CA14DBC82DA884C400E36852 /* CasePaths */,
340338
CA5E46902DEBB8570069E0F8 /* SwiftUINavigation */,
339+
DCD9AC8C2E02177200FB20F8 /* SharingGRDB */,
341340
);
342341
productName = Reminders;
343342
productReference = CAF836D82D4735AB0047AEB5 /* Reminders.app */;
@@ -361,9 +360,9 @@
361360
name = SyncUps;
362361
packageProductDependencies = (
363362
DCBE8A132D4842BF0071F499 /* CasePaths */,
364-
DCBE8A152D4842C80071F499 /* SharingGRDB */,
365363
DCF267382D48437300B680BE /* SwiftUINavigation */,
366364
DC5FA7472D4C63D60082743E /* DependenciesMacros */,
365+
DCD9AC8E2E02177900FB20F8 /* SharingGRDB */,
367366
);
368367
productName = SyncUps;
369368
productReference = DCBE89CC2D483FB90071F499 /* SyncUps.app */;
@@ -416,6 +415,7 @@
416415
DCF267372D48437300B680BE /* XCRemoteSwiftPackageReference "swift-navigation" */,
417416
DC5FA7462D4C63D60082743E /* XCRemoteSwiftPackageReference "swift-dependencies" */,
418417
CA5E47052DECEF0F0069E0F8 /* XCRemoteSwiftPackageReference "swift-snapshot-testing" */,
418+
DCD9AC892E02176700FB20F8 /* XCLocalSwiftPackageReference "../../sharing-grdb" */,
419419
);
420420
preferredProjectObjectVersion = 77;
421421
productRefGroup = CAF836992D4735620047AEB5 /* Products */;
@@ -996,6 +996,13 @@
996996
};
997997
/* End XCConfigurationList section */
998998

999+
/* Begin XCLocalSwiftPackageReference section */
1000+
DCD9AC892E02176700FB20F8 /* XCLocalSwiftPackageReference "../../sharing-grdb" */ = {
1001+
isa = XCLocalSwiftPackageReference;
1002+
relativePath = "../../sharing-grdb";
1003+
};
1004+
/* End XCLocalSwiftPackageReference section */
1005+
9991006
/* Begin XCRemoteSwiftPackageReference section */
10001007
CA5E47052DECEF0F0069E0F8 /* XCRemoteSwiftPackageReference "swift-snapshot-testing" */ = {
10011008
isa = XCRemoteSwiftPackageReference;
@@ -1067,14 +1074,6 @@
10671074
package = DC5FA7462D4C63D60082743E /* XCRemoteSwiftPackageReference "swift-dependencies" */;
10681075
productName = DependenciesTestSupport;
10691076
};
1070-
CAFDD6492D5E823A00EE099E /* SharingGRDB */ = {
1071-
isa = XCSwiftPackageProductDependency;
1072-
productName = SharingGRDB;
1073-
};
1074-
DC5B73A62DEFE103004C2A16 /* SharingGRDB */ = {
1075-
isa = XCSwiftPackageProductDependency;
1076-
productName = SharingGRDB;
1077-
};
10781077
DC5FA7472D4C63D60082743E /* DependenciesMacros */ = {
10791078
isa = XCSwiftPackageProductDependency;
10801079
package = DC5FA7462D4C63D60082743E /* XCRemoteSwiftPackageReference "swift-dependencies" */;
@@ -1085,19 +1084,25 @@
10851084
package = DCBE8A122D4842BF0071F499 /* XCRemoteSwiftPackageReference "swift-case-paths" */;
10861085
productName = CasePaths;
10871086
};
1088-
DCBE8A152D4842C80071F499 /* SharingGRDB */ = {
1087+
DCD9AC8A2E02176700FB20F8 /* SharingGRDB */ = {
10891088
isa = XCSwiftPackageProductDependency;
10901089
productName = SharingGRDB;
10911090
};
1092-
DCF267382D48437300B680BE /* SwiftUINavigation */ = {
1091+
DCD9AC8C2E02177200FB20F8 /* SharingGRDB */ = {
10931092
isa = XCSwiftPackageProductDependency;
1094-
package = DCF267372D48437300B680BE /* XCRemoteSwiftPackageReference "swift-navigation" */;
1095-
productName = SwiftUINavigation;
1093+
package = DCD9AC892E02176700FB20F8 /* XCLocalSwiftPackageReference "../../sharing-grdb" */;
1094+
productName = SharingGRDB;
10961095
};
1097-
DCF268492D4993BC00B680BE /* SharingGRDB */ = {
1096+
DCD9AC8E2E02177900FB20F8 /* SharingGRDB */ = {
10981097
isa = XCSwiftPackageProductDependency;
1098+
package = DCD9AC892E02176700FB20F8 /* XCLocalSwiftPackageReference "../../sharing-grdb" */;
10991099
productName = SharingGRDB;
11001100
};
1101+
DCF267382D48437300B680BE /* SwiftUINavigation */ = {
1102+
isa = XCSwiftPackageProductDependency;
1103+
package = DCF267372D48437300B680BE /* XCRemoteSwiftPackageReference "swift-navigation" */;
1104+
productName = SwiftUINavigation;
1105+
};
11011106
/* End XCSwiftPackageProductDependency section */
11021107
};
11031108
rootObject = CAF836902D4735620047AEB5 /* Project object */;

Examples/Examples.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved

Lines changed: 17 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.resolved

Lines changed: 2 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

SharingGRDB.xcworkspace/contents.xcworkspacedata

Lines changed: 0 additions & 10 deletions
This file was deleted.

SharingGRDB.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)