Skip to content

Commit

Permalink
Updated to XCode 4 project
Browse files Browse the repository at this point in the history
  • Loading branch information
deweller committed May 24, 2011
1 parent 451b00b commit 1cf3168
Show file tree
Hide file tree
Showing 6 changed files with 5,520 additions and 4 deletions.
16 changes: 12 additions & 4 deletions AudioSwitcher.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,11 @@
isa = PBXProject;
buildConfigurationList = 1DEB926208733DCF0010E9CD /* Build configuration list for PBXProject "AudioSwitcher" */;
compatibilityVersion = "Xcode 3.1";
developmentRegion = English;
hasScannedForEncodings = 1;
knownRegions = (
en,
);
mainGroup = 08FB7794FE84155DC02AAC07 /* AudioSwitcher */;
projectDirPath = "";
projectRoot = "";
Expand Down Expand Up @@ -146,6 +150,7 @@
GCC_OPTIMIZATION_LEVEL = 0;
INSTALL_PATH = /usr/local/bin;
PRODUCT_NAME = AudioSwitcher;
SDKROOT = "";
};
name = Debug;
};
Expand All @@ -157,32 +162,35 @@
GCC_MODEL_TUNING = G5;
INSTALL_PATH = /usr/local/bin;
PRODUCT_NAME = SwitchAudioSource;
SDKROOT = "";
};
name = Release;
};
1DEB926308733DCF0010E9CD /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ARCHS = "$(ARCHS_STANDARD_32_BIT)";
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
GCC_C_LANGUAGE_STANDARD = c99;
GCC_OPTIMIZATION_LEVEL = 0;
GCC_WARN_ABOUT_RETURN_TYPE = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
MACOSX_DEPLOYMENT_TARGET = 10.5;
ONLY_ACTIVE_ARCH = YES;
PREBINDING = NO;
SDKROOT = macosx10.5;
SDKROOT = "";
};
name = Debug;
};
1DEB926408733DCF0010E9CD /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ARCHS = "$(ARCHS_STANDARD_32_BIT)";
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
GCC_C_LANGUAGE_STANDARD = c99;
GCC_WARN_ABOUT_RETURN_TYPE = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
MACOSX_DEPLOYMENT_TARGET = 10.5;
PREBINDING = NO;
SDKROOT = macosx10.5;
SDKROOT = "";
};
name = Release;
};
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 1cf3168

Please sign in to comment.