Skip to content

Commit

Permalink
Update Xcode project file.
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcQuaid committed Jul 17, 2013
1 parent a9d2787 commit 353ca2c
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions Audioscrobbler.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
archiveVersion = 1;
classes = {
};
objectVersion = 45;
objectVersion = 46;
objects = {

/* Begin PBXAggregateTarget section */
Expand Down Expand Up @@ -254,9 +254,16 @@
/* Begin PBXProject section */
29B97313FDCFA39411CA2CEA /* Project object */ = {
isa = PBXProject;
attributes = {
LastUpgradeCheck = 0460;
};
buildConfigurationList = C01FCF4E08A954540054247B /* Build configuration list for PBXProject "Audioscrobbler" */;
compatibilityVersion = "Xcode 3.1";
compatibilityVersion = "Xcode 3.2";
developmentRegion = English;
hasScannedForEncodings = 1;
knownRegions = (
en,
);
mainGroup = 29B97314FDCFA39411CA2CEA /* Audioscrobbler */;
projectDirPath = "";
projectRoot = "";
Expand Down Expand Up @@ -365,7 +372,6 @@
buildSettings = {
COPY_PHASE_STRIP = YES;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
GCC_ENABLE_FIX_AND_CONTINUE = NO;
PRODUCT_NAME = Distribution;
ZERO_LINK = NO;
};
Expand All @@ -375,45 +381,41 @@
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CODE_SIGN_IDENTITY = "";
COPY_PHASE_STRIP = NO;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"\"$(SRCROOT)\"",
);
GCC_DYNAMIC_NO_PIC = NO;
GCC_ENABLE_FIX_AND_CONTINUE = YES;
GCC_MODEL_TUNING = G5;
GCC_OPTIMIZATION_LEVEL = 0;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = pc.h;
GCC_PREPROCESSOR_DEFINITIONS = __AS_DEBUGGING__;
INFOPLIST_FILE = Info.plist;
PRODUCT_NAME = Audioscrobbler;
SDKROOT = macosx;
};
name = Debug;
};
C01FCF4C08A954540054247B /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
ARCHS = (
x86_64,
i386,
ppc,
);
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
CODE_SIGN_IDENTITY = "";
DEAD_CODE_STRIPPING = YES;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"\"$(SRCROOT)\"",
);
GCC_MODEL_TUNING = G5;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = pc.h;
GCC_THREADSAFE_STATICS = NO;
INFOPLIST_FILE = Info.plist;
PRODUCT_NAME = Audioscrobbler;
SDKROOT = macosx10.5;
SDKROOT = macosx;
};
name = Release;
};
Expand All @@ -426,10 +428,9 @@
GCC_PREPROCESSOR_DEFINITIONS = __AS_DEBUGGING__;
GCC_WARN_ABOUT_RETURN_TYPE = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
PREBINDING = NO;
PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR = NO;
RUN_CLANG_STATIC_ANALYZER = YES;
SDKROOT = macosx10.5;
SDKROOT = macosx;
};
name = Debug;
};
Expand All @@ -444,9 +445,8 @@
GCC_VERSION = "";
GCC_WARN_ABOUT_RETURN_TYPE = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
PREBINDING = YES;
PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR = NO;
SDKROOT = macosx10.5;
SDKROOT = macosx;
};
name = Release;
};
Expand Down

0 comments on commit 353ca2c

Please sign in to comment.