diff --git a/README.md b/README.md index 1d02dbb..9ab6663 100644 --- a/README.md +++ b/README.md @@ -29,14 +29,14 @@ scan ============ -[![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/scan/blob/master/LICENSE) [![Gem](https://img.shields.io/gem/v/scan.svg?style=flat)](http://rubygems.org/gems/scan) [![Build Status](https://img.shields.io/travis/fastlane/scan/master.svg?style=flat)](https://travis-ci.org/fastlane/scan) ###### The easiest way to run tests of your iOS and Mac app -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) -------

diff --git a/examples/Mac/Mac.xcodeproj/project.xcworkspace/xcshareddata/Mac.xcscmblueprint b/examples/Mac/Mac.xcodeproj/project.xcworkspace/xcshareddata/Mac.xcscmblueprint index 2af0171..b130f65 100644 --- a/examples/Mac/Mac.xcodeproj/project.xcworkspace/xcshareddata/Mac.xcscmblueprint +++ b/examples/Mac/Mac.xcodeproj/project.xcworkspace/xcshareddata/Mac.xcscmblueprint @@ -22,7 +22,7 @@ "DVTSourceControlWorkspaceBlueprintRemoteRepositoryIdentifierKey" : "11BD64E841BB6AC3A48BA84DC911C1D4F58BDACF" }, { - "DVTSourceControlWorkspaceBlueprintRemoteRepositoryURLKey" : "https:\/\/github.com\/krausefx\/cry", + "DVTSourceControlWorkspaceBlueprintRemoteRepositoryURLKey" : "https:\/\/github.com\/fastlane\/cry", "DVTSourceControlWorkspaceBlueprintRemoteRepositorySystemKey" : "com.apple.dt.Xcode.sourcecontrol.Git", "DVTSourceControlWorkspaceBlueprintRemoteRepositoryIdentifierKey" : "F106A2AEA4B7C56AA502AA3410AF6D66ABD0F8EB" } diff --git a/fastlane/Fastfile b/fastlane/Fastfile index efe9ca0..df97c81 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -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/") diff --git a/fastlane/README.md b/fastlane/README.md index f1ac2a9..3a94720 100644 --- a/fastlane/README.md +++ b/fastlane/README.md @@ -20,4 +20,4 @@ Does everything that's needed for a release, this includes running tests and ver Generate this documentation by running `fastlane docs` More information about fastlane can be found on [https://fastlane.tools](https://fastlane.tools). -The documentation of fastlane can be found on [GitHub](https://github.com/KrauseFx/fastlane) \ No newline at end of file +The documentation of fastlane can be found on [GitHub](https://github.com/fastlane/fastlane) \ No newline at end of file