Skip to content

Gen IR version: 0.5.0#71

Merged
bmxav merged 75 commits into
mainfrom
develop
Sep 13, 2024
Merged

Gen IR version: 0.5.0#71
bmxav merged 75 commits into
mainfrom
develop

Conversation

@bmxav
Copy link
Copy Markdown
Contributor

@bmxav bmxav commented Sep 11, 2024

Changes for the 0.5.0 release.

This release contains numerous bug fixes and the migration to utilizing the Project Interchange Format (PIF). Also included is preliminary support for Xcode 16.

Rewrite workspace project discovery to break it up into more sensible & logical pieces.
Add a test asset (test to come).

The biggest change is that the group naming only follows the nearest group parent - not all of them
This allows for determining the 'Link Binary with Libraries' build phase (which... for no reason... isn't listed as a dependency in the target?!)
This change adds:

* the ability to write a DOT file representing the
dependency graph of the project with new CLI option
* fixes the graph by correcting a mistake where edges could be linked
  multiple times, and removes original transitive depependency finding
  since that's now in the graph
* adds support for 'embed frameworks' copy files build phase
Support Framework Build Phase, Rework Dependency Mapping
NinjaLikesCheez and others added 27 commits May 27, 2024 15:10
This attempts to more accurately define what Gen-IR's idea of a target
is, which is a bit different than the PIF representation. Not every
target is considered buildable, so we also split out the storage of
commands and pass them directly to CompilerCommandRunner.
Adopt PIF cache as a means for determining targets and relationships
Update version string to 0.5.0-beta
PIF workspace and project paths may not be present
cirruslabs is more likely to keep theirs updated with issues
- Change SwiftLint job to run on pull requests that change swift files
- Update build job to use new checkout action
@bmxav bmxav merged commit 32f7d73 into main Sep 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants