forked from dotnet/macios
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace manually maintained code about frameworks with generated code. (
dotnet#10218) * [src] Generate the string constants for each framework from our list of frameworks. This makes it less error prone to add new frameworks (one less place to add them), and easier to add new platforms (only one place to make sure the list of frameworks is correct). This also revelead a few issues in our list of frameworks (missing frameworks, frameworks that have been moved, etc.), which have been fixed. * [mmp] Generate the library path -> namespace map for the linker to optimize away dlopen statements. * Fix indentation to be just as broken as the surrounding indentation. * Remove unused Cecil reference. * Fix c&p oversight. * Adjust more Mac Catalyst API. * CFNetwork is its own top-level framework.
- Loading branch information
1 parent
d768431
commit bf84732
Showing
13 changed files
with
220 additions
and
621 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.