Skip to content

Commit

Permalink
Bring from code base
Browse files Browse the repository at this point in the history
  • Loading branch information
Santiago Delgado committed Mar 19, 2021
1 parent 0f97eb8 commit fd1ca1b
Show file tree
Hide file tree
Showing 357 changed files with 22,145 additions and 24,719 deletions.
Binary file modified .DS_Store
Binary file not shown.
8 changes: 6 additions & 2 deletions Backup/.gitignore → .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,14 @@ DerivedData
# Bundler
.bundle

Carthage
# Add this line if you want to avoid checking in source code from Carthage dependencies.
# Carthage/Checkouts

Carthage/Build

# We recommend against adding the Pods directory to your .gitignore. However
# you should judge for yourself, the pros and cons are mentioned at:
# http://guides.cocoapods.org/using/using-cocoapods.html#should-i-ignore-the-pods-directory-in-source-control
# https://guides.cocoapods.org/using/using-cocoapods.html#should-i-ignore-the-pods-directory-in-source-control
#
# Note: if you ignore the Pods directory, make sure to uncomment
# `pod install` in .travis.yml
Expand Down
4 changes: 2 additions & 2 deletions Backup/.travis.yml → .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# references:
# * http://www.objc.io/issue-6/travis-ci.html
# * https://www.objc.io/issues/6-build-tools/travis-ci/
# * https://github.com/supermarin/xcpretty#usage

osx_image: xcode7.3
Expand All @@ -10,5 +10,5 @@ language: objective-c
# - gem install cocoapods # Since Travis is not always on latest version
# - pod install --project-directory=Example
script:
- set -o pipefail && xcodebuild test -workspace Example/SnazzyList.xcworkspace -scheme SnazzyList-Example -sdk iphonesimulator9.3 ONLY_ACTIVE_ARCH=NO | xcpretty
- set -o pipefail && xcodebuild test -enableCodeCoverage YES -workspace Example/SnazzyList.xcworkspace -scheme SnazzyList-Example -sdk iphonesimulator9.3 ONLY_ACTIVE_ARCH=NO | xcpretty
- pod lib lint
11 changes: 0 additions & 11 deletions Backup/Example/Podfile

This file was deleted.

16 changes: 0 additions & 16 deletions Backup/Example/Podfile.lock

This file was deleted.

197 changes: 0 additions & 197 deletions Backup/Example/Pods/Guides/Best Practices.md

This file was deleted.

78 changes: 0 additions & 78 deletions Backup/Example/Pods/Guides/Getting Started.md

This file was deleted.

21 changes: 0 additions & 21 deletions Backup/Example/Pods/Guides/Installation.md

This file was deleted.

16 changes: 0 additions & 16 deletions Backup/Example/Pods/Manifest.lock

This file was deleted.

Loading

0 comments on commit fd1ca1b

Please sign in to comment.