yonaskolb / yonaskolb/XcodeGen
/* Begin PBXCopyFilesBuildPhase section */
Open
Nobody has claimed this yet.
- Dominant language
- Swift
- Stars
- 8.8k
- Forks
- 908
- Avg merge
- 17d 14h
- Merged PRs (30d)
- 2
Description
/* Begin PBXCopyFilesBuildPhase section */
FC21B861D79C5E0F1CFC6599 /* Embed Frameworks */ = {
isa = PBXCopyFilesBuildPhase;
buildActionMask = 8;
dstPath = "";
dstSubfolderSpec = 10;
files = (
637EF3B657CC45F576440008 /* GooglePlaces.framework in Embed Frameworks */,
9CB073B21DCB818D51414013 /* GoogleMaps.framework in Embed Frameworks */,
84A3FAC8FC437CBCF002801A /* GoogleMapsCore.framework in Embed Frameworks */,
238BC22DAEFDEA871E9C4988 /* GoogleMapsBase.framework in Embed Frameworks */,
);
name = "Embed Frameworks";
runOnlyForDeploymentPostprocessing = 1;
};
/* End PBXCopyFilesBuildPhase section */
Originally posted by @Timidercrayon55 in https://github.com/yonaskolb/XcodeGen/issues/608#issuecomment-1840414497
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The report only reproduces a PBXCopyFilesBuildPhase section and links back to issue #608; it names no source file, test, or expected change. Start by reviewing the linked issue and the generator's handling of PBXCopyFilesBuildPhase, then define the expected generated project output before considering implementation.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- swift
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 10/100