Skip to content

Commit 0aedf45

Browse files
committed
Updating build settings
1 parent ad58b7e commit 0aedf45

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

ShareClient.xcodeproj/project.pbxproj

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@
146146
isa = PBXProject;
147147
attributes = {
148148
LastSwiftUpdateCheck = 0730;
149-
LastUpgradeCheck = 0730;
149+
LastUpgradeCheck = 0800;
150150
ORGANIZATIONNAME = "Mark Wilson";
151151
TargetAttributes = {
152152
432B0E871CDFC3C50045347B = {
@@ -236,8 +236,10 @@
236236
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
237237
CLANG_WARN_EMPTY_BODY = YES;
238238
CLANG_WARN_ENUM_CONVERSION = YES;
239+
CLANG_WARN_INFINITE_RECURSION = YES;
239240
CLANG_WARN_INT_CONVERSION = YES;
240241
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
242+
CLANG_WARN_SUSPICIOUS_MOVE = YES;
241243
CLANG_WARN_UNREACHABLE_CODE = YES;
242244
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
243245
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
@@ -285,8 +287,10 @@
285287
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
286288
CLANG_WARN_EMPTY_BODY = YES;
287289
CLANG_WARN_ENUM_CONVERSION = YES;
290+
CLANG_WARN_INFINITE_RECURSION = YES;
288291
CLANG_WARN_INT_CONVERSION = YES;
289292
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
293+
CLANG_WARN_SUSPICIOUS_MOVE = YES;
290294
CLANG_WARN_UNREACHABLE_CODE = YES;
291295
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
292296
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
@@ -317,6 +321,7 @@
317321
isa = XCBuildConfiguration;
318322
buildSettings = {
319323
CLANG_ENABLE_MODULES = YES;
324+
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
320325
DEFINES_MODULE = YES;
321326
DYLIB_COMPATIBILITY_VERSION = 1;
322327
DYLIB_CURRENT_VERSION = 1;
@@ -336,6 +341,7 @@
336341
isa = XCBuildConfiguration;
337342
buildSettings = {
338343
CLANG_ENABLE_MODULES = YES;
344+
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
339345
DEFINES_MODULE = YES;
340346
DYLIB_COMPATIBILITY_VERSION = 1;
341347
DYLIB_CURRENT_VERSION = 1;

ShareClient.xcodeproj/xcshareddata/xcschemes/ShareClient.xcscheme

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "0730"
3+
LastUpgradeVersion = "0800"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"

0 commit comments

Comments
 (0)