Skip to content

Commit

Permalink
ExampleProjectIntegration working again
Browse files Browse the repository at this point in the history
  • Loading branch information
dfed committed Dec 9, 2023
1 parent bc746f0 commit daef13e
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 24 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,14 @@
objects = {

/* Begin PBXBuildFile section */
3210424E2B2533660088785D /* SafeDI in Frameworks */ = {isa = PBXBuildFile; productRef = 3210424D2B2533660088785D /* SafeDI */; };
321042502B2533660088785D /* SafeDIPlugin in Frameworks */ = {isa = PBXBuildFile; productRef = 3210424F2B2533660088785D /* SafeDIPlugin */; };
321042532B2533ED0088785D /* SafeDI in Frameworks */ = {isa = PBXBuildFile; productRef = 321042522B2533ED0088785D /* SafeDI */; };
32756FE62B24C042006BDD24 /* ExampleProjectIntegrationApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 32756FE52B24C042006BDD24 /* ExampleProjectIntegrationApp.swift */; };
32756FE82B24C042006BDD24 /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 32756FE72B24C042006BDD24 /* ContentView.swift */; };
32756FEA2B24C044006BDD24 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 32756FE92B24C044006BDD24 /* Assets.xcassets */; };
32756FEE2B24C044006BDD24 /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 32756FED2B24C044006BDD24 /* Preview Assets.xcassets */; };
32756FF62B24C0F5006BDD24 /* SafeDI in Frameworks */ = {isa = PBXBuildFile; productRef = 32756FF52B24C0F5006BDD24 /* SafeDI */; };
32756FF82B24C0F5006BDD24 /* SafeDIPlugin in Frameworks */ = {isa = PBXBuildFile; productRef = 32756FF72B24C0F5006BDD24 /* SafeDIPlugin */; };
327570062B24C24C006BDD24 /* GrandchildA.swift in Sources */ = {isa = PBXBuildFile; fileRef = 32756FFE2B24C24C006BDD24 /* GrandchildA.swift */; };
327570072B24C24C006BDD24 /* GrandchildB.swift in Sources */ = {isa = PBXBuildFile; fileRef = 32756FFF2B24C24C006BDD24 /* GrandchildB.swift */; };
327570082B24C24C006BDD24 /* SharedThing.swift in Sources */ = {isa = PBXBuildFile; fileRef = 327570002B24C24C006BDD24 /* SharedThing.swift */; };
Expand All @@ -21,8 +23,9 @@
3275700B2B24C24C006BDD24 /* ChildB.swift in Sources */ = {isa = PBXBuildFile; fileRef = 327570032B24C24C006BDD24 /* ChildB.swift */; };
3275700C2B24C24C006BDD24 /* ChildC.swift in Sources */ = {isa = PBXBuildFile; fileRef = 327570042B24C24C006BDD24 /* ChildC.swift */; };
3275700D2B24C24C006BDD24 /* Root.swift in Sources */ = {isa = PBXBuildFile; fileRef = 327570052B24C24C006BDD24 /* Root.swift */; };
327570102B24CD7A006BDD24 /* SafeDI in Frameworks */ = {isa = PBXBuildFile; productRef = 3275700F2B24CD7A006BDD24 /* SafeDI */; };
327570122B24CD7A006BDD24 /* SafeDIPlugin in Frameworks */ = {isa = PBXBuildFile; productRef = 327570112B24CD7A006BDD24 /* SafeDIPlugin */; };
327570CE2B252C7B006BDD24 /* SafeDI in Frameworks */ = {isa = PBXBuildFile; productRef = 327570CD2B252C7B006BDD24 /* SafeDI */; };
327570D02B252C7B006BDD24 /* SafeDIPlugin in Frameworks */ = {isa = PBXBuildFile; productRef = 327570CF2B252C7B006BDD24 /* SafeDIPlugin */; };
327570D32B253294006BDD24 /* SafeDI in Frameworks */ = {isa = PBXBuildFile; productRef = 327570D22B253294006BDD24 /* SafeDI */; };
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
Expand All @@ -47,10 +50,13 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
327570102B24CD7A006BDD24 /* SafeDI in Frameworks */,
327570D32B253294006BDD24 /* SafeDI in Frameworks */,
321042532B2533ED0088785D /* SafeDI in Frameworks */,
3210424E2B2533660088785D /* SafeDI in Frameworks */,
327570CE2B252C7B006BDD24 /* SafeDI in Frameworks */,
32756FF62B24C0F5006BDD24 /* SafeDI in Frameworks */,
32756FF82B24C0F5006BDD24 /* SafeDIPlugin in Frameworks */,
327570122B24CD7A006BDD24 /* SafeDIPlugin in Frameworks */,
327570D02B252C7B006BDD24 /* SafeDIPlugin in Frameworks */,
321042502B2533660088785D /* SafeDIPlugin in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down Expand Up @@ -123,14 +129,17 @@
buildRules = (
);
dependencies = (
327570142B24CD82006BDD24 /* PBXTargetDependency */,
321042552B2533F30088785D /* PBXTargetDependency */,
);
name = ExampleProjectIntegration;
packageProductDependencies = (
32756FF52B24C0F5006BDD24 /* SafeDI */,
32756FF72B24C0F5006BDD24 /* SafeDIPlugin */,
3275700F2B24CD7A006BDD24 /* SafeDI */,
327570112B24CD7A006BDD24 /* SafeDIPlugin */,
327570CD2B252C7B006BDD24 /* SafeDI */,
327570CF2B252C7B006BDD24 /* SafeDIPlugin */,
327570D22B253294006BDD24 /* SafeDI */,
3210424D2B2533660088785D /* SafeDI */,
3210424F2B2533660088785D /* SafeDIPlugin */,
321042522B2533ED0088785D /* SafeDI */,
);
productName = ExampleProjectIntegration;
productReference = 32756FE22B24C042006BDD24 /* ExampleProjectIntegration.app */;
Expand Down Expand Up @@ -161,7 +170,7 @@
);
mainGroup = 32756FD92B24C042006BDD24;
packageReferences = (
3275700E2B24CD7A006BDD24 /* XCRemoteSwiftPackageReference "SafeDI" */,
321042512B2533ED0088785D /* XCRemoteSwiftPackageReference "SafeDI" */,
);
productRefGroup = 32756FE32B24C042006BDD24 /* Products */;
projectDirPath = "";
Expand Down Expand Up @@ -205,9 +214,9 @@
/* End PBXSourcesBuildPhase section */

