Skip to content

Commit

Permalink
Update project
Browse files Browse the repository at this point in the history
  • Loading branch information
ponychicken committed Dec 26, 2014
1 parent 6fb7a3a commit af9a208
Showing 1 changed file with 10 additions and 18 deletions.
28 changes: 10 additions & 18 deletions RealtekR1000.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -199,10 +199,10 @@
089C1669FE841209C02AAC07 /* Project object */ = {
isa = PBXProject;
attributes = {
LastUpgradeCheck = 0440;
LastUpgradeCheck = 0610;
ORGANIZATIONNAME = chucko.com;
};
buildConfigurationList = 1DEB91DD08733DB10010E9CD /* Build configuration list for PBXProject "RealtekR1000SL" */;
buildConfigurationList = 1DEB91DD08733DB10010E9CD /* Build configuration list for PBXProject "RealtekR1000" */;
compatibilityVersion = "Xcode 3.2";
developmentRegion = English;
hasScannedForEncodings = 1;
Expand Down Expand Up @@ -279,9 +279,8 @@
GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
GCC_MODEL_TUNING = "";
GCC_OPTIMIZATION_LEVEL = 0;
GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
GCC_VERSION = "";
INFOPLIST_FILE = Info.plist;
INSTALL_PATH = "$(SYSTEM_LIBRARY_DIR)/Extensions";
MODULE_NAME = org.chuko.driver.RealtekR1000SL;
MODULE_VERSION = 1.0.1a2;
PRODUCT_NAME = RealtekR1000SL;
Expand All @@ -293,20 +292,15 @@
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
ARCHS = (
i386,
x86_64,
);
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 3.0.4;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
GCC_ENABLE_CPP_EXCEPTIONS = YES;
GCC_ENABLE_CPP_RTTI = YES;
GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
GCC_MODEL_TUNING = "";
GCC_VERSION = com.apple.compilers.llvmgcc42;
GCC_VERSION = "";
INFOPLIST_FILE = Info.plist;
INSTALL_PATH = "$(SYSTEM_LIBRARY_DIR)/Extensions";
MODULE_NAME = org.chuko.driver.RealtekR1000SL;
MODULE_VERSION = 3.0.4d1;
PRODUCT_NAME = RealtekR1000SL;
Expand All @@ -317,7 +311,6 @@
1DEB91DE08733DB10010E9CD /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
BUILD_VARIANTS = normal;
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_ENABLE_OBJC_EXCEPTIONS = NO;
Expand All @@ -333,22 +326,21 @@
GCC_WARN_UNINITIALIZED_AUTOS = NO;
GCC_WARN_UNUSED_VARIABLE = YES;
INSTALL_OWNER = root;
MODULE_VERSION = 3.0.3d1;
ONLY_ACTIVE_ARCH = NO;
MODULE_VERSION = "";
ONLY_ACTIVE_ARCH = YES;
OTHER_CFLAGS = (
"-DCONFIG_DOWN_SPEED_100",
"-DNO_R1000_CHECKSUM_OFFLOAD",
"-DPCI_ERROR",
);
SDKROOT = "";
VALID_ARCHS = "i386 x86_64";
VALID_ARCHS = x86_64;
};
name = Debug;
};
1DEB91DF08733DB10010E9CD /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_ENABLE_OBJC_EXCEPTIONS = NO;
GCC_ENABLE_PASCAL_STRINGS = NO;
Expand All @@ -362,10 +354,10 @@
GCC_WARN_UNINITIALIZED_AUTOS = NO;
GCC_WARN_UNUSED_VARIABLE = YES;
INSTALL_OWNER = root;
MODULE_VERSION = 3.0.4d1;
MODULE_VERSION = "";
ONLY_ACTIVE_ARCH = NO;
SDKROOT = "";
VALID_ARCHS = "i386 x86_64";
VALID_ARCHS = x86_64;
};
name = Release;
};
Expand All @@ -381,7 +373,7 @@
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Debug;
};
1DEB91DD08733DB10010E9CD /* Build configuration list for PBXProject "RealtekR1000SL" */ = {
1DEB91DD08733DB10010E9CD /* Build configuration list for PBXProject "RealtekR1000" */ = {
isa = XCConfigurationList;
buildConfigurations = (
1DEB91DE08733DB10010E9CD /* Debug */,
Expand Down

0 comments on commit af9a208

Please sign in to comment.