Skip to content

Conversation

@messense
Copy link
Contributor

@messense messense commented Nov 5, 2022

Closes #255

pub const PLATFORM_IOSSIMULATOR: u32 = 7;
pub const PLATFORM_TVOSSIMULATOR: u32 = 8;
pub const PLATFORM_WATCHOSSIMULATOR: u32 = 9;
pub const PLATFORM_DRIVERKIT: u32 = 10;
Copy link
Contributor Author

@messense messense Nov 5, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

cool, thank you!

Copy link
Owner

@m4b m4b left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is great, thanks for implementing this!

}
// TODO: LC_NOTE (NoteCommand) and LC_BUILD_VERSION (BuildVersionCommand)
// are unimplemented.
LC_NOTE | LC_BUILD_VERSION | _ => Ok((Unimplemented(lc), size)),
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks for implementing this!

@m4b
Copy link
Owner

m4b commented Nov 6, 2022

Just had the one question about method, otherwise lgtm

@m4b m4b merged commit c81ebdb into m4b:master Nov 6, 2022
@m4b
Copy link
Owner

m4b commented Nov 6, 2022

thanks @messense ! do you need a point release for this soon or it's ok to wait a bit and collect some other PRs?

@messense messense deleted the macho-build-version branch November 6, 2022 06:33
@messense
Copy link
Contributor Author

messense commented Nov 6, 2022

It's ok to wait for a while.

@messense
Copy link
Contributor Author

messense commented Feb 9, 2023

Hi @m4b, do you plan to release a new version soon? I'd like to use this for PyO3/maturin#1252, thanks!

@m4b
Copy link
Owner

m4b commented Feb 25, 2023

@messense sorry for delay life was busy, do you also need #342 ? I was considering branching and cherry-picking the non-breaking changes and delaying 342 until another breaking change? But if you need it can just release all at once in 0.7

@messense
Copy link
Contributor Author

I dont need it.

m4b pushed a commit that referenced this pull request Feb 26, 2023
@m4b
Copy link
Owner

m4b commented Feb 26, 2023

@messense published all non-breaking changes as 0.6.1, and new 0.6.1 branch along with git tag, thanks for your patience!

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.

mach: Implement LC_BUILD_VERSION

2 participants