Skip to content

Commit ee08af5

Browse files
committed
Update to latest recommended xcode settings
1 parent 705e813 commit ee08af5

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Tests/WebViewJavascriptBridge.xcodeproj/project.pbxproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@
205205
3D0FE4621AE2886400BB4104 /* Project object */ = {
206206
isa = PBXProject;
207207
attributes = {
208-
LastUpgradeCheck = 0810;
208+
LastUpgradeCheck = 0820;
209209
ORGANIZATIONNAME = marcuswestin;
210210
TargetAttributes = {
211211
3D0FE4741AE2886500BB4104 = {
@@ -369,6 +369,7 @@
369369
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
370370
MTL_ENABLE_DEBUG_INFO = NO;
371371
SDKROOT = iphoneos;
372+
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
372373
VALIDATE_PRODUCT = YES;
373374
};
374375
name = Release;

Tests/WebViewJavascriptBridge.xcodeproj/xcshareddata/xcschemes/WebViewJavascriptBridge.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 = "0810"
3+
LastUpgradeVersion = "0820"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"

0 commit comments

Comments
 (0)