-
Notifications
You must be signed in to change notification settings - Fork 153
Update hash for Kickstarter-Prelude and Kickstarter-ReactiveExtensions #211
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
Merged
Merged
Changes from 3 commits
Commits
Show all changes
9 commits
Select commit
Hold shift + click to select a range
7445968
Update maintainer contact details, add Kickstarter iOS OSS repo
justinswart 9917fab
Run against 4.1, improve naming
justinswart 4ad8c51
Update path name
justinswart c72b7f3
Remove 3.0 hashes
justinswart f288417
Remove tvOS schemes, remove app for now.
justinswart 106bba9
Merge branch 'master' into add-kickstarter-oss
justinswart 931364e
Merge branch 'master' into add-kickstarter-oss
justinswart 3dcc22f
Remove tvOS targets
justinswart 101870f
Update Prelude to 4.2, fix submodule address
justinswart 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 contains hidden or 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 |
---|---|---|
|
@@ -828,8 +828,12 @@ | |
"url": "https://github.com/kickstarter/Kickstarter-Prelude", | ||
"path": "Kickstarter-Prelude", | ||
"branch": "master", | ||
"maintainer": "stephen@stephencelis.com", | ||
"maintainer": "justins@kickstarter.com", | ||
"compatibility": [ | ||
{ | ||
"version": "4.0", | ||
"commit": "7b4eff0bae4f1abaf8ccc8370153f0945e0752ae" | ||
}, | ||
{ | ||
"version": "3.0", | ||
"commit": "9b2cc23ce8acf29b4b666a80a665c67cba800aac" | ||
|
@@ -874,8 +878,12 @@ | |
"url": "https://github.com/kickstarter/Kickstarter-ReactiveExtensions", | ||
"path": "Kickstarter-ReactiveExtensions", | ||
"branch": "master", | ||
"maintainer": "stephen@stephencelis.com", | ||
"maintainer": "justins@kickstarter.com", | ||
"compatibility": [ | ||
{ | ||
"version": "4.0", | ||
"commit": "6b7887e7b38ebd81e2d04a936e64998b0f634e98" | ||
}, | ||
{ | ||
"version": "3.0", | ||
"commit": "732eab9da730699f264dceb4f423586754191d67" | ||
|
@@ -915,6 +923,31 @@ | |
} | ||
] | ||
}, | ||
{ | ||
"repository": "Git", | ||
"url": "https://github.com/kickstarter/ios-oss", | ||
"path": "Kickstarter", | ||
"branch": "master", | ||
"maintainer": "[email protected]", | ||
"compatibility": [ | ||
{ | ||
"version": "4.1", | ||
"commit": "bec03d1095131d820dff0e845981e7ea296caeb3" | ||
} | ||
], | ||
"platforms": [ | ||
"Darwin" | ||
], | ||
"actions": [ | ||
{ | ||
"action": "BuildXcodeProjectScheme", | ||
"project": "Kickstarter.xcodeproj", | ||
"scheme": "Kickstarter-iOS", | ||
"destination": "generic/platform=iOS", | ||
"configuration": "Release" | ||
} | ||
] | ||
}, | ||
{ | ||
"repository": "Git", | ||
"url": "https://github.com/onevcat/Kingfisher.git", | ||
|
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.
Now that we have a 4.0 hashes, we can drop the 3.0 hashes. Would you mind updating this to remove the 3.0 configurations for Kickstarter-Prelude and Kickstarter-ReactiveExtensions? (That trailing comma after each 4.0 configuration also causes problems if it's not removed.)
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.
Will do!