From 4f043859d8437f784508423298adafd34464da42 Mon Sep 17 00:00:00 2001 From: Felix Krause Date: Sat, 17 Oct 2015 13:30:55 -0700 Subject: [PATCH 1/4] Fixed whitespace --- Objective-C.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Objective-C.gitignore b/Objective-C.gitignore index 05096f66..033ccce2 100644 --- a/Objective-C.gitignore +++ b/Objective-C.gitignore @@ -33,7 +33,7 @@ xcuserdata # you should judge for yourself, the pros and cons are mentioned at: # http://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control # -#Pods/ +# Pods/ # Carthage # From 807a0171926f4630f18d3ae28d6333623dd43cf9 Mon Sep 17 00:00:00 2001 From: Felix Krause Date: Sat, 17 Oct 2015 13:31:07 -0700 Subject: [PATCH 2/4] Fixed Cocoapods link --- Swift.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Swift.gitignore b/Swift.gitignore index d571cb2c..fba17246 100644 --- a/Swift.gitignore +++ b/Swift.gitignore @@ -31,7 +31,7 @@ xcuserdata # # 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-check-the-pods-directory-into-source-control # # Pods/ From efea7418600b3898702bb9e2ac5987efe17bbff5 Mon Sep 17 00:00:00 2001 From: Felix Krause Date: Sat, 17 Oct 2015 13:31:15 -0700 Subject: [PATCH 3/4] Switched to https --- Objective-C.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Objective-C.gitignore b/Objective-C.gitignore index 033ccce2..fba17246 100644 --- a/Objective-C.gitignore +++ b/Objective-C.gitignore @@ -31,7 +31,7 @@ xcuserdata # # 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-check-the-pods-directory-into-source-control +# https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control # # Pods/ From 68ffe8de3278d46cc091d78c9a20620069bd8d7a Mon Sep 17 00:00:00 2001 From: Felix Krause Date: Sat, 17 Oct 2015 13:33:41 -0700 Subject: [PATCH 4/4] Added fastlane to iOS projects --- Objective-C.gitignore | 8 ++++++++ Swift.gitignore | 8 ++++++++ 2 files changed, 16 insertions(+) diff --git a/Objective-C.gitignore b/Objective-C.gitignore index fba17246..b15babe7 100644 --- a/Objective-C.gitignore +++ b/Objective-C.gitignore @@ -41,3 +41,11 @@ xcuserdata # Carthage/Checkouts 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. + +fastlane/report.xml +fastlane/screenshots diff --git a/Swift.gitignore b/Swift.gitignore index fba17246..b15babe7 100644 --- a/Swift.gitignore +++ b/Swift.gitignore @@ -41,3 +41,11 @@ xcuserdata # Carthage/Checkouts 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. + +fastlane/report.xml +fastlane/screenshots