[PR #440] [MERGED] Ignore Pods directory from git control #540

Closed
opened 2026-03-03 01:12:56 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Clipy/Clipy/pull/440
Author: @Econa77
Created: 12/30/2020
Status: Merged
Merged: 4/10/2021
Merged by: @Econa77

Base: developHead: feature/ignore-pods


📝 Commits (9)

📊 Changes

1422 files changed (+152 additions, -208897 deletions)

View changed files

.github/git_message_en.xml (+0 -60)
.github/git_message_ja.xml (+0 -60)
📝 .github/workflows/CI.yml (+13 -3)
📝 .github/workflows/Danger.yml (+14 -4)
📝 .gitignore (+122 -17)
Pods/AEXML/LICENSE (+0 -19)
Pods/AEXML/README.md (+0 -194)
Pods/AEXML/Sources/AEXML/Document.swift (+0 -110)
Pods/AEXML/Sources/AEXML/Element.swift (+0 -351)
Pods/AEXML/Sources/AEXML/Error.swift (+0 -22)
Pods/AEXML/Sources/AEXML/Options.swift (+0 -57)
Pods/AEXML/Sources/AEXML/Parser.swift (+0 -91)
Pods/BartyCrouch/LICENSE.md (+0 -21)
Pods/BartyCrouch/bartycrouch (+0 -0)
Pods/BartyCrouch/file.zip (+0 -0)
Pods/KeyHolder/LICENSE (+0 -21)
Pods/KeyHolder/Lib/KeyHolder/ClearButton.swift (+0 -87)
Pods/KeyHolder/Lib/KeyHolder/Extensions/NSColorExtension.swift (+0 -28)
Pods/KeyHolder/Lib/KeyHolder/RecordView.swift (+0 -346)
Pods/KeyHolder/README.md (+0 -63)

...and 80 more files

📄 Description

When install Realm v10.x.x, the size of the .xcframework exceeds 100MB. Therefore, exclude the Pods directory from git control.

In the future, will migrate everything to SwiftPackageManager.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Clipy/Clipy/pull/440 **Author:** [@Econa77](https://github.com/Econa77) **Created:** 12/30/2020 **Status:** ✅ Merged **Merged:** 4/10/2021 **Merged by:** [@Econa77](https://github.com/Econa77) **Base:** `develop` ← **Head:** `feature/ignore-pods` --- ### 📝 Commits (9) - [`2fb3604`](https://github.com/Clipy/Clipy/commit/2fb360469c5b8d864502b449442ed4e6dbb561d7) Update .gitignore with gibo - [`eb0939d`](https://github.com/Clipy/Clipy/commit/eb0939d942a3f4d385302b40c4fb99ff510970d8) Ignore Pods directory from source control - [`e6ece96`](https://github.com/Clipy/Clipy/commit/e6ece96f0c6edb00688219a090f2b36ab224eba0) Update README.md - [`1f050f8`](https://github.com/Clipy/Clipy/commit/1f050f80474070a1644bc8369035eb62a3aaf3e9) Update workflows - [`068547d`](https://github.com/Clipy/Clipy/commit/068547d2d2bdd63bb318b79ab70b8513b3b2e611) Update Danger.yml - [`fc74598`](https://github.com/Clipy/Clipy/commit/fc74598a1b086bb4b25a7e241e7ae6fb936cf601) Add sudo option to pod install - [`26dd33b`](https://github.com/Clipy/Clipy/commit/26dd33b2973eaec4ffe432164703c511e0afc503) Set CP_HOME_DIR environment - [`80ff1fe`](https://github.com/Clipy/Clipy/commit/80ff1fe26b01a9637bc345e483aa2036f4969e5d) Add verbose option - [`a0de6d8`](https://github.com/Clipy/Clipy/commit/a0de6d83df0923f07a8dc8cb824ca891c316665d) Fix DEVELOPER_DIR ### 📊 Changes **1422 files changed** (+152 additions, -208897 deletions) <details> <summary>View changed files</summary> ➖ `.github/git_message_en.xml` (+0 -60) ➖ `.github/git_message_ja.xml` (+0 -60) 📝 `.github/workflows/CI.yml` (+13 -3) 📝 `.github/workflows/Danger.yml` (+14 -4) 📝 `.gitignore` (+122 -17) ➖ `Pods/AEXML/LICENSE` (+0 -19) ➖ `Pods/AEXML/README.md` (+0 -194) ➖ `Pods/AEXML/Sources/AEXML/Document.swift` (+0 -110) ➖ `Pods/AEXML/Sources/AEXML/Element.swift` (+0 -351) ➖ `Pods/AEXML/Sources/AEXML/Error.swift` (+0 -22) ➖ `Pods/AEXML/Sources/AEXML/Options.swift` (+0 -57) ➖ `Pods/AEXML/Sources/AEXML/Parser.swift` (+0 -91) ➖ `Pods/BartyCrouch/LICENSE.md` (+0 -21) ➖ `Pods/BartyCrouch/bartycrouch` (+0 -0) ➖ `Pods/BartyCrouch/file.zip` (+0 -0) ➖ `Pods/KeyHolder/LICENSE` (+0 -21) ➖ `Pods/KeyHolder/Lib/KeyHolder/ClearButton.swift` (+0 -87) ➖ `Pods/KeyHolder/Lib/KeyHolder/Extensions/NSColorExtension.swift` (+0 -28) ➖ `Pods/KeyHolder/Lib/KeyHolder/RecordView.swift` (+0 -346) ➖ `Pods/KeyHolder/README.md` (+0 -63) _...and 80 more files_ </details> ### 📄 Description When install Realm v10.x.x, the size of the .xcframework exceeds 100MB. Therefore, exclude the `Pods` directory from git control. In the future, will migrate everything to SwiftPackageManager. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 01:12:56 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Clipy#540
No description provided.