Skip to content

Commit

Permalink
[Chore] #181 - Add Test Target for DataModuleTests
Browse files Browse the repository at this point in the history
  • Loading branch information
clxxrlove committed Dec 5, 2024
1 parent adf7171 commit f55d444
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Heim/DataModule/DataModule.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@
};
B307B46B2CD9B50B001C5040 = {
CreatedOnToolsVersion = 16.0;
LastSwiftMigration = 1600;
};
};
};
Expand Down Expand Up @@ -496,6 +497,7 @@
B307B47B2CD9B50B001C5040 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_TEAM = B3PWYBKFUK;
Expand All @@ -505,6 +507,7 @@
PRODUCT_BUNDLE_IDENTIFIER = kr.codesquad.boostcamp9.Heim.DataModuleTests;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_EMIT_LOC_STRINGS = NO;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
};
Expand All @@ -513,6 +516,7 @@
B307B47C2CD9B50B001C5040 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_TEAM = B3PWYBKFUK;
Expand Down

0 comments on commit f55d444

Please sign in to comment.