-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
modal blocked #84
Closed
juangdelvalle
wants to merge
12
commits into
prolificinteractive:master
from
juangdelvalle:hotfix/modalBlocked
Closed
modal blocked #84
Changes from all commits
Commits
Show all changes
12 commits
Select commit
Hold shift + click to select a range
a871e6b
Fix blocked modal when dismissed with drag down gesture
juangdelvalle 0b99e61
Update podspec
juangdelvalle b62c185
Update project to Swift 5
juangdelvalle 3266765
PR feedback
juangdelvalle 914e35a
remove specific version of swift on podspec to pass CI
juangdelvalle 3226b4a
update .yml to pass CI
juangdelvalle 8f9c674
add swift associated versions on podspec
juangdelvalle c96eaf2
increase retries to avoid stalled build
juangdelvalle 60c0449
update pods to avoid build stalls
juangdelvalle f1b26a6
update example project to latest swift
juangdelvalle e7daf59
update cocoapods
juangdelvalle 09e0a31
remove swift specific version on podspec
juangdelvalle File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
source 'https://rubygems.org' | ||
|
||
gem 'cocoapods', '1.2.0' | ||
gem 'cocoapods-deintegrate', '1.0.1' | ||
gem 'cocoapods', '1.9.1' | ||
gem 'cocoapods-deintegrate', '1.0.4' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,76 +1,91 @@ | ||
GEM | ||
remote: https://rubygems.org/ | ||
specs: | ||
CFPropertyList (2.3.5) | ||
activesupport (4.2.7.1) | ||
CFPropertyList (3.0.2) | ||
activesupport (4.2.11.1) | ||
i18n (~> 0.7) | ||
json (~> 1.7, >= 1.7.7) | ||
minitest (~> 5.1) | ||
thread_safe (~> 0.3, >= 0.3.4) | ||
tzinfo (~> 1.1) | ||
claide (1.0.1) | ||
cocoapods (1.2.0) | ||
algoliasearch (1.27.1) | ||
httpclient (~> 2.8, >= 2.8.3) | ||
json (>= 1.5.1) | ||
atomos (0.1.3) | ||
claide (1.0.3) | ||
cocoapods (1.9.1) | ||
activesupport (>= 4.0.2, < 5) | ||
claide (>= 1.0.1, < 2.0) | ||
cocoapods-core (= 1.2.0) | ||
cocoapods-deintegrate (>= 1.0.1, < 2.0) | ||
cocoapods-downloader (>= 1.1.3, < 2.0) | ||
claide (>= 1.0.2, < 2.0) | ||
cocoapods-core (= 1.9.1) | ||
cocoapods-deintegrate (>= 1.0.3, < 2.0) | ||
cocoapods-downloader (>= 1.2.2, < 2.0) | ||
cocoapods-plugins (>= 1.0.0, < 2.0) | ||
cocoapods-search (>= 1.0.0, < 2.0) | ||
cocoapods-stats (>= 1.0.0, < 2.0) | ||
cocoapods-trunk (>= 1.1.2, < 2.0) | ||
cocoapods-trunk (>= 1.4.0, < 2.0) | ||
cocoapods-try (>= 1.1.0, < 2.0) | ||
colored (~> 1.2) | ||
colored2 (~> 3.1) | ||
escape (~> 0.0.4) | ||
fourflusher (~> 2.0.1) | ||
fourflusher (>= 2.3.0, < 3.0) | ||
gh_inspector (~> 1.0) | ||
molinillo (~> 0.5.5) | ||
molinillo (~> 0.6.6) | ||
nap (~> 1.0) | ||
ruby-macho (~> 0.2.5) | ||
xcodeproj (>= 1.4.1, < 2.0) | ||
cocoapods-core (1.2.0) | ||
activesupport (>= 4.0.2, < 5) | ||
ruby-macho (~> 1.4) | ||
xcodeproj (>= 1.14.0, < 2.0) | ||
cocoapods-core (1.9.1) | ||
activesupport (>= 4.0.2, < 6) | ||
algoliasearch (~> 1.0) | ||
concurrent-ruby (~> 1.1) | ||
fuzzy_match (~> 2.0.4) | ||
nap (~> 1.0) | ||
cocoapods-deintegrate (1.0.1) | ||
cocoapods-downloader (1.1.3) | ||
netrc (~> 0.11) | ||
typhoeus (~> 1.0) | ||
cocoapods-deintegrate (1.0.4) | ||
cocoapods-downloader (1.3.0) | ||
cocoapods-plugins (1.0.0) | ||
nap | ||
cocoapods-search (1.0.0) | ||
cocoapods-stats (1.0.0) | ||
cocoapods-trunk (1.1.2) | ||
cocoapods-stats (1.1.0) | ||
cocoapods-trunk (1.4.1) | ||
nap (>= 0.8, < 2.0) | ||
netrc (= 0.7.8) | ||
cocoapods-try (1.1.0) | ||
colored (1.2) | ||
netrc (~> 0.11) | ||
cocoapods-try (1.2.0) | ||
colored2 (3.1.2) | ||
concurrent-ruby (1.1.6) | ||
escape (0.0.4) | ||
fourflusher (2.0.1) | ||
ethon (0.12.0) | ||
ffi (>= 1.3.0) | ||
ffi (1.12.2) | ||
fourflusher (2.3.1) | ||
fuzzy_match (2.0.4) | ||
gh_inspector (1.0.3) | ||
i18n (0.8.0) | ||
json (1.8.3) | ||
minitest (5.10.1) | ||
molinillo (0.5.6) | ||
nanaimo (0.2.3) | ||
gh_inspector (1.1.3) | ||
httpclient (2.8.3) | ||
i18n (0.9.5) | ||
concurrent-ruby (~> 1.0) | ||
json (2.3.0) | ||
minitest (5.14.0) | ||
molinillo (0.6.6) | ||
nanaimo (0.2.6) | ||
nap (1.1.0) | ||
netrc (0.7.8) | ||
ruby-macho (0.2.6) | ||
thread_safe (0.3.5) | ||
tzinfo (1.2.2) | ||
netrc (0.11.0) | ||
ruby-macho (1.4.0) | ||
thread_safe (0.3.6) | ||
typhoeus (1.3.1) | ||
ethon (>= 0.9.0) | ||
tzinfo (1.2.7) | ||
thread_safe (~> 0.1) | ||
xcodeproj (1.4.2) | ||
CFPropertyList (~> 2.3.3) | ||
activesupport (>= 3) | ||
claide (>= 1.0.1, < 2.0) | ||
colored (~> 1.2) | ||
nanaimo (~> 0.2.3) | ||
xcodeproj (1.16.0) | ||
CFPropertyList (>= 2.3.3, < 4.0) | ||
atomos (~> 0.1.3) | ||
claide (>= 1.0.2, < 2.0) | ||
colored2 (~> 3.1) | ||
nanaimo (~> 0.2.6) | ||
|
||
PLATFORMS | ||
ruby | ||
|
||
DEPENDENCIES | ||
cocoapods (= 1.2.0) | ||
cocoapods-deintegrate (= 1.0.1) | ||
cocoapods (= 1.9.1) | ||
cocoapods-deintegrate (= 1.0.4) | ||
|
||
BUNDLED WITH | ||
1.14.4 | ||
1.17.3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,25 @@ | ||
PODS: | ||
- Instabug (5.2.4) | ||
- Yoshi/Core (3.0.0) | ||
- Yoshi/QAKit (3.0.0): | ||
- Instabug (9.1.2) | ||
- Yoshi/Core (3.0.1) | ||
- Yoshi/QAKit (3.0.1): | ||
- Yoshi/Core | ||
|
||
DEPENDENCIES: | ||
- Instabug (= 5.2.4) | ||
- Instabug (= 9.1.2) | ||
- Yoshi/QAKit (from `../`) | ||
|
||
SPEC REPOS: | ||
https://github.com/cocoapods/specs.git: | ||
https://github.com/CocoaPods/Specs.git: | ||
- Instabug | ||
|
||
EXTERNAL SOURCES: | ||
Yoshi: | ||
:path: "../" | ||
|
||
SPEC CHECKSUMS: | ||
Instabug: 6fa40a5e2a4620f0589dfc8e4e01b1018c8c42b1 | ||
Yoshi: f681e9474a3d0aa8ec7ec935c579f52c2d00a360 | ||
Instabug: a638cb57c8768b102bab2930b68ed81f2d7ab877 | ||
Yoshi: 60f2e8fc0c47363c50a73b9adedbb7cb81c9a0a0 | ||
|
||
PODFILE CHECKSUM: 6937f5f3704e17fb013434d20f6bd261b2e48f51 | ||
PODFILE CHECKSUM: 51eb4be134648631dd57751eb3e238ef40a38f9d | ||
|
||
COCOAPODS: 1.5.3 | ||
COCOAPODS: 1.9.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,26 +7,20 @@ | |
# | ||
|
||
Pod::Spec.new do |s| | ||
s.name = "Yoshi" | ||
s.version = "3.0.0" | ||
s.summary = "A helpful companion for your iOS app." | ||
|
||
# This description is used to generate tags and improve search results. | ||
# * Think: What does it do? Why did you write it? What is the focus? | ||
# * Try to keep it short, snappy and to the point. | ||
# * Write the description between the DESC delimiters below. | ||
# * Finally, don't worry about the indent, CocoaPods strips it! | ||
s.name = 'Yoshi' | ||
s.version = '3.0.1' | ||
s.summary = 'A helpful companion for your iOS app.' | ||
s.license = 'MIT' | ||
s.homepage = 'https://github.com/prolificinteractive/Yoshi' | ||
s.authors = { 'Michael Campbell' => '[email protected]' , 'Luna An' => '[email protected]'} | ||
s.source = { :git => "https://github.com/prolificinteractive/Yoshi.git", :tag => s.version } | ||
s.screenshots = 'https://raw.githubusercontent.com/prolificinteractive/Yoshi/a6e85e87cbd67f2bb3bfe60157e7b13281d80f20/Images/Yoshi.png", "https://raw.githubusercontent.com/prolificinteractive/Yoshi/c66cdf8dc2ab643fe57996d20d3cd37b8b70ceff/Images/Yoshi_iPad.png' | ||
s.description = <<-DESC | ||
Yoshi is a convenient wrapper around the UI code that is often needed for displaying debug menus. Out of the box, Yoshi provides easy-to-implement date, list and custom menus. | ||
DESC | ||
|
||
s.homepage = "https://github.com/prolificinteractive/Yoshi" | ||
s.screenshots = "https://raw.githubusercontent.com/prolificinteractive/Yoshi/a6e85e87cbd67f2bb3bfe60157e7b13281d80f20/Images/Yoshi.png", "https://raw.githubusercontent.com/prolificinteractive/Yoshi/c66cdf8dc2ab643fe57996d20d3cd37b8b70ceff/Images/Yoshi_iPad.png" | ||
s.license = { :type => 'MIT', :file => 'LICENSE' } | ||
s.author = { "Michael Campbell" => "[email protected]" , "Luna An" => "[email protected]"} | ||
s.source = { :git => "https://github.com/prolificinteractive/Yoshi.git", :tag => s.version.to_s } | ||
|
||
s.platform = :ios, '8.0' | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Is platform no longer required? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. platform is now specified in |
||
s.ios.deployment_target = '8.0' | ||
|
||
s.requires_arc = true | ||
|
||
# Default subspec that contains all shared code files for the library | ||
|
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we no longer link reference the license file?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
as I understand, is no longer required to make a reference to a license file, but I can change it to make the reference anyway.