Skip to content

Commit

Permalink
test: did carthage update and move the framework
Browse files Browse the repository at this point in the history
  • Loading branch information
allenlinli committed Dec 30, 2019
1 parent 20c7421 commit 76a96ad
Show file tree
Hide file tree
Showing 72 changed files with 5,145 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -1 +1 @@
github "daltoniam/Starscream" "3.1.0"
github "daltoniam/Starscream" "3.1.1"
118 changes: 118 additions & 0 deletions Carthage/Checkouts/Starscream/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,118 @@
# CocoaPods
#
# We recommend against adding the Pods directory to your .gitignore. However
# you should judge for yourself, the pros and cons are mentioned at:
# http://guides.cocoapods.org/using/using-cocoapods.html#should-i-ignore-the-pods-directory-in-source-control?
#
Pods/

# Xcode
.DS_Store
build
*.pbxuser
!default.pbxuser
*.mode1v3
!default.mode1v3
*.mode2v3
!default.mode2v3
*.perspectivev3
!default.perspectivev3
xcuserdata
profile
*.moved-aside
DerivedData
.idea/
*.hmap
*.xccheckout
*.xcodeproj/*.xcworkspace


# Created by https://www.gitignore.io/api/swift,swiftpm

### Swift ###
# Xcode
#
# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore

## Build generated
build/
DerivedData/

## Various settings
*.pbxuser
!default.pbxuser
*.mode1v3
!default.mode1v3
*.mode2v3
!default.mode2v3
*.perspectivev3
!default.perspectivev3
xcuserdata/

## Other
*.moved-aside
*.xccheckout
*.xcscmblueprint

## Obj-C/Swift specific
*.hmap
*.ipa
*.dSYM.zip
*.dSYM

## Playgrounds
timeline.xctimeline
playground.xcworkspace

# Swift Package Manager
#
# Add this line if you want to avoid checking in source code from Swift Package Manager dependencies.
# Packages/
# Package.pins
# Package.resolved
.build/

# CocoaPods
#
# We recommend against adding the Pods directory to your .gitignore. However
# you should judge for yourself, the pros and cons are mentioned at:
# https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
#
# Pods/
#
# Add this line if you want to avoid checking in source code from the Xcode workspace
# *.xcworkspace

# Carthage
#
# Add this line if you want to avoid checking in source code from Carthage dependencies.
# Carthage/Checkouts

Carthage/Build

# fastlane
#
# It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the
# screenshots whenever they are needed.
# For more information about the recommended setup visit:
# https://docs.fastlane.tools/best-practices/source-control/#source-control

fastlane/report.xml
fastlane/Preview.html
fastlane/screenshots/**/*.png
fastlane/test_output

# Code Injection
#
# After new code Injection tools there's a generated folder /iOSInjectionProject
# https://github.com/johnno1962/injectionforxcode

iOSInjectionProject/

### SwiftPM ###
Packages
xcuserdata
*.xcodeproj


