Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[macios] Add @(XcodeProjectReference) #20

Merged
merged 1 commit into from
May 29, 2024

Conversation

pjcollins
Copy link
Collaborator

Introduces a new @(XcodeProjectReference) item to help simplify the
content that needs to be added to the binding .csproj file. This item
will translate relevant metadata to the @(NativeReference) item that
is automatically added to the project after the xcode project is built.

Build task wrappers for xcodebuild and sharpie have been added to
improve msbuild output and error logging when a tool invocation fails.

@pjcollins pjcollins force-pushed the xcprojref branch 2 times, most recently from 4f78bb6 to 5731fbb Compare May 29, 2024 01:38
Introduces a new `@(XcodeProjectReference)` item to help simplify the
content that needs to be added to the binding .csproj file.  This item
will translate relevant metadata to the `@(NativeReference)` item that
is automatically added to the project after the xcode project is built.

Build task wrappers for `xcodebuild` and `sharpie` have been added to
improve msbuild output and error logging when a tool invocation fails.
@pjcollins pjcollins merged commit b6bdb35 into CommunityToolkit:main May 29, 2024
1 check passed
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.

1 participant