mirror of
https://github.com/Clipy/Clipy.git
synced 2026-04-25 17:15:58 +03:00
[PR #106] [MERGED] Pods directory under git management #436
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Clipy#436
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/106
Author: @Econa77
Created: 10/12/2016
Status: ✅ Merged
Merged: 10/12/2016
Merged by: @Econa77
Base:
master← Head:feature/include-pods📝 Commits (1)
fc733fdPods directory under git management📊 Changes
886 files changed (+121632 additions, -13 deletions)
View changed files
📝
.gitignore(+1 -1)➕
Pods/AEXML/LICENSE(+19 -0)➕
Pods/AEXML/README.md(+200 -0)➕
Pods/AEXML/Sources/AEXML.swift(+492 -0)➕
Pods/Crashlytics/Crashlytics.framework/README(+1 -0)➕
Pods/Crashlytics/Crashlytics.framework/submit(+6 -0)➕
Pods/Crashlytics/OSX/Crashlytics.framework/Crashlytics(+1 -0)➕
Pods/Crashlytics/OSX/Crashlytics.framework/Headers(+1 -0)➕
Pods/Crashlytics/OSX/Crashlytics.framework/Modules(+1 -0)➕
Pods/Crashlytics/OSX/Crashlytics.framework/Resources(+1 -0)➕
Pods/Crashlytics/OSX/Crashlytics.framework/Versions/A/Crashlytics(+0 -0)➕
Pods/Crashlytics/OSX/Crashlytics.framework/Versions/A/Headers/ANSCompatibility.h(+31 -0)➕
Pods/Crashlytics/OSX/Crashlytics.framework/Versions/A/Headers/Answers.h(+210 -0)➕
Pods/Crashlytics/OSX/Crashlytics.framework/Versions/A/Headers/CLSAttributes.h(+33 -0)➕
Pods/Crashlytics/OSX/Crashlytics.framework/Versions/A/Headers/CLSLogging.h(+64 -0)➕
Pods/Crashlytics/OSX/Crashlytics.framework/Versions/A/Headers/CLSReport.h(+103 -0)➕
Pods/Crashlytics/OSX/Crashlytics.framework/Versions/A/Headers/CLSStackFrame.h(+38 -0)➕
Pods/Crashlytics/OSX/Crashlytics.framework/Versions/A/Headers/Crashlytics.h(+266 -0)➕
Pods/Crashlytics/OSX/Crashlytics.framework/Versions/A/Modules/module.modulemap(+14 -0)➕
Pods/Crashlytics/OSX/Crashlytics.framework/Versions/A/Resources/Info.plist(+53 -0)...and 80 more files
📄 Description
https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.