Skip to content

Commit

Permalink
feat: move to swift package test with XCTest
Browse files Browse the repository at this point in the history
- remove Quick, Nimble dependency
  • Loading branch information
OhKanghoon committed Oct 3, 2023
1 parent b35b15b commit 58c52bb
Show file tree
Hide file tree
Showing 17 changed files with 735 additions and 814 deletions.
4 changes: 0 additions & 4 deletions FlexLayout.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -470,14 +470,10 @@
inputPaths = (
"${PODS_ROOT}/Target Support Files/Pods-FlexLayoutTests/Pods-FlexLayoutTests-frameworks.sh",
"${BUILT_PRODUCTS_DIR}/FlexLayout/FlexLayout.framework",
"${BUILT_PRODUCTS_DIR}/Nimble/Nimble.framework",
"${BUILT_PRODUCTS_DIR}/Quick/Quick.framework",
);
name = "[CP] Embed Pods Frameworks";
outputPaths = (
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/FlexLayout.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Nimble.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Quick.framework",
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
Expand Down
82 changes: 0 additions & 82 deletions FlexLayoutTests/AbsolutionPositionContentSpec.swift

This file was deleted.

140 changes: 0 additions & 140 deletions FlexLayoutTests/JustifyContentSpec.swift

This file was deleted.

132 changes: 0 additions & 132 deletions FlexLayoutTests/MarginSpec.swift

This file was deleted.

Loading

0 comments on commit 58c52bb

Please sign in to comment.