Skip to content
This repository has been archived by the owner on Oct 1, 2024. It is now read-only.

Commit

Permalink
Disable swift 3 objc inference in test target
Browse files Browse the repository at this point in the history
  • Loading branch information
josh committed Jun 29, 2018
1 parent 79b6e5e commit f62820d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Aware.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,6 @@
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.awaremac.AwareTests;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_SWIFT3_OBJC_INFERENCE = On;
SWIFT_VERSION = 4.0;
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Aware.app/Contents/MacOS/Aware";
};
Expand All @@ -399,7 +398,6 @@
PRODUCT_BUNDLE_IDENTIFIER = com.awaremac.AwareTests;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
SWIFT_SWIFT3_OBJC_INFERENCE = On;
SWIFT_VERSION = 4.0;
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Aware.app/Contents/MacOS/Aware";
};
Expand Down

0 comments on commit f62820d

Please sign in to comment.