Skip to content

Commit

Permalink
[Swift] Fix issue with Swift Petstore integration tests due to pod in…
Browse files Browse the repository at this point in the history
…stall (swagger-api#5774)

* add pod file for swift3

* skip pod install

* avoid pod install in swift3 petstore (promisekit,rxswift)

* use https instead of http for cocoapod spec

* avoid timeout in swift3 test
  • Loading branch information
wing328 authored Jun 5, 2017
1 parent 3cbe96f commit 6ee332a
Show file tree
Hide file tree
Showing 380 changed files with 55,345 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ samples/client/petstore/swift/**/SwaggerClientTests/Podfile.lock
# Swift3
samples/client/petstore/swift3/**/SwaggerClientTests/SwaggerClient.xcodeproj/xcuserdata
samples/client/petstore/swift3/**/SwaggerClientTests/SwaggerClient.xcworkspace/xcuserdata
samples/client/petstore/swift3/**/SwaggerClientTests/Pods/
#samples/client/petstore/swift3/**/SwaggerClientTests/Pods/
#samples/client/petstore/swift3/**/SwaggerClientTests/Pods/Pods.xcodeproj/xcuserdata
#samples/client/petstore/swift3/**/SwaggerClientTests/Pods/Pods.xcodeproj/xcshareddata/xcschemes
samples/client/petstore/swift3/**/SwaggerClientTests/Podfile.lock
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ post_install do |installer|
configuration.build_settings['SWIFT_VERSION'] = "3.0"
end
end
end
end
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ SPEC CHECKSUMS:
Alamofire: dc44b1600b800eb63da6a19039a0083d62a6a62d
PetstoreClient: 0f65d85b2a09becd32938348b3783a9394a07346

PODFILE CHECKSUM: da9f5a7ad6086f2c7abb73cf2c35cefce04a9a30
PODFILE CHECKSUM: 246f940e6632499532a3624a0a5c0265727a3799

COCOAPODS: 1.1.1

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

Loading

0 comments on commit 6ee332a

Please sign in to comment.