From ad0cb4c28d5c4768ab8d85f144db06d061ca30b5 Mon Sep 17 00:00:00 2001 From: Marcos Griselli Date: Sat, 13 Jan 2018 23:45:22 -0300 Subject: [PATCH] Readme TODO list update, gitignore --- .gitignore | 29 +++++++++++++++++------------ README.md | 2 +- 2 files changed, 18 insertions(+), 13 deletions(-) diff --git a/.gitignore b/.gitignore index b560494..677b615 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,6 @@ # OS X .DS_Store -#remov - # Xcode build/ *.pbxuser @@ -24,15 +22,22 @@ DerivedData # Bundler .bundle -Carthage -# 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 -# -# Note: if you ignore the Pods directory, make sure to uncomment -# `pod install` in .travis.yml +# Carthage +# +# Add this line if you want to avoid checking in source code from Carthage dependencies. +# Carthage/Checkouts # -# Pods/ +Carthage/Build + +# fastlane +# +# It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the +# screenshots whenever they are needed. +# For more information about the recommended setup visit: +# https://github.com/fastlane/fastlane/blob/master/fastlane/docs/Gitignore.md -# Scripts -push.sh +fastlane/report.xml +fastlane/Preview.html +fastlane/screenshots +fastlane/test_output +fastlane/README.md diff --git a/README.md b/README.md index 913a274..011f1b8 100644 --- a/README.md +++ b/README.md @@ -114,7 +114,7 @@ public protocol Animation { - [x] Create protocol for the animations. - [x] Support combining animations. -- [ ] Add Carthage support. +- [x] Add Carthage support. - [ ] Add SPM support. - [ ] Add more use cases to the example app. - [ ] Add autohide functionality.