Skip to content

Commit da649d0

Browse files
committed
chore: apply recommended settings
1 parent ad71355 commit da649d0

10 files changed

Lines changed: 19 additions & 10 deletions

WebDriverAgent.xcodeproj/project.pbxproj

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2982,8 +2982,9 @@
29822982
91F9DAE11B99DBC2001349B2 /* Project object */ = {
29832983
isa = PBXProject;
29842984
attributes = {
2985+
BuildIndependentTargetsInParallel = YES;
29852986
LastSwiftUpdateCheck = 1020;
2986-
LastUpgradeCheck = 1310;
2987+
LastUpgradeCheck = 2600;
29872988
ORGANIZATIONNAME = Facebook;
29882989
TargetAttributes = {
29892990
641EE2D92240BBE300173FCB = {
@@ -3702,6 +3703,7 @@
37023703
baseConfigurationReference = 717C0D702518ED2800CAA6EC /* TVOSSettings.xcconfig */;
37033704
buildSettings = {
37043705
CLANG_STATIC_ANALYZER_MODE = deep;
3706+
CODE_SIGN_IDENTITY = "";
37053707
CURRENT_PROJECT_VERSION = 1;
37063708
DEBUG_INFORMATION_FORMAT = dwarf;
37073709
DEFINES_MODULE = NO;
@@ -3769,6 +3771,7 @@
37693771
baseConfigurationReference = 717C0D702518ED2800CAA6EC /* TVOSSettings.xcconfig */;
37703772
buildSettings = {
37713773
CLANG_STATIC_ANALYZER_MODE = deep;
3774+
CODE_SIGN_IDENTITY = "";
37723775
CURRENT_PROJECT_VERSION = 1;
37733776
DEFINES_MODULE = NO;
37743777
DYLIB_COMPATIBILITY_VERSION = 1;
@@ -3928,6 +3931,7 @@
39283931
ENABLE_BITCODE = NO;
39293932
ENABLE_STRICT_OBJC_MSGSEND = YES;
39303933
ENABLE_TESTABILITY = YES;
3934+
ENABLE_USER_SCRIPT_SANDBOXING = YES;
39313935
GCC_C_LANGUAGE_STANDARD = gnu99;
39323936
GCC_DYNAMIC_NO_PIC = NO;
39333937
GCC_NO_COMMON_BLOCKS = YES;
@@ -3952,6 +3956,7 @@
39523956
MTL_ENABLE_DEBUG_INFO = YES;
39533957
ONLY_ACTIVE_ARCH = YES;
39543958
SDKROOT = iphoneos;
3959+
STRING_CATALOG_GENERATE_SYMBOLS = YES;
39553960
TARGETED_DEVICE_FAMILY = "1,2";
39563961
TVOS_DEPLOYMENT_TARGET = 13.0;
39573962
VALIDATE_WORKSPACE = NO;
@@ -3995,6 +4000,7 @@
39954000
ENABLE_BITCODE = NO;
39964001
ENABLE_NS_ASSERTIONS = NO;
39974002
ENABLE_STRICT_OBJC_MSGSEND = YES;
4003+
ENABLE_USER_SCRIPT_SANDBOXING = YES;
39984004
GCC_C_LANGUAGE_STANDARD = gnu99;
39994005
GCC_NO_COMMON_BLOCKS = YES;
40004006
GCC_PREPROCESSOR_DEFINITIONS = "DEBUG=0";
@@ -4012,6 +4018,7 @@
40124018
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
40134019
MTL_ENABLE_DEBUG_INFO = NO;
40144020
SDKROOT = iphoneos;
4021+
STRING_CATALOG_GENERATE_SYMBOLS = YES;
40154022
TARGETED_DEVICE_FAMILY = "1,2";
40164023
TVOS_DEPLOYMENT_TARGET = 13.0;
40174024
VALIDATE_PRODUCT = YES;
@@ -4024,6 +4031,7 @@
40244031
baseConfigurationReference = EEE5CABF1C80361500CBBDD9 /* IOSSettings.xcconfig */;
40254032
buildSettings = {
40264033
CLANG_STATIC_ANALYZER_MODE = deep;
4034+
CODE_SIGN_IDENTITY = "";
40274035
CURRENT_PROJECT_VERSION = 1;
40284036
DEBUG_INFORMATION_FORMAT = dwarf;
40294037
DEFINES_MODULE = NO;
@@ -4089,6 +4097,7 @@
40894097
baseConfigurationReference = EEE5CABF1C80361500CBBDD9 /* IOSSettings.xcconfig */;
40904098
buildSettings = {
40914099
CLANG_STATIC_ANALYZER_MODE = deep;
4100+
CODE_SIGN_IDENTITY = "";
40924101
CURRENT_PROJECT_VERSION = 1;
40934102
DEFINES_MODULE = NO;
40944103
DYLIB_COMPATIBILITY_VERSION = 1;

WebDriverAgent.xcodeproj/xcshareddata/xcschemes/IntegrationApp.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 = "1310"
3+
LastUpgradeVersion = "2600"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"

WebDriverAgent.xcodeproj/xcshareddata/xcschemes/IntegrationTests_1.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 = "1310"
3+
LastUpgradeVersion = "2600"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"

WebDriverAgent.xcodeproj/xcshareddata/xcschemes/IntegrationTests_2.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 = "1310"
3+
LastUpgradeVersion = "2600"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"

WebDriverAgent.xcodeproj/xcshareddata/xcschemes/IntegrationTests_3.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 = "1310"
3+
LastUpgradeVersion = "2600"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"

WebDriverAgent.xcodeproj/xcshareddata/xcschemes/WebDriverAgentLib.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 = "1310"
3+
LastUpgradeVersion = "2600"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"

WebDriverAgent.xcodeproj/xcshareddata/xcschemes/WebDriverAgentLib_tvOS.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 = "1310"
3+
LastUpgradeVersion = "2600"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"

WebDriverAgent.xcodeproj/xcshareddata/xcschemes/WebDriverAgentRunner-nodebug.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 = "1310"
3+
LastUpgradeVersion = "2600"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"

WebDriverAgent.xcodeproj/xcshareddata/xcschemes/WebDriverAgentRunner.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 = "1310"
3+
LastUpgradeVersion = "2600"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"

WebDriverAgent.xcodeproj/xcshareddata/xcschemes/WebDriverAgentRunner_tvOS.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 = "1310"
3+
LastUpgradeVersion = "2600"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"

0 commit comments

Comments
 (0)