Skip to content

Commit cb71a43

Browse files
committed
Disable App Extension requirement for test targets
Otherwise we get a warning every time we build them. Signed-off-by: Stephen Celis <stephen@stephencelis.com>
1 parent 2bf90d4 commit cb71a43

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

SQLite.xcodeproj/project.pbxproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -774,6 +774,7 @@
774774
isa = XCBuildConfiguration;
775775
baseConfigurationReference = DC37742E19C8CE67004FCF85 /* SQLite.xcconfig */;
776776
buildSettings = {
777+
APPLICATION_EXTENSION_API_ONLY = NO;
777778
GCC_PREPROCESSOR_DEFINITIONS = "$(inherited)";
778779
INFOPLIST_FILE = "SQLite Tests/Info.plist";
779780
PRODUCT_NAME = "$(TARGET_NAME)";
@@ -785,6 +786,7 @@
785786
isa = XCBuildConfiguration;
786787
baseConfigurationReference = DC37742E19C8CE67004FCF85 /* SQLite.xcconfig */;
787788
buildSettings = {
789+
APPLICATION_EXTENSION_API_ONLY = NO;
788790
INFOPLIST_FILE = "SQLite Tests/Info.plist";
789791
PRODUCT_NAME = "$(TARGET_NAME)";
790792
SWIFT_WHOLE_MODULE_OPTIMIZATION = NO;
@@ -878,6 +880,7 @@
878880
isa = XCBuildConfiguration;
879881
baseConfigurationReference = DC37742E19C8CE67004FCF85 /* SQLite.xcconfig */;
880882
buildSettings = {
883+
APPLICATION_EXTENSION_API_ONLY = NO;
881884
GCC_PREPROCESSOR_DEFINITIONS = "$(inherited)";
882885
INFOPLIST_FILE = "SQLite Tests/Info.plist";
883886
PRODUCT_NAME = "SQLiteCipher Tests";
@@ -889,6 +892,7 @@
889892
isa = XCBuildConfiguration;
890893
baseConfigurationReference = DC37742E19C8CE67004FCF85 /* SQLite.xcconfig */;
891894
buildSettings = {
895+
APPLICATION_EXTENSION_API_ONLY = NO;
892896
INFOPLIST_FILE = "SQLite Tests/Info.plist";
893897
PRODUCT_NAME = "SQLiteCipher Tests";
894898
SWIFT_WHOLE_MODULE_OPTIMIZATION = NO;

0 commit comments

Comments
 (0)