Skip to content

Commit ea52970

Browse files
committed
Applying Xcode suggestions on the project settings
1 parent 5f17c4d commit ea52970

File tree

4 files changed

+31
-30
lines changed

4 files changed

+31
-30
lines changed

m7z.xcodeproj/project.pbxproj

+28-6
Original file line numberDiff line numberDiff line change
@@ -4344,7 +4344,7 @@
43444344
buildPhases = (
43454345
);
43464346
buildToolPath = /usr/bin/make;
4347-
buildWorkingDirectory = /Users/mpl/Documents/m7z/lib7z/unittest;
4347+
buildWorkingDirectory = lib7z/unittest;
43484348
dependencies = (
43494349
);
43504350
name = lib7z_unittest;
@@ -4441,7 +4441,7 @@
44414441
6BA394251CA051AD001FD2C5 /* Project object */ = {
44424442
isa = PBXProject;
44434443
attributes = {
4444-
LastUpgradeCheck = 0830;
4444+
LastUpgradeCheck = 1240;
44454445
ORGANIZATIONNAME = mlabenski;
44464446
TargetAttributes = {
44474447
6BA3942D1CA051AE001FD2C5 = {
@@ -4466,11 +4466,11 @@
44664466
};
44674467
buildConfigurationList = 6BA394281CA051AD001FD2C5 /* Build configuration list for PBXProject "m7z" */;
44684468
compatibilityVersion = "Xcode 3.2";
4469-
developmentRegion = English;
4469+
developmentRegion = en;
44704470
hasScannedForEncodings = 0;
44714471
knownRegions = (
4472-
English,
44734472
en,
4473+
Base,
44744474
);
44754475
mainGroup = 6BA394241CA051AD001FD2C5;
44764476
productRefGroup = 6BA3942F1CA051AE001FD2C5 /* Products */;
@@ -5006,18 +5006,28 @@
50065006
isa = XCBuildConfiguration;
50075007
buildSettings = {
50085008
ALWAYS_SEARCH_USER_PATHS = NO;
5009+
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
50095010
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
50105011
CLANG_CXX_LIBRARY = "libc++";
50115012
CLANG_ENABLE_MODULES = YES;
50125013
CLANG_ENABLE_OBJC_ARC = YES;
5014+
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
50135015
CLANG_WARN_BOOL_CONVERSION = YES;
5016+
CLANG_WARN_COMMA = YES;
50145017
CLANG_WARN_CONSTANT_CONVERSION = YES;
5018+
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
50155019
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
50165020
CLANG_WARN_EMPTY_BODY = YES;
50175021
CLANG_WARN_ENUM_CONVERSION = YES;
50185022
CLANG_WARN_INFINITE_RECURSION = YES;
50195023
CLANG_WARN_INT_CONVERSION = YES;
5024+
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
5025+
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
5026+
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
50205027
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
5028+
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
5029+
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
5030+
CLANG_WARN_STRICT_PROTOTYPES = YES;
50215031
CLANG_WARN_SUSPICIOUS_MOVE = YES;
50225032
CLANG_WARN_UNREACHABLE_CODE = YES;
50235033
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
@@ -5041,7 +5051,7 @@
50415051
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
50425052
GCC_WARN_UNUSED_FUNCTION = YES;
50435053
GCC_WARN_UNUSED_VARIABLE = YES;
5044-
MACOSX_DEPLOYMENT_TARGET = 10.7;
5054+
MACOSX_DEPLOYMENT_TARGET = 10.9;
50455055
MTL_ENABLE_DEBUG_INFO = YES;
50465056
ONLY_ACTIVE_ARCH = YES;
50475057
SDKROOT = macosx;
@@ -5054,18 +5064,28 @@
50545064
isa = XCBuildConfiguration;
50555065
buildSettings = {
50565066
ALWAYS_SEARCH_USER_PATHS = NO;
5067+
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
50575068
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
50585069
CLANG_CXX_LIBRARY = "libc++";
50595070
CLANG_ENABLE_MODULES = YES;
50605071
CLANG_ENABLE_OBJC_ARC = YES;
5072+
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
50615073
CLANG_WARN_BOOL_CONVERSION = YES;
5074+
CLANG_WARN_COMMA = YES;
50625075
CLANG_WARN_CONSTANT_CONVERSION = YES;
5076+
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
50635077
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
50645078
CLANG_WARN_EMPTY_BODY = YES;
50655079
CLANG_WARN_ENUM_CONVERSION = YES;
50665080
CLANG_WARN_INFINITE_RECURSION = YES;
50675081
CLANG_WARN_INT_CONVERSION = YES;
5082+
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
5083+
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
5084+
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
50685085
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
5086+
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
5087+
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
5088+
CLANG_WARN_STRICT_PROTOTYPES = YES;
50695089
CLANG_WARN_SUSPICIOUS_MOVE = YES;
50705090
CLANG_WARN_UNREACHABLE_CODE = YES;
50715091
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
@@ -5083,7 +5103,7 @@
50835103
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
50845104
GCC_WARN_UNUSED_FUNCTION = YES;
50855105
GCC_WARN_UNUSED_VARIABLE = YES;
5086-
MACOSX_DEPLOYMENT_TARGET = 10.7;
5106+
MACOSX_DEPLOYMENT_TARGET = 10.9;
50875107
MTL_ENABLE_DEBUG_INFO = NO;
50885108
SDKROOT = macosx;
50895109
VERSIONING_SYSTEM = "apple-generic";
@@ -5220,6 +5240,7 @@
52205240
isa = XCBuildConfiguration;
52215241
buildSettings = {
52225242
CLANG_ANALYZER_NONNULL = YES;
5243+
CODE_SIGN_IDENTITY = "-";
52235244
PRODUCT_NAME = "$(TARGET_NAME)";
52245245
};
52255246
name = Debug;
@@ -5228,6 +5249,7 @@
52285249
isa = XCBuildConfiguration;
52295250
buildSettings = {
52305251
CLANG_ANALYZER_NONNULL = YES;
5252+
CODE_SIGN_IDENTITY = "-";
52315253
PRODUCT_NAME = "$(TARGET_NAME)";
52325254
};
52335255
name = Release;

m7z.xcodeproj/xcuserdata/mpl.xcuserdatad/xcschemes/lib7z.xcscheme

+1-14
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "0830"
3+
LastUpgradeVersion = "1240"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"
@@ -29,17 +29,6 @@
2929
shouldUseLaunchSchemeArgsEnv = "YES">
3030
<Testables>
3131
</Testables>
32-
<MacroExpansion>
33-
<BuildableReference
34-
BuildableIdentifier = "primary"
35-
BlueprintIdentifier = "C12DA2041D7DF61E003C8A2B"
36-
BuildableName = "p7zip_dummy"
37-
BlueprintName = "p7zip_dummy"
38-
ReferencedContainer = "container:m7z.xcodeproj">
39-
</BuildableReference>
40-
</MacroExpansion>
41-
<AdditionalOptions>
42-
</AdditionalOptions>
4332
</TestAction>
4433
<LaunchAction
4534
buildConfiguration = "Debug"
@@ -64,8 +53,6 @@
6453
ReferencedContainer = "container:m7z.xcodeproj">
6554
</BuildableReference>
6655
</MacroExpansion>
67-
<AdditionalOptions>
68-
</AdditionalOptions>
6956
</LaunchAction>
7057
<ProfileAction
7158
buildConfiguration = "Release"

m7z.xcodeproj/xcuserdata/mpl.xcuserdatad/xcschemes/m7z.xcscheme

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "0830"
3+
LastUpgradeVersion = "1240"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"

m7z.xcodeproj/xcuserdata/mpl.xcuserdatad/xcschemes/m7zTests.xcscheme

+1-9
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "0830"
3+
LastUpgradeVersion = "1240"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"
@@ -23,8 +23,6 @@
2323
</BuildableReference>
2424
</TestableReference>
2525
</Testables>
26-
<AdditionalOptions>
27-
</AdditionalOptions>
2826
</TestAction>
2927
<LaunchAction
3028
buildConfiguration = "Debug"
@@ -36,12 +34,6 @@
3634
debugDocumentVersioning = "YES"
3735
debugServiceExtension = "internal"
3836
allowLocationSimulation = "YES">
39-
<PathRunnable
40-
runnableDebuggingMode = "0"
41-
FilePath = "/&lt;placeholder&gt;">
42-
</PathRunnable>
43-
<AdditionalOptions>
44-
</AdditionalOptions>
4537
</LaunchAction>
4638
<ProfileAction
4739
buildConfiguration = "Release"

0 commit comments

Comments
 (0)