We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 705e813 commit ee08af5Copy full SHA for ee08af5
2 files changed
Tests/WebViewJavascriptBridge.xcodeproj/project.pbxproj
@@ -205,7 +205,7 @@
205
3D0FE4621AE2886400BB4104 /* Project object */ = {
206
isa = PBXProject;
207
attributes = {
208
- LastUpgradeCheck = 0810;
+ LastUpgradeCheck = 0820;
209
ORGANIZATIONNAME = marcuswestin;
210
TargetAttributes = {
211
3D0FE4741AE2886500BB4104 = {
@@ -369,6 +369,7 @@
369
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
370
MTL_ENABLE_DEBUG_INFO = NO;
371
SDKROOT = iphoneos;
372
+ SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
373
VALIDATE_PRODUCT = YES;
374
};
375
name = Release;
Tests/WebViewJavascriptBridge.xcodeproj/xcshareddata/xcschemes/WebViewJavascriptBridge.xcscheme
@@ -1,6 +1,6 @@
1
<?xml version="1.0" encoding="UTF-8"?>
2
<Scheme
3
- LastUpgradeVersion = "0810"
+ LastUpgradeVersion = "0820"
4
version = "1.3">
5
<BuildAction
6
parallelizeBuildables = "YES"
0 commit comments