Skip to content

Commit

Permalink
Ensure SafeDI.swift is always part of the CocoaPods example build
Browse files Browse the repository at this point in the history
  • Loading branch information
dfed committed Jan 3, 2025
1 parent 3f30181 commit f98b4db
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,13 @@

/* Begin PBXBuildFile section */
001683DA816535E0BA21C523 /* libPods-ExampleCocoaPodsIntegration.a in Frameworks */ = {isa = PBXBuildFile; fileRef = AA03B1B1D70965940D873662 /* libPods-ExampleCocoaPodsIntegration.a */; };
32E57CE52D27DC10001742A8 /* SafeDI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 32E57CE42D27DC10001742A8 /* SafeDI.swift */; };
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
286F3DB0181A38EBFB5A11C2 /* Pods-ExampleCocoaPodsIntegration.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-ExampleCocoaPodsIntegration.release.xcconfig"; path = "../../ExampleCocoapodsIntegration/Pods/Target Support Files/Pods-ExampleCocoaPodsIntegration/Pods-ExampleCocoaPodsIntegration.release.xcconfig"; sourceTree = "<group>"; };
324DF6F62D27BD28007A980D /* ExampleCocoaPodsIntegration.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = ExampleCocoaPodsIntegration.app; sourceTree = BUILT_PRODUCTS_DIR; };
32E57CE42D27DC10001742A8 /* SafeDI.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SafeDI.swift; sourceTree = "<group>"; };
AA03B1B1D70965940D873662 /* libPods-ExampleCocoaPodsIntegration.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-ExampleCocoaPodsIntegration.a"; sourceTree = BUILT_PRODUCTS_DIR; };
D4FD8A2B660A7F91670D20AC /* Pods-ExampleCocoaPodsIntegration.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-ExampleCocoaPodsIntegration.debug.xcconfig"; path = "../../ExampleCocoapodsIntegration/Pods/Target Support Files/Pods-ExampleCocoaPodsIntegration/Pods-ExampleCocoaPodsIntegration.debug.xcconfig"; sourceTree = "<group>"; };
/* End PBXFileReference section */
Expand Down Expand Up @@ -44,6 +46,7 @@
324DF6F72D27BD28007A980D /* Products */,
B5A0477003AF79C3877E5921 /* Pods */,
E49C4DEEF8009D272E214E10 /* Frameworks */,
32E57CE42D27DC10001742A8 /* SafeDI.swift */,
);
sourceTree = "<group>";
};
Expand Down Expand Up @@ -156,6 +159,7 @@
outputFileListPaths = (
);
outputPaths = (
$PROJECT_DIR/ExampleCocoaPodsIntegration/SafeDI.swift,
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
Expand Down Expand Up @@ -190,6 +194,7 @@
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
32E57CE52D27DC10001742A8 /* SafeDI.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down

0 comments on commit f98b4db

Please sign in to comment.