Skip to content

Commit aff1800

Browse files
committed
change project name & repository name
1 parent 5f78628 commit aff1800

File tree

54 files changed

+368
-367
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+368
-367
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Change Log
22

33
All notable changes to this project will be documented in this file.
4-
`parallax-interative-transition-swift` adheres to [Semantic Versioning](http://semver.org/).
4+
`parallax-view-controller-transition-swift` adheres to [Semantic Versioning](http://semver.org/).

CONTRIBUTING.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Contributing to parallax-interactive-transition-swift
1+
# Contributing to parallax-view-controller-transition-swift
22

33
First off, thanks for taking the time to contribute! :tada::+1:
44

@@ -43,19 +43,19 @@ Explain the problem and include additional details to help maintainers reproduce
4343
* **Describe the behavior you observed after following the steps** and point out what exactly is the problem with that behavior.
4444
* **Explain which behavior you expected to see instead and why.**
4545
* **Include screenshots and animated GIFs** which show you following the described steps and clearly demonstrate the problem.
46-
* **If you're reporting that parallax-interactive-transition-swift crashed**, include a crash report with a stack trace from the operating system. On iOS, the crash report is available in Xcode, on macOS, the crash report will be available in `Console.app` under "Diagnostic and usage information" > "User diagnostic reports". Include the crash report in the issue in a [code block](https://help.github.com/articles/markdown-basics/#multiple-lines), a [file attachment](https://help.github.com/articles/file-attachments-on-issues-and-pull-requests/), or put it in a [gist](https://gist.github.com/) and provide link to that gist.
46+
* **If you're reporting that parallax-view-controller-transition-swift crashed**, include a crash report with a stack trace from the operating system. On iOS, the crash report is available in Xcode, on macOS, the crash report will be available in `Console.app` under "Diagnostic and usage information" > "User diagnostic reports". Include the crash report in the issue in a [code block](https://help.github.com/articles/markdown-basics/#multiple-lines), a [file attachment](https://help.github.com/articles/file-attachments-on-issues-and-pull-requests/), or put it in a [gist](https://gist.github.com/) and provide link to that gist.
4747
* **If the problem is related to performance**, include a CPU profile capture and a screenshot with your report.
4848
* **If the problem wasn't triggered by a specific action**, describe what you were doing before the problem happened and share more information using the guidelines below.
4949

5050
Provide more context by answering these questions:
5151

52-
* **Did the problem start happening recently** (e.g. after updating to a new version of parallax-interactive-transition-swift) or was this always a problem?
53-
* If the problem started happening recently, **can you reproduce the problem in an older version of parallax-interactive-transition-swift ?** What's the most recent version in which the problem doesn't happen? You can download older versions of parallax-interactive-transition-swift from [the releases page](https://github.com/digipolitan/parallax-interactive-transition-swift/releases).
52+
* **Did the problem start happening recently** (e.g. after updating to a new version of parallax-view-controller-transition-swift) or was this always a problem?
53+
* If the problem started happening recently, **can you reproduce the problem in an older version of parallax-view-controller-transition-swift ?** What's the most recent version in which the problem doesn't happen? You can download older versions of parallax-view-controller-transition-swift from [the releases page](https://github.com/digipolitan/parallax-view-controller-transition-swift/releases).
5454
* **Can you reliably reproduce the issue?** If not, provide details about how often the problem happens and under which conditions it normally happens.
5555

5656
Include details about your configuration and environment:
5757

58-
* **Which version of parallax-interactive-transition-swift are you using?
58+
* **Which version of parallax-view-controller-transition-swift are you using?
5959
* **What's the name and version of the macOS or iOS you're using**?
6060

6161
#### Template For Submitting Bug Reports
@@ -80,7 +80,7 @@ Include details about your configuration and environment:
8080

8181
![Screenshots and GIFs which follow reproduction steps to demonstrate the problem](url)
8282

83-
**parallax-interactive-transition-swift version:** [Enter parallax-interactive-transition-swift version here]
83+
**parallax-view-controller-transition-swift version:** [Enter parallax-view-controller-transition-swift version here]
8484
**OS and version:** [Enter macOS / iOS / linux name and version here]
8585

8686
**Installed packages:**
@@ -89,6 +89,6 @@ Include details about your configuration and environment:
8989

9090
**Additional information:**
9191

92-
* Problem started happening recently, didn't happen in an older version of parallax-interactive-transition-swift: [Yes/No]
92+
* Problem started happening recently, didn't happen in an older version of parallax-view-controller-transition-swift: [Yes/No]
9393
* Problem can be reliably reproduced, doesn't happen randomly: [Yes/No]
9494
* Problem happens with all files and projects, not only some files or projects: [Yes/No]

DGParallaxInteractiveTransition.xcworkspace/contents.xcworkspacedata

Lines changed: 0 additions & 16 deletions
This file was deleted.

DGParallaxInteractiveTransition.podspec renamed to DGParallaxViewControllerTransition.podspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
Pod::Spec.new do |s|
2-
s.name = "DGParallaxInteractiveTransition"
2+
s.name = "DGParallaxViewControllerTransition"
33
s.version = "1.0.0"
44
s.summary = "Parallax interactive transition during UIViewController presentation"
5-
s.homepage = "https://github.com/Digipolitan/parallax-interactive-transition-swift"
5+
s.homepage = "https://github.com/Digipolitan/parallax-view-controller-transition-swift"
66
s.authors = "Digipolitan"
7-
s.source = { :git => "https://github.com/Digipolitan/parallax-interactive-transition-swift.git", :tag => "v#{s.version}" }
7+
s.source = { :git => "https://github.com/Digipolitan/parallax-view-controller-transition-swift.git", :tag => "v#{s.version}" }
88
s.license = { :type => "BSD", :file => "LICENSE" }
99
s.source_files = 'Sources/**/*.{swift,h}'
1010
s.ios.deployment_target = '8.0'

0 commit comments

Comments
 (0)