Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
fischerscode committed Apr 14, 2020
2 parents 09e05c7 + 96a7dc2 commit 0b2d4a3
Show file tree
Hide file tree
Showing 12 changed files with 7,222 additions and 35 deletions.
27 changes: 19 additions & 8 deletions IntelMausiEthernet.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@
D36B90E51C41BF0B00C1EB37 /* phy.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = phy.h; sourceTree = "<group>"; };
D36B90E61C41BF0B00C1EB37 /* ptp.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ptp.c; sourceTree = "<group>"; };
D36B90E71C41BF0B00C1EB37 /* regs.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = regs.h; sourceTree = "<group>"; };
D38D864D2443A69F00D94935 /* kpi_interface.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = kpi_interface.h; sourceTree = "<group>"; };
D38D864E2443A6D700D94935 /* kpi_mbuf.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = kpi_mbuf.h; sourceTree = "<group>"; };
D38D864F2443A77200D94935 /* IOEthernetInterface.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = IOEthernetInterface.h; sourceTree = "<group>"; };
D38D86502443A77200D94935 /* IOEthernetController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = IOEthernetController.h; sourceTree = "<group>"; };
D3CB5B7A1A4394A800A37FAA /* Kernel.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Kernel.framework; path = System/Library/Frameworks/Kernel.framework; sourceTree = SDKROOT; };
D3CB5B7D1A4394A800A37FAA /* IntelMausiEthernet-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "IntelMausiEthernet-Info.plist"; sourceTree = "<group>"; };
D3CB5B811A4394A800A37FAA /* IntelMausiEthernet.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = IntelMausiEthernet.h; sourceTree = "<group>"; };
Expand Down Expand Up @@ -186,8 +190,12 @@
D3F3189C1AB3B0CB00DA9D9A /* Apple Headers */ = {
isa = PBXGroup;
children = (
D38D86502443A77200D94935 /* IOEthernetController.h */,
D38D864F2443A77200D94935 /* IOEthernetInterface.h */,
D3F318C61AB3B57D00DA9D9A /* IONetworkController.h */,
D3F318C71AB3B57D00DA9D9A /* IONetworkInterface.h */,
D38D864D2443A69F00D94935 /* kpi_interface.h */,
D38D864E2443A6D700D94935 /* kpi_mbuf.h */,
);
name = "Apple Headers";
sourceTree = "<group>";
Expand Down Expand Up @@ -240,7 +248,7 @@
D3CB5B6C1A4394A800A37FAA /* Project object */ = {
isa = PBXProject;
attributes = {
LastUpgradeCheck = 1030;
LastUpgradeCheck = 1140;
ORGANIZATIONNAME = "Laura Müller";
};
buildConfigurationList = D3CB5B6F1A4394A800A37FAA /* Build configuration list for PBXProject "IntelMausiEthernet" */;
Expand All @@ -249,6 +257,7 @@
hasScannedForEncodings = 0;
knownRegions = (
en,
Base,
);
mainGroup = D3CB5B6B1A4394A800A37FAA;
productRefGroup = D3CB5B771A4394A800A37FAA /* Products */;
Expand Down Expand Up @@ -412,17 +421,18 @@
CLANG_ENABLE_OBJC_ARC = NO;
CLANG_ENABLE_OBJC_WEAK = YES;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = $MODULE_VERSION;
CURRENT_PROJECT_VERSION = 2.5.1d1;
GCC_CW_ASM_SYNTAX = NO;
GCC_ENABLE_OBJC_EXCEPTIONS = NO;
GCC_LINK_WITH_DYNAMIC_LIBRARIES = NO;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "IntelMausiEthernet/IntelMausiEthernetV2-Prefix.pch";
INFOPLIST_FILE = "IntelMausiEthernet/IntelMausiEthernet-Info.plist";
MODULE_NAME = "de.maaeps.IntelMausiEthernet-WOL";
MODULE_VERSION = 2.5.0;
MARKETING_VERSION = 2.5.1d1;
MODULE_NAME = de.maaeps.IntelMausiEthernet-WOL;
MODULE_VERSION = 2.5.1d0;
PRODUCT_BUNDLE_IDENTIFIER = "de.maaeps.${PRODUCT_NAME:rfc1034identifier}";
PRODUCT_NAME = "IntelMausiEthernet-WOL";
PRODUCT_NAME = IntelMausiEthernet;
SDKROOT = macosx;
WRAPPER_EXTENSION = kext;
};
Expand All @@ -437,17 +447,18 @@
CLANG_ENABLE_OBJC_ARC = NO;
CLANG_ENABLE_OBJC_WEAK = YES;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = $MODULE_VERSION;
CURRENT_PROJECT_VERSION = 2.5.1d1;
GCC_CW_ASM_SYNTAX = NO;
GCC_ENABLE_OBJC_EXCEPTIONS = NO;
GCC_LINK_WITH_DYNAMIC_LIBRARIES = NO;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "IntelMausiEthernet/IntelMausiEthernetV2-Prefix.pch";
INFOPLIST_FILE = "IntelMausiEthernet/IntelMausiEthernet-Info.plist";
MARKETING_VERSION = 2.5.1d1;
MODULE_NAME = "de.maaeps.IntelMausiEthernet-WOL";
MODULE_VERSION = 2.5.0;
MODULE_VERSION = 2.5.1d0;
PRODUCT_BUNDLE_IDENTIFIER = "de.maaeps.${PRODUCT_NAME:rfc1034identifier}";
PRODUCT_NAME = "IntelMausiEthernet-WOL";
PRODUCT_NAME = IntelMausiEthernet;
SDKROOT = macosx;
WRAPPER_EXTENSION = kext;
};
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1030"
LastUpgradeVersion = "1140"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand Down Expand Up @@ -29,8 +29,6 @@
shouldUseLaunchSchemeArgsEnv = "YES">
<Testables>
</Testables>
<AdditionalOptions>
</AdditionalOptions>
</TestAction>
<LaunchAction
buildConfiguration = "Debug"
Expand All @@ -51,8 +49,6 @@
ReferencedContainer = "container:IntelMausiEthernet.xcodeproj">
</BuildableReference>
</MacroExpansion>
<AdditionalOptions>
</AdditionalOptions>
</LaunchAction>
<ProfileAction
buildConfiguration = "Release"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1030"
LastUpgradeVersion = "1140"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand Down Expand Up @@ -29,8 +29,6 @@
shouldUseLaunchSchemeArgsEnv = "YES">
<Testables>
</Testables>
<AdditionalOptions>
</AdditionalOptions>
</TestAction>
<LaunchAction
buildConfiguration = "Debug"
Expand All @@ -51,8 +49,6 @@
ReferencedContainer = "container:IntelMausiEthernet.xcodeproj">
</BuildableReference>
</MacroExpansion>
<AdditionalOptions>
</AdditionalOptions>
</LaunchAction>
<ProfileAction
buildConfiguration = "Release"
Expand Down

0 comments on commit 0b2d4a3

Please sign in to comment.