Skip to content

Commit c03c1cc

Browse files
committed
Add git ignore to filter the Podfile.lock
1 parent 81f72b8 commit c03c1cc

File tree

4 files changed

+1
-41
lines changed

4 files changed

+1
-41
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ Carthage/Build
3434
# `pod install` in .travis.yml
3535
#
3636
Pods/
37+
Podfile.lock
3738

3839
# SwiftPM
3940
.swiftpm

Example/Podfile.lock

Lines changed: 0 additions & 25 deletions
This file was deleted.

Example/SDWebImagePDFCoder.xcodeproj/project.pbxproj

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -386,16 +386,12 @@
386386
buildActionMask = 2147483647;
387387
files = (
388388
);
389-
inputFileListPaths = (
390-
);
391389
inputPaths = (
392390
"${PODS_ROOT}/Target Support Files/Pods-SDWebImagePDFCoder_Example macOS/Pods-SDWebImagePDFCoder_Example macOS-frameworks.sh",
393391
"${BUILT_PRODUCTS_DIR}/SDWebImage-macOS/SDWebImage.framework",
394392
"${BUILT_PRODUCTS_DIR}/SDWebImagePDFCoder-macOS/SDWebImagePDFCoder.framework",
395393
);
396394
name = "[CP] Embed Pods Frameworks";
397-
outputFileListPaths = (
398-
);
399395
outputPaths = (
400396
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SDWebImage.framework",
401397
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SDWebImagePDFCoder.framework",
@@ -410,16 +406,12 @@
410406
buildActionMask = 2147483647;
411407
files = (
412408
);
413-
inputFileListPaths = (
414-
);
415409
inputPaths = (
416410
"${PODS_ROOT}/Target Support Files/Pods-SDWebImagePDFCoder_Example/Pods-SDWebImagePDFCoder_Example-frameworks.sh",
417411
"${BUILT_PRODUCTS_DIR}/SDWebImage-iOS/SDWebImage.framework",
418412
"${BUILT_PRODUCTS_DIR}/SDWebImagePDFCoder-iOS/SDWebImagePDFCoder.framework",
419413
);
420414
name = "[CP] Embed Pods Frameworks";
421-
outputFileListPaths = (
422-
);
423415
outputPaths = (
424416
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SDWebImage.framework",
425417
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SDWebImagePDFCoder.framework",

Example/SDWebImagePDFCoder.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)