Skip to content

Commit

Permalink
Merge branch 'master' of github.com:danthorpe/YapDatabaseExtensions i…
Browse files Browse the repository at this point in the history
…nto development

# Conflicts:
#	.ci/buildkite/pipeline.template.yml
#	.fastlane/Fastfile
#	Cartfile
#	Cartfile.resolved
#	Gemfile.lock
#	Supporting Files/Carthage.xcconfig
#	Supporting Files/Version.xcconfig
#	Supporting Files/YapDatabaseExtensions.h
#	Supporting Files/YapDatabaseExtensions.xcconfig
#	YapDatabaseExtensions.xcodeproj/project.pbxproj
#	YapDatabaseExtensions.xcodeproj/xcshareddata/xcschemes/YapDatabaseExtensions.xcscheme
  • Loading branch information
danthorpe committed Dec 7, 2016
2 parents 6c11b49 + b7a1b16 commit 77660b1
Show file tree
Hide file tree
Showing 15 changed files with 207 additions and 154 deletions.
2 changes: 1 addition & 1 deletion .ci/buildkite/pipeline.template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ steps:
command: .ci/scripts/test-ios
agents:
xcode: "$XCODE"
iOS-Simulator: true
queue: "iOS-Simulator"
2 changes: 1 addition & 1 deletion .fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ platform :ios do
scan(
scheme: 'YapDatabaseExtensions',
output_directory: ".ci/xcodebuild-data",
destination: "platform=iOS Simulator,OS=9.3,name=iPhone 6s"
destination: "platform=iOS Simulator,OS=10.1,name=iPhone 7"
)

end
Expand Down
1 change: 1 addition & 0 deletions .swift-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
2.3
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 2.6.0
Updated for Swift 2.3 - sorry it's taken so long!

# 2.5.0
1. [[YDB-84](https://github.com/danthorpe/YapDatabaseExtensions/pull/85)]: Updates to Swift 2.2

Expand Down
4 changes: 2 additions & 2 deletions Cartfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
github "danthorpe/ValueCoding" "1.4.0"
github "CocoaLumberjack/CocoaLumberjack" "2.3.0"
github "danthorpe/ValueCoding" "1.5.0"
github "CocoaLumberjack/CocoaLumberjack" "2.4.0"
github "yapstudios/YapDatabase" "2.9.2"
4 changes: 2 additions & 2 deletions Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
github "CocoaLumberjack/CocoaLumberjack" "2.3.0"
github "CocoaLumberjack/CocoaLumberjack" "2.4.0"
github "tonymillion/Reachability" "c4d225a479379f9998dbd5b55070427373d20574"
github "danthorpe/ValueCoding" "1.4.0"
github "danthorpe/ValueCoding" "1.5.0"
github "yapstudios/YapDatabase" "2.9.2"
Loading

0 comments on commit 77660b1

Please sign in to comment.