/* Begin PBXTargetDependency section */
327570142B24CD82006BDD24 /* PBXTargetDependency */ = {
321042552B2533F30088785D /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
productRef = 327570132B24CD82006BDD24 /* SafeDIGenerateDependencyTree */;
productRef = 321042542B2533F30088785D /* SafeDIGenerator */;
};
/* End PBXTargetDependency section */

Expand Down Expand Up @@ -422,7 +431,7 @@
/* End XCConfigurationList section */

/* Begin XCRemoteSwiftPackageReference section */
3275700E2B24CD7A006BDD24 /* XCRemoteSwiftPackageReference "SafeDI" */ = {
321042512B2533ED0088785D /* XCRemoteSwiftPackageReference "SafeDI" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/dfed/SafeDI";
requirement = {
Expand All @@ -433,28 +442,39 @@
/* End XCRemoteSwiftPackageReference section */

/* Begin XCSwiftPackageProductDependency section */
32756FF52B24C0F5006BDD24 /* SafeDI */ = {
3210424D2B2533660088785D /* SafeDI */ = {
isa = XCSwiftPackageProductDependency;
productName = SafeDI;
};
32756FF72B24C0F5006BDD24 /* SafeDIPlugin */ = {
3210424F2B2533660088785D /* SafeDIPlugin */ = {
isa = XCSwiftPackageProductDependency;
productName = SafeDIPlugin;
};
3275700F2B24CD7A006BDD24 /* SafeDI */ = {
321042522B2533ED0088785D /* SafeDI */ = {
isa = XCSwiftPackageProductDependency;
package = 3275700E2B24CD7A006BDD24 /* XCRemoteSwiftPackageReference "SafeDI" */;
package = 321042512B2533ED0088785D /* XCRemoteSwiftPackageReference "SafeDI" */;
productName = SafeDI;
};
327570112B24CD7A006BDD24 /* SafeDIPlugin */ = {
321042542B2533F30088785D /* SafeDIGenerator */ = {
isa = XCSwiftPackageProductDependency;
package = 321042512B2533ED0088785D /* XCRemoteSwiftPackageReference "SafeDI" */;
productName = "plugin:SafeDIGenerator";
};
32756FF52B24C0F5006BDD24 /* SafeDI */ = {
isa = XCSwiftPackageProductDependency;
productName = SafeDI;
};
327570CD2B252C7B006BDD24 /* SafeDI */ = {
isa = XCSwiftPackageProductDependency;
productName = SafeDI;
};
327570CF2B252C7B006BDD24 /* SafeDIPlugin */ = {
isa = XCSwiftPackageProductDependency;
package = 3275700E2B24CD7A006BDD24 /* XCRemoteSwiftPackageReference "SafeDI" */;
productName = SafeDIPlugin;
};
327570132B24CD82006BDD24 /* SafeDIGenerateDependencyTree */ = {
327570D22B253294006BDD24 /* SafeDI */ = {
isa = XCSwiftPackageProductDependency;
package = 3275700E2B24CD7A006BDD24 /* XCRemoteSwiftPackageReference "SafeDI" */;
productName = "plugin:SafeDIGenerateDependencyTree";
productName = SafeDI;
};
/* End XCSwiftPackageProductDependency section */
};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"location" : "https://github.com/dfed/SafeDI",
"state" : {
"branch" : "main",
"revision" : "6e9839e57f462b1b7d29c9babcf73285e54a7aeb"
"revision" : "8956cd6d42e9e830c6856c1e5fd3c9edd0a86ba6"
}
},
{
Expand Down

0 comments on commit daef13e

Please sign in to comment.