# End of https://www.gitignore.io/api/swift,swiftpm
7 changes: 7 additions & 0 deletions Carthage/Checkouts/Starscream/.travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
osx_image: xcode10.2
language: objective-c
before_install:
- gem install cocoapods --pre
- gem cleanup
script:
- ./build.sh
231 changes: 231 additions & 0 deletions Carthage/Checkouts/Starscream/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,231 @@
# Change Log
All notable changes to this project will be documented in this file.
`Starscream` adheres to [Semantic Versioning](http://semver.org/).

### [3.1.1](https://github.com/daltoniam/Starscream/tree/3.1.1)

Small version number fix for 3.1.0: [#703](https://github.com/daltoniam/Starscream/issues/703)

### [3.1.0](https://github.com/daltoniam/Starscream/tree/3.1.0)

* Swift 5.0 and Xcode 10.2 support

#### [3.0.6](https://github.com/daltoniam/Starscream/tree/3.0.6)

* Swift 4.2 and Xcode 10 support
* added pongDelegate
* moved CommonCrypto and zlib dependencies
* HTTP proxy support

#### [3.0.5](https://github.com/daltoniam/Starscream/tree/3.0.5)

Swift 4.1 support and bug fixes.

Pull Requests:
[#492](https://github.com/daltoniam/Starscream/pull/492)
[#461](https://github.com/daltoniam/Starscream/pull/461)
[#476](https://github.com/daltoniam/Starscream/pull/476)

Issues:
[#494](https://github.com/daltoniam/Starscream/issues/494)
[#491](https://github.com/daltoniam/Starscream/issues/491)
[#474](https://github.com/daltoniam/Starscream/issues/474)
[#471](https://github.com/daltoniam/Starscream/issues/471)
[#437](https://github.com/daltoniam/Starscream/issues/437)
[#445](https://github.com/daltoniam/Starscream/issues/445)
[#466](https://github.com/daltoniam/Starscream/issues/466)


#### [3.0.4](https://github.com/daltoniam/Starscream/tree/3.0.4)

Improved error handling. Timeout fix. Small assorted fixes.

Pull Requests:
[#452](https://github.com/daltoniam/Starscream/pull/452)
[#448](https://github.com/daltoniam/Starscream/pull/448)
[#444](https://github.com/daltoniam/Starscream/pull/444)
[#443](https://github.com/daltoniam/Starscream/pull/443)

Issues:
[#415](https://github.com/daltoniam/Starscream/issues/415)
[#422](https://github.com/daltoniam/Starscream/issues/422)
[#429](https://github.com/daltoniam/Starscream/issues/429)
[#433](https://github.com/daltoniam/Starscream/issues/433)
[#439](https://github.com/daltoniam/Starscream/issues/439)

#### [3.0.3](https://github.com/daltoniam/Starscream/tree/3.0.3)

Assorted fixes.

Pull Requests:
[#438](https://github.com/daltoniam/Starscream/pull/438)
[#423](https://github.com/daltoniam/Starscream/pull/423)
[#420](https://github.com/daltoniam/Starscream/pull/420)
[#418](https://github.com/daltoniam/Starscream/pull/418)
[#410](https://github.com/daltoniam/Starscream/pull/410)
[#405](https://github.com/daltoniam/Starscream/pull/405)
[#404](https://github.com/daltoniam/Starscream/pull/404)
[#400](https://github.com/daltoniam/Starscream/pull/400)

Issues:
[#435](https://github.com/daltoniam/Starscream/issues/435)
[#431](https://github.com/daltoniam/Starscream/issues/431)
[#426](https://github.com/daltoniam/Starscream/issues/426)
[#409](https://github.com/daltoniam/Starscream/issues/409)
[#408](https://github.com/daltoniam/Starscream/issues/408)
[#401](https://github.com/daltoniam/Starscream/issues/401)
[#399](https://github.com/daltoniam/Starscream/issues/399)
[#378](https://github.com/daltoniam/Starscream/issues/378)

#### [3.0.2](https://github.com/daltoniam/Starscream/tree/3.0.2)

Small fixes for 3.0.1.

[#394](https://github.com/daltoniam/Starscream/issues/394)
[#392](https://github.com/daltoniam/Starscream/issues/392)
[#391](https://github.com/daltoniam/Starscream/issues/391)

#### [3.0.1](https://github.com/daltoniam/Starscream/tree/3.0.1)

Small fixes for 3.0.0.

[#389](https://github.com/daltoniam/Starscream/issues/389)
[#354](https://github.com/daltoniam/Starscream/issues/354)
[#386](https://github.com/daltoniam/Starscream/pull/386)
[#388](https://github.com/daltoniam/Starscream/pull/388)
[#390](https://github.com/daltoniam/Starscream/pull/390)

#### [3.0.0](https://github.com/daltoniam/Starscream/tree/3.0.0)

Major refactor and Swift 4 support. Additions include:

- Watchos support.
- Linux support.
- New Stream class to allow custom socket implementations if desired.
- Protocol added for mocking (dependency injection).
- Single framework (no more platform suffixes! e.g. StarscreamOSX, StarscreamTVOS, etc).

[#384](https://github.com/daltoniam/Starscream/issues/384)
[#377](https://github.com/daltoniam/Starscream/pull/377)
[#374](https://github.com/daltoniam/Starscream/issues/374)
[#346](https://github.com/daltoniam/Starscream/issues/346)
[#335](https://github.com/daltoniam/Starscream/issues/335)
[#311](https://github.com/daltoniam/Starscream/pull/311)
[#269](https://github.com/daltoniam/Starscream/issues/269)

#### [2.1.1](https://github.com/daltoniam/Starscream/tree/2.1.1)

Fixes race condition. Updated to avoid SPM dependencies.

[#370](https://github.com/daltoniam/Starscream/issues/370)
[#367](https://github.com/daltoniam/Starscream/issues/367)
[#364](https://github.com/daltoniam/Starscream/pull/364)
[#357](https://github.com/daltoniam/Starscream/pull/357)
[#355](https://github.com/daltoniam/Starscream/pull/355)

#### [2.1.0](https://github.com/daltoniam/Starscream/tree/2.1.0)

Adds WebSocket compression. Also adds advance WebSocket delegate for extra control. Bug Fixes.

[#349](https://github.com/daltoniam/Starscream/pull/349)
[#344](https://github.com/daltoniam/Starscream/pull/344)
[#339](https://github.com/daltoniam/Starscream/pull/339)
[#337](https://github.com/daltoniam/Starscream/pull/337)
[#334](https://github.com/daltoniam/Starscream/issues/334)
[#333](https://github.com/daltoniam/Starscream/pull/333)
[#319](https://github.com/daltoniam/Starscream/issues/319)
[#309](https://github.com/daltoniam/Starscream/issues/309)
[#329](https://github.com/daltoniam/Starscream/issues/329)

#### [2.0.4](https://github.com/daltoniam/Starscream/tree/2.0.4)

SSL Pinning fix by Giuliano Galea as reported by Lukas Futera of [Centralway](https://www.centralway.com/de/).
Warning fixes for Swift 3.1

#### [2.0.3](https://github.com/daltoniam/Starscream/tree/2.0.3)

[#302](https://github.com/daltoniam/Starscream/issues/302)
[#301](https://github.com/daltoniam/Starscream/issues/301)
[#300](https://github.com/daltoniam/Starscream/issues/300)
[#296](https://github.com/daltoniam/Starscream/issues/296)
[#294](https://github.com/daltoniam/Starscream/issues/294)
[#292](https://github.com/daltoniam/Starscream/issues/292)
[#289](https://github.com/daltoniam/Starscream/issues/289)
[#288](https://github.com/daltoniam/Starscream/issues/288)

#### [2.0.2](https://github.com/daltoniam/Starscream/tree/2.0.2)

Fix for the Swift Package Manager.

Fixed:
[#277](https://github.com/daltoniam/Starscream/issues/277)

#### [2.0.1](https://github.com/daltoniam/Starscream/tree/2.0.1)

Bug fixes.

Fixed:
[#261](https://github.com/daltoniam/Starscream/issues/261)
[#276](https://github.com/daltoniam/Starscream/issues/276)
[#267](https://github.com/daltoniam/Starscream/issues/267)
[#266](https://github.com/daltoniam/Starscream/issues/266)
[#259](https://github.com/daltoniam/Starscream/issues/259)

#### [2.0.0](https://github.com/daltoniam/Starscream/tree/2.0.0)

Added Swift 3 support.

Fixed:
[#229](https://github.com/daltoniam/Starscream/issues/229)
[#232](https://github.com/daltoniam/Starscream/issues/232)

#### [1.1.4](https://github.com/daltoniam/Starscream/tree/1.1.4)

Swift 2.3 support.

#### [1.1.3](https://github.com/daltoniam/Starscream/tree/1.1.3)

Changed:
[#170](https://github.com/daltoniam/Starscream/issues/170)
[#171](https://github.com/daltoniam/Starscream/issues/171)
[#174](https://github.com/daltoniam/Starscream/issues/174)
[#177](https://github.com/daltoniam/Starscream/issues/177)
[#178](https://github.com/daltoniam/Starscream/issues/178)

#### [1.1.2](https://github.com/daltoniam/Starscream/tree/1.1.2)

Fixed:
[#158](https://github.com/daltoniam/Starscream/issues/158)
[#161](https://github.com/daltoniam/Starscream/issues/161)
[#164](https://github.com/daltoniam/Starscream/issues/164)

#### [1.1.1](https://github.com/daltoniam/Starscream/tree/1.1.1)

Fixed:
[#157](https://github.com/daltoniam/Starscream/issues/157)

#### [1.1.0](https://github.com/daltoniam/Starscream/tree/1.1.0)

Changed:
Moved over to Runloop/default GCD queues to shared queue.

Fixed:
[#153](https://github.com/daltoniam/Starscream/issues/153)
[#151](https://github.com/daltoniam/Starscream/issues/151)
[#150](https://github.com/daltoniam/Starscream/issues/150)
[#149](https://github.com/daltoniam/Starscream/issues/149)
[#147](https://github.com/daltoniam/Starscream/issues/147)
[#139](https://github.com/daltoniam/Starscream/issues/139)
[#77](https://github.com/daltoniam/Starscream/issues/77)

#### [1.0.2](https://github.com/daltoniam/Starscream/tree/1.0.2)

Added TVOS support.

#### [1.0.1](https://github.com/daltoniam/Starscream/tree/1.0.1)

Fixes for #121, #123

#### [1.0.0](https://github.com/daltoniam/Starscream/tree/1.0.0)

first release of Swift 2 support.
4 changes: 4 additions & 0 deletions Carthage/Checkouts/Starscream/Gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
source "https://rubygems.org"

gem "fastlane"
gem "cocoapods"
Loading

0 comments on commit 76a96ad

Please sign in to comment.