Skip to content

Commit d13f263

Browse files
committed
Update SPM example deps
1 parent ba36647 commit d13f263

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Example/FLEXample-SPM.xcodeproj/project.pbxproj

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@
2121
C386D705241AA61600699085 /* music_library_schema.jpg in Resources */ = {isa = PBXBuildFile; fileRef = C386D703241AA61600699085 /* music_library_schema.jpg */; };
2222
C386D70B241AA67800699085 /* Dog.m in Sources */ = {isa = PBXBuildFile; fileRef = C386D709241AA67800699085 /* Dog.m */; };
2323
C386D70C241AA67800699085 /* Owner.m in Sources */ = {isa = PBXBuildFile; fileRef = C386D70A241AA67800699085 /* Owner.m */; };
24+
C38D96EC2818F306008709D0 /* Reflex in Frameworks */ = {isa = PBXBuildFile; productRef = C38D96EB2818F306008709D0 /* Reflex */; };
2425
C3A67856241AB8AD005A4681 /* MiscNetworkRequests.m in Sources */ = {isa = PBXBuildFile; fileRef = C3A67855241AB8AD005A4681 /* MiscNetworkRequests.m */; };
2526
C3A67858241ADDF7005A4681 /* Commit.swift in Sources */ = {isa = PBXBuildFile; fileRef = C3A67857241ADDF7005A4681 /* Commit.swift */; };
2627
C3B3760025B8CDA300AD43AB /* Person.m in Sources */ = {isa = PBXBuildFile; fileRef = C3B375FF25B8CDA300AD43AB /* Person.m */; };
27-
C3F86CD72740ED2600E094BF /* Reflex in Frameworks */ = {isa = PBXBuildFile; productRef = C3F86CD62740ED2600E094BF /* Reflex */; };
2828
/* End PBXBuildFile section */
2929

3030
/* Begin PBXFileReference section */
@@ -62,7 +62,7 @@
6262
isa = PBXFrameworksBuildPhase;
6363
buildActionMask = 2147483647;
6464
files = (
65-
C3F86CD72740ED2600E094BF /* Reflex in Frameworks */,
65+
C38D96EC2818F306008709D0 /* Reflex in Frameworks */,
6666
);
6767
runOnlyForDeploymentPostprocessing = 0;
6868
};
@@ -183,7 +183,7 @@
183183
);
184184
name = FLEXample;
185185
packageProductDependencies = (
186-
C3F86CD62740ED2600E094BF /* Reflex */,
186+
C38D96EB2818F306008709D0 /* Reflex */,
187187
);
188188
productName = FLEXample;
189189
productReference = C386D6CC2419975A00699085 /* FLEXample.app */;
@@ -215,7 +215,7 @@
215215
);
216216
mainGroup = C386D6C32419975A00699085;
217217
packageReferences = (
218-
C3F86CD52740ED2600E094BF /* XCRemoteSwiftPackageReference "Reflex" */,
218+
C38D96EA2818F306008709D0 /* XCRemoteSwiftPackageReference "Reflex" */,
219219
);
220220
productRefGroup = C386D6CD2419975A00699085 /* Products */;
221221
projectDirPath = "";
@@ -462,7 +462,7 @@
462462
/* End XCConfigurationList section */
463463

464464
/* Begin XCRemoteSwiftPackageReference section */
465-
C3F86CD52740ED2600E094BF /* XCRemoteSwiftPackageReference "Reflex" */ = {
465+
C38D96EA2818F306008709D0 /* XCRemoteSwiftPackageReference "Reflex" */ = {
466466
isa = XCRemoteSwiftPackageReference;
467467
repositoryURL = "file:///Users/tanner/Repos/Reflex";
468468
requirement = {
@@ -473,9 +473,9 @@
473473
/* End XCRemoteSwiftPackageReference section */
474474

475475
/* Begin XCSwiftPackageProductDependency section */
476-
C3F86CD62740ED2600E094BF /* Reflex */ = {
476+
C38D96EB2818F306008709D0 /* Reflex */ = {
477477
isa = XCSwiftPackageProductDependency;
478-
package = C3F86CD52740ED2600E094BF /* XCRemoteSwiftPackageReference "Reflex" */;
478+
package = C38D96EA2818F306008709D0 /* XCRemoteSwiftPackageReference "Reflex" */;
479479
productName = Reflex;
480480
};
481481
/* End XCSwiftPackageProductDependency section */

0 commit comments

Comments
 (0)