Skip to content
This repository was archived by the owner on Jun 13, 2023. It is now read-only.

Commit 601a538

Browse files
authored
⚡ Release 2.3.0 (#147)
* ⚡ Release 2.2.4 - Bumps Parse and Bolts to latest version * Update Project Settings * Proper target dependencies * Adds Bolts to linked libraries * Bumps CI xcode version * Bump starscream to latest version * Prepare for Release 2.3.0 * bump xcode for travis
1 parent 20fc8e0 commit 601a538

File tree

22 files changed

+317
-188
lines changed

22 files changed

+317
-188
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
defaults: &defaults
22
macos:
3-
xcode: "8.3.3"
3+
xcode: "9.0"
44
shell: /bin/bash --login -eo pipefail
55
aliases:
66
- &prepare

.gitmodules

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,9 @@
1010
[submodule "Carthage/Checkouts/Starscream"]
1111
path = Carthage/Checkouts/Starscream
1212
url = https://github.com/daltoniam/Starscream.git
13+
[submodule "Carthage/Checkouts/zlib-spm"]
14+
path = Carthage/Checkouts/zlib-spm
15+
url = https://github.com/daltoniam/zlib-spm.git
16+
[submodule "Carthage/Checkouts/common-crypto-spm"]
17+
path = Carthage/Checkouts/common-crypto-spm
18+
url = https://github.com/daltoniam/common-crypto-spm.git

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ branches:
44
- /^v?[0-9]+\.[0-9]+\.[0-9]+(-.*)?$/
55
language: objective-c
66
os: osx
7-
osx_image: xcode8.3
7+
osx_image: xcode9
88
cache:
99
- cocoapods
1010
install: bundle install

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# ParseLiveQuery-iOS-OSX Changelog
22

3+
# 2.3.0
4+
5+
- Bumps Parse SDK to 1.16.0
6+
- Bumps Starscream to 3.0.4
7+
- Fixes warnings in Swift 4
8+
39
# 2.2.3
410

511
- Bumps Parse SDK to 1.15.4 and Bolts to 1.9.0, thanks to [marcgovi](https://github.com/marcgovi)

Cartfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
github "BoltsFramework/Bolts-Swift"
2-
github "ParsePlatform/Parse-SDK-iOS-OSX" == 1.15.4
3-
github "daltoniam/Starscream" == 2.1.1
1+
github "BoltsFramework/Bolts-Swift" ~> 1.3.0
2+
github "ParsePlatform/Parse-SDK-iOS-OSX" ~> 1.16.0
3+
github "daltoniam/Starscream" ~> 3.0.4

Cartfile.resolved

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
github "BoltsFramework/Bolts-ObjC" "1.9.0"
22
github "BoltsFramework/Bolts-Swift" "1.3.0"
3-
github "ParsePlatform/Parse-SDK-iOS-OSX" "1.15.4"
4-
github "daltoniam/Starscream" "2.1.1"
3+
github "ParsePlatform/Parse-SDK-iOS-OSX" "1.16.0"
4+
github "daltoniam/Starscream" "3.0.4"
5+
github "daltoniam/common-crypto-spm" "1.1.0"
6+
github "daltoniam/zlib-spm" "1.1.0"

Carthage/Checkouts/common-crypto-spm

Submodule common-crypto-spm added at 2eb3aff

Carthage/Checkouts/zlib-spm

Submodule zlib-spm added at 83ac8d7

0 commit comments

Comments
 (0)