xamarin-macios/.gitignore

44 строки
715 B
Plaintext
Исходник Постоянная ссылка Обычный вид История

Build.props
2016-04-21 11:59:27 +03:00
Make.config.inc
2016-04-21 15:30:02 +03:00
Make.config.local
configure.inc
dotnet.config
2016-04-21 14:18:44 +03:00
_ios-build
_mac-build
_build
2016-04-21 15:30:02 +03:00
*.userprefs
*.user
2016-04-21 15:30:02 +03:00
*.suo
2016-04-21 15:19:32 +03:00
*.exe
*.dll
*.mdb
2017-03-21 02:00:13 +03:00
*.pdb
2016-04-21 15:30:02 +03:00
bin
obj
packages
2016-04-21 15:30:02 +03:00
~.pmcs*
.DS_Store
2016-06-02 15:30:17 +03:00
jenkins-results
.vs
*.raw
bcl-test-importer
tests/xharness/System.ValueTuple.xml
provisionator.msbuild.props
# bcl auto-generated tests to be ignored until 6680 is completed
tests/bcl-test/BCLTests/generated
tests/bcl-test/generated
tests/bcl-test/BCL\ tests\ group*.csproj
tests/bcl-test/Mac\ OS\ X\ BCL\ \tests*.csproj
tests/bcl-test/mscorlib*.csproj
tests/bcl-test/SystemCoreXunit*.csproj
tests/bcl-test/SystemXunit.csproj
global.json
.idea
provision-shared.csx
mono_crash.*.json
*.binlog
.vscode
[msbuild] Add @(XcodeProject) action (#21232) Context: https://github.com/CommunityToolkit/Maui.NativeLibraryInterop Introduces a `@(XcodeProject)` build action which can be used to build and consume the outputs of Xcode framework projects. The following metadata are supported on this item: ```xml <XcodeProject Include="path/to/myproject.xcodeproj" > <Configuration>Release</Configuration> <CreateNativeReference>true</CreateNativeReference> <ForceLoad></ForceLoad> <Frameworks></Frameworks> <Kind>Framework</Kind> <OutputPath></OutputPath> <SchemeName></SchemeName> <SmartLink></SmartLink> <Visible></Visible> </XcodeProject> ``` * `%(SchemeName)`: The name of the build scheme or target that should be used to build the project. * `%(Configuration)`: The name of the configuration to use to build the project. The default value is `Release`. * `%(CreateNativeReference)`: Output XCFRAMEWORK files will be added as a `@(NativeReference)` to the project. Metadata supported by `@(NativeReference)` like `%(Kind)`, `%(Frameworks)`, or `%(SmartLink)` will be forwarded if set. The default value is `true`. * `%(OutputPath)`: Can be set to override the XCARCHIVE and XCFRAMEWORK output path of the Xcode project. The default value is `$(IntermediateOutputPath)xcode/{SchemeName}-{Hash}`. A new `_BuildXcodeProjects` target will attempt to build XCARCHIVE and XCFRAMEWORK files for each `@(XcodeProject)` item. These outputs will be created for the platform specified in the target framework. If multiple target frameworks are specified, the project will be built for each platform during each inner build. A new `$(MaciOSPrepareForBuildDependsOn)` build extension point has been added to allow customer projects to more easily hook into the beginning of the build process. --------- Co-authored-by: Peter Collins <pecolli@microsoft.com> Co-authored-by: Alex Soto <alex@soto.dev>
2024-09-25 00:47:09 +03:00
# Xcode
xcuserdata/
.build/