Skip to content
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

Fix podspec #40

Closed
wants to merge 1 commit into from
Closed

Fix podspec #40

wants to merge 1 commit into from

Conversation

txus
Copy link

@txus txus commented Oct 16, 2015

It referred to Swiftcheck rather than Swiftx.

It referred to Swiftcheck rather than Swiftx.
@CodaFi
Copy link
Member

CodaFi commented Oct 16, 2015

Oh dear...

Welp, the only thing to say is that we need the source search paths intact. The only thing that needs changing is the repo endpoint

@@ -34,7 +34,7 @@ Pod::Spec.new do |s|
s.osx.deployment_target = "10.9"
s.ios.deployment_target = "8.0"
s.framework = "XCTest"
s.source = { :git => "https://github.com/typelift/SwiftCheck.git", :tag => "v#{s.version}", :submodules => true }
s.source_files = "SwiftCheck/*.swift", "**/Operadics/*.swift"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Need to keep the operadics search path around.

@CodaFi
Copy link
Member

CodaFi commented Oct 18, 2015

Closing due to lack of action. See #41.

@CodaFi CodaFi closed this Oct 18, 2015
@CodaFi CodaFi mentioned this pull request Oct 18, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants