Skip to content

Commit

Permalink
Fix warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
raulriera committed Oct 4, 2017
1 parent c4a6db3 commit e4823d8
Showing 1 changed file with 14 additions and 5 deletions.
19 changes: 14 additions & 5 deletions Cacher.xcodeproj/project.pbxproj
Expand Up @@ -21,6 +21,13 @@
/* End PBXBuildFile section */

/* Begin PBXContainerItemProxy section */
4C11C6C61F8537A500EE0E35 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 4CE882311F116D8400A2F3D8 /* Project object */;
proxyType = 1;
remoteGlobalIDString = 4CE882391F116D8400A2F3D8;
remoteInfo = Cacher;
};
4CE882451F116D8400A2F3D8 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 4CE882311F116D8400A2F3D8 /* Project object */;
Expand Down Expand Up @@ -312,7 +319,7 @@
4CCF5E5D1F5DEF7300CDC01C /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
target = 4CE882391F116D8400A2F3D8 /* Cacher */;
targetProxy = 4CCF5E5C1F5DEF7300CDC01C /* PBXContainerItemProxy */;
targetProxy = 4C11C6C61F8537A500EE0E35 /* PBXContainerItemProxy */;
};
4CE882461F116D8400A2F3D8 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
Expand Down Expand Up @@ -391,6 +398,8 @@
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INFINITE_RECURSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
CLANG_WARN_STRICT_PROTOTYPES = YES;
Expand Down Expand Up @@ -449,6 +458,8 @@
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INFINITE_RECURSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
CLANG_WARN_STRICT_PROTOTYPES = YES;
Expand Down Expand Up @@ -486,7 +497,7 @@
APPLICATION_EXTENSION_API_ONLY = YES;
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_IDENTITY = "";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
CODE_SIGN_STYLE = Manual;
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = "";
Expand All @@ -506,7 +517,6 @@
SWIFT_VERSION = 4.0;
TARGETED_DEVICE_FAMILY = "1,2,3,4";
TVOS_DEPLOYMENT_TARGET = 10.0;
VALID_ARCHS = "x86_64 i386";
VALID_ARCHS = "x86_64 i386 arm64";
WATCHOS_DEPLOYMENT_TARGET = 3.0;
};
Expand All @@ -518,7 +528,7 @@
APPLICATION_EXTENSION_API_ONLY = YES;
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_IDENTITY = "";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
CODE_SIGN_STYLE = Manual;
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = "";
Expand All @@ -537,7 +547,6 @@
SWIFT_VERSION = 4.0;
TARGETED_DEVICE_FAMILY = "1,2,3,4";
TVOS_DEPLOYMENT_TARGET = 10.0;
VALID_ARCHS = "x86_64 i386";
VALID_ARCHS = "x86_64 i386 arm64";
WATCHOS_DEPLOYMENT_TARGET = 3.0;
};
Expand Down

0 comments on commit e4823d8

Please sign in to comment.