Skip to content
This repository has been archived by the owner on Nov 19, 2018. It is now read-only.

Commit

Permalink
Merge branch 'master' of https://github.com/KrauseFx/snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
KrauseFx committed Jan 12, 2016
2 parents e1e0363 + 2c98efe commit 3b842a9
Show file tree
Hide file tree
Showing 10 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ To clone the [fastlane](https://fastlane.tools) repos, use the [countdown](https

Before submitting a new issue, do the following:

- Verify you're runing the latest version by running `snapshot -v` and compare it with the [project page on GitHub](https://github.com/KrauseFx/snapshot).
- Verify you're runing the latest version by running `snapshot -v` and compare it with the [project page on GitHub](https://github.com/fastlane/snapshot).
- Verify you have Xcode tools installed by running `xcode-select --install`.
- Make sure to read through the [README](https://github.com/KrauseFx/snapshot) of the project.
- Make sure to read through the [README](https://github.com/fastlane/snapshot) of the project.


When submitting a new issue, please provide the following information:
Expand Down
2 changes: 1 addition & 1 deletion MigrationGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ How to migrate:

- Update to the new version using `sudo gem update snapshot`
- Delete `snapshot.js`, `SnapshotHelper.js` and `Snapfile` and any other files you were using
- Follow the [Quick Start Guide](https://github.com/KrauseFx/snapshot#quick-start)
- Follow the [Quick Start Guide](https://github.com/fastlane/snapshot#quick-start)
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
snapshot
============

[![Twitter: @KauseFx](https://img.shields.io/badge/contact-@KrauseFx-blue.svg?style=flat)](https://twitter.com/KrauseFx)
[![Twitter: @FastlaneTools](https://img.shields.io/badge/contact-@FastlaneTools-blue.svg?style=flat)](https://twitter.com/FastlaneTools)
[![License](https://img.shields.io/badge/license-MIT-green.svg?style=flat)](https://github.com/fastlane/snapshot/blob/master/LICENSE)
[![Gem](https://img.shields.io/gem/v/snapshot.svg?style=flat)](http://rubygems.org/gems/snapshot)

Expand All @@ -49,7 +49,7 @@ More information about [creating perfect screenshots](https://krausefx.com/blog/

`snapshot` runs completely in the background - you can do something else, while your computer takes the screenshots for you.

Get in contact with the developer on Twitter: [@KrauseFx](https://twitter.com/KrauseFx)
Get in contact with the developer on Twitter: [@FastlaneTools](https://twitter.com/FastlaneTools)

### Note: New `snapshot` with UI Tests in Xcode 7

Expand Down
2 changes: 1 addition & 1 deletion bin/snapshot
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class SnapshotApplication
program :description, 'CLI for \'snapshot\' - Automate taking localized screenshots of your iOS app on every device'
program :help, 'Author', 'Felix Krause <[email protected]>'
program :help, 'Website', 'https://fastlane.tools'
program :help, 'GitHub', 'https://github.com/krausefx/snapshot'
program :help, 'GitHub', 'https://github.com/fastlane/snapshot'
program :help_formatter, :compact

global_option('--verbose', 'Shows a more verbose output') { $verbose = true }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<key>IDESourceControlProjectOriginsDictionary</key>
<dict>
<key>0C13013A15CBECA0A0F90171BFF095518AA5D530</key>
<string>https://github.com/KrauseFx/snapshot.git</string>
<string>https://github.com/fastlane/snapshot.git</string>
</dict>
<key>IDESourceControlProjectPath</key>
<string>example/Example.xcodeproj</string>
Expand All @@ -21,7 +21,7 @@
<string>../../..</string>
</dict>
<key>IDESourceControlProjectURL</key>
<string>https://github.com/KrauseFx/snapshot.git</string>
<string>https://github.com/fastlane/snapshot.git</string>
<key>IDESourceControlProjectVersion</key>
<integer>111</integer>
<key>IDESourceControlProjectWCCIdentifier</key>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"DVTSourceControlWorkspaceBlueprintRelativePathToProjectKey" : "example\/Example.xcodeproj",
"DVTSourceControlWorkspaceBlueprintRemoteRepositoriesKey" : [
{
"DVTSourceControlWorkspaceBlueprintRemoteRepositoryURLKey" : "https:\/\/github.com\/KrauseFx\/snapshot.git",
"DVTSourceControlWorkspaceBlueprintRemoteRepositoryURLKey" : "https:\/\/github.com\/fastlane\/snapshot.git",
"DVTSourceControlWorkspaceBlueprintRemoteRepositorySystemKey" : "com.apple.dt.Xcode.sourcecontrol.Git",
"DVTSourceControlWorkspaceBlueprintRemoteRepositoryIdentifierKey" : "0C13013A15CBECA0A0F90171BFF095518AA5D530"
},
Expand Down
2 changes: 1 addition & 1 deletion fastlane/Fastfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# Fetch and use the latest Fastfile from the fastlane main repository
import_from_git(url: "https://github.com/krausefx/fastlane/")
import_from_git(url: "https://github.com/fastlane/fastlane/")
2 changes: 1 addition & 1 deletion lib/assets/SnapshotHelper.swift
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ class Snapshot: NSObject {
waitForLoadingIndicatorToDisappear()
}

print("snapshot: \(name)") // more information about this, check out https://github.com/krausefx/snapshot
print("snapshot: \(name)") // more information about this, check out https://github.com/fastlane/snapshot

sleep(1) // Waiting for the animation to be finished (kind of)
XCUIDevice.sharedDevice().orientation = .Unknown
Expand Down
4 changes: 2 additions & 2 deletions lib/snapshot/runner.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ def work
if File.exist?("./fastlane/snapshot.js") or File.exist?("./snapshot.js")
Helper.log.warn "Found old snapshot configuration file 'snapshot.js'".red
Helper.log.warn "You updated to snapshot 1.0 which now uses UI Automation".red
Helper.log.warn "Please follow the migration guide: https://github.com/KrauseFx/snapshot/blob/master/MigrationGuide.md".red
Helper.log.warn "And read the updated documentation: https://github.com/KrauseFx/snapshot".red
Helper.log.warn "Please follow the migration guide: https://github.com/fastlane/snapshot/blob/master/MigrationGuide.md".red
Helper.log.warn "And read the updated documentation: https://github.com/fastlane/snapshot".red
sleep 3 # to be sure the user sees this, as compiling clears the screen
end

Expand Down
2 changes: 1 addition & 1 deletion lib/snapshot/setup.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def self.create(path)
puts ""
puts "3) Add `snapshot(\"0Launch\")` to wherever you want to create the screenshots".yellow
puts ""
puts "More information on GitHub: https://github.com/krausefx/snapshot".green
puts "More information on GitHub: https://github.com/fastlane/snapshot".green
end
end
end

0 comments on commit 3b842a9

Please sign in to comment.