Skip to content

Commit

Permalink
Removed "directory not found for option" warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
ekazaev committed Mar 23, 2019
1 parent fee0fe9 commit 319c66f
Show file tree
Hide file tree
Showing 326 changed files with 5,868 additions and 4,055 deletions.
8 changes: 4 additions & 4 deletions .jazzy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,11 +81,11 @@ custom_categories:
children:
- NavigationDelayingInterceptor
- SingleNavigationRouter
- PresentingFinder
- ContextSettingTask
- ContextAccepting
- PresentingFinder
- DismissalMethodProvidingContextTask
- Dismissible
- DismissibleWithObjCRuntimeStorage
- ClassWithContextFinder
- ContextChecking
- DismissalMethodProvidingContextTask
- Dismissible
- DismissibleWithRuntimeStorage
35 changes: 35 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
## Contributing to RouteComposer

We welcome contributions to the RouteComposer's repository.

Contributing can take many forms, but to make administering the process easier, we handle all contributions in one of two ways:

### Making Suggestions & Pointing Out Problems

Such contributions include:

- Reporting bugs
- Sending feature requests
- Pointing out typos

For these types of contributions, **please create a [GitHub Issue](https://guides.github.com/features/issues/) in the appropriate repo** containing the message that you'd like to convey.

### Improving the Codebase

This would include:

- Fixing bugs
- Tweaking project file settings
- Writing unit tests
- Submitting performance and other code improvements
- Adding new features
- Correct typos

To contribute in this way, **please [submit a pull request](https://help.github.com/articles/using-pull-requests/)** by:

1. [Forking the repo](https://help.github.com/articles/fork-a-repo/) to which you'd like to submit a contribution
2. Committing changes to your fork
3. Pushing your changes to GitHub
4. Submitting a pull request from your changes

If your pull request is related to something already tracked in a GitHub Issue, please be sure to note the issue number (and include a link to the issue page) in your pull request.
4 changes: 2 additions & 2 deletions Example/Podfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
platform :ios, '10.3'
platform :ios, '9.3'
use_frameworks!

target 'RouteComposer_Example' do
pod 'RouteComposer', :path => '../'

target 'RouteComposer_Tests' do
inherit! :search_paths
pod 'RouteComposer', :path => '../'
end
end
6 changes: 3 additions & 3 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PODS:
- RouteComposer (1.2.3)
- RouteComposer (1.3.4)

DEPENDENCIES:
- RouteComposer (from `../`)
Expand All @@ -9,8 +9,8 @@ EXTERNAL SOURCES:
:path: "../"

SPEC CHECKSUMS:
RouteComposer: 4e2e7cbc3cf86d4a18a9d35f7427d5ad1aba6da7
RouteComposer: 2379ff5f6e66016b27a2523d73f693536eb350ca

PODFILE CHECKSUM: d15cfb6fc7e8084f423e41814935586c996ed1fd
PODFILE CHECKSUM: 42df1440502a2c666dc2402d2027b25de2a00f46

COCOAPODS: 1.6.0
8 changes: 4 additions & 4 deletions Example/Pods/Local Podspecs/RouteComposer.podspec.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Example/Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2,698 changes: 1,366 additions & 1,332 deletions Example/Pods/Pods.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 319c66f

Please sign in to comment.