Skip to content

Commit

Permalink
disable sandboxing and precompile briding as it creates lots of weird…
Browse files Browse the repository at this point in the history
… failure
  • Loading branch information
roznet committed Oct 10, 2023
1 parent 04a13af commit 6111b8c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ConnectStats.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -6663,6 +6663,7 @@
CURRENT_PROJECT_VERSION = 55;
DEVELOPMENT_ASSET_PATHS = "";
DEVELOPMENT_TEAM = M7QSSF3624;
ENABLE_USER_SCRIPT_SANDBOXING = NO;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"$(SRCROOT)",
Expand Down Expand Up @@ -6696,6 +6697,7 @@
SWIFT_INCLUDE_PATHS = "";
SWIFT_OBJC_BRIDGING_HEADER = "ConnectStats/ConnectStats-Bridging-Header.h";
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_PRECOMPILE_BRIDGING_HEADER = NO;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
WRAPPER_EXTENSION = app;
Expand All @@ -6719,6 +6721,7 @@
DEVELOPMENT_ASSET_PATHS = "";
DEVELOPMENT_TEAM = M7QSSF3624;
ENABLE_TESTABILITY = NO;
ENABLE_USER_SCRIPT_SANDBOXING = NO;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"$(SRCROOT)",
Expand Down Expand Up @@ -6750,6 +6753,7 @@
SWIFT_INCLUDE_PATHS = "";
SWIFT_OBJC_BRIDGING_HEADER = "ConnectStats/ConnectStats-Bridging-Header.h";
SWIFT_OPTIMIZATION_LEVEL = "-O";
SWIFT_PRECOMPILE_BRIDGING_HEADER = NO;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
WRAPPER_EXTENSION = app;
Expand Down

0 comments on commit 6111b8c

Please sign in to comment.