Skip to content
This repository was archived by the owner on Dec 13, 2017. It is now read-only.

Commit 0854040

Browse files
Merge pull request #875 from wordpress-mobile/try/remove-pods-folder
Removes the Pods folder from the repository.
2 parents de4c16b + 1cc5f64 commit 0854040

127 files changed

Lines changed: 3 additions & 17784 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ DerivedData
2323
# you should judge for yourself, the pros and cons are mentioned at:
2424
# http://guides.cocoapods.org/using/using-cocoapods.html#should-i-ignore-the-pods-directory-in-source-control?
2525
#
26-
# Pods/
26+
Pods/

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,7 @@ language: objective-c
33
notifications:
44
email: true
55
sudo: false
6+
before_script:
7+
- cd Example && pod repo update && pod install && cd -
68
script:
79
- set -o pipefail && xcodebuild -workspace Example/EditorDemo.xcworkspace -scheme EditorDemo -sdk iphonesimulator | xcpretty

Example/Pods/CocoaLumberjack/Classes/CocoaLumberjack.h

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

Example/Pods/CocoaLumberjack/Classes/CocoaLumberjack.swift

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

Example/Pods/CocoaLumberjack/Classes/DDASLLogCapture.h

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

0 commit comments

Comments
 (0)