Skip to content

Commit

Permalink
. e Enable feature flag DisableOutwardActorInference
Browse files Browse the repository at this point in the history
jonreid committed Jun 30, 2024

Verified

This commit was signed with the committer’s verified signature.
hakonanes Håkon Wiik Ånes
1 parent 279033f commit ab96d01
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -297,6 +297,7 @@
XCTest,
"-weak-lXCTestSwiftSupport",
);
OTHER_SWIFT_FLAGS = "-enable-upcoming-feature DisableOutwardActorInference";
PRODUCT_BUNDLE_IDENTIFIER = "org.qualitycoding.${TARGET_NAME}";
PRODUCT_NAME = ViewControllerPresentationSpy;
SDKROOT = iphoneos;
@@ -349,6 +350,7 @@
XCTest,
"-weak-lXCTestSwiftSupport",
);
OTHER_SWIFT_FLAGS = "-enable-upcoming-feature DisableOutwardActorInference";
PRODUCT_BUNDLE_IDENTIFIER = "org.qualitycoding.${TARGET_NAME}";
PRODUCT_NAME = ViewControllerPresentationSpy;
SDKROOT = iphoneos;

0 comments on commit ab96d01

Please sign in to comment.