mirror of
https://github.com/Clipy/Clipy.git
synced 2026-04-25 17:15:58 +03:00
[PR #440] [MERGED] Ignore Pods directory from git control #540
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Clipy#540
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
develop← Head:feature/ignore-pods📝 Commits (9)
2fb3604Update .gitignore with giboeb0939dIgnore Pods directory from source controle6ece96Update README.md1f050f8Update workflows068547dUpdate Danger.ymlfc74598Add sudo option to pod install26dd33bSet CP_HOME_DIR environment80ff1feAdd verbose optiona0de6d8Fix DEVELOPER_DIR📊 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
Podsdirectory 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.