Skip to content

Commit

Permalink
Update Xcode settings to silence warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
joelekstrom committed May 9, 2017
1 parent 792f172 commit 792a0db
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion SPTPersistentCache.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@
isa = PBXProject;
attributes = {
CLASSPREFIX = SPTPersistentCache;
LastUpgradeCheck = 0820;
LastUpgradeCheck = 0830;
ORGANIZATIONNAME = Spotify;
TargetAttributes = {
0510FF121BA2FF7A00ED0766 = {
Expand Down Expand Up @@ -492,21 +492,27 @@
isa = XCBuildConfiguration;
baseConfigurationReference = 9C882A801C65422700D463BB /* project.xcconfig */;
buildSettings = {
CLANG_WARN_INFINITE_RECURSION = YES;
CLANG_WARN_SUSPICIOUS_MOVE = YES;
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_TESTABILITY = YES;
GCC_DYNAMIC_NO_PIC = NO;
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
HEADER_SEARCH_PATHS = (
include,
"$(inherited)",
);
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
};
name = Debug;
};
0510FF261BA2FF7A00ED0766 /* Release */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 9C882A801C65422700D463BB /* project.xcconfig */;
buildSettings = {
CLANG_WARN_INFINITE_RECURSION = YES;
CLANG_WARN_SUSPICIOUS_MOVE = YES;
ENABLE_STRICT_OBJC_MSGSEND = YES;
HEADER_SEARCH_PATHS = (
include,
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 = "0820"
LastUpgradeVersion = "0830"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand Down

0 comments on commit 792a0db

Please sign in to comment.