Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
61bb2dd
Fix for ~= operator used with Double ranges
jberkel Oct 20, 2016
14c0a48
Tag as discardable
jberkel Oct 20, 2016
26ef259
Test String ranges
jberkel Oct 20, 2016
6a5e1ed
Merge branch 'master' into prepare-0.11.1
jberkel Oct 20, 2016
d95a518
Bump version
jberkel Oct 21, 2016
f58ebbf
Update CocoaPods doc
jberkel Nov 8, 2016
2d059b0
Docs: restore migration information
jberkel Nov 8, 2016
bf6a722
Add missing boilerplate
jberkel Nov 8, 2016
d784548
Fix link target
jberkel Nov 8, 2016
8b960d4
Tell users to perform a repo update when installing pods
jberkel Nov 10, 2016
c2f3fc8
Link to SQLiteMigrationManager.swift now that it is Swift3 compatible
jberkel Nov 12, 2016
6e30a3d
Add config file for CocoaDocs
jberkel Nov 12, 2016
6b78409
Mention FTS5 query differences in docs
jberkel Nov 15, 2016
75394da
Make lastInsertRowid consistent with other SQLite wrappers
jberkel Nov 15, 2016
c748006
Add changelog
jberkel Nov 15, 2016
fbea9bf
Retry failed builds
jberkel Nov 15, 2016
095026d
Add missing imports
jberkel Nov 15, 2016
e177a1d
Switch to released CocoaPods version
jberkel Nov 15, 2016
bb3b705
public check method, needed for #389
jberkel Nov 16, 2016
6b8661a
Try out xcode 8.1
jberkel Nov 16, 2016
433d247
Xcode 8.2
jberkel Nov 20, 2016
fbf994a
Specify destination
jberkel Nov 20, 2016
6e53f36
Use 6s
jberkel Nov 20, 2016
cbf5e0e
Remove travis_retry workaround
jberkel Nov 20, 2016
f23969f
Specify iOS version
jberkel Nov 20, 2016
2e6e3c9
Remove env
jberkel Nov 20, 2016
3472f4e
Split testing into separate commands
jberkel Dec 4, 2016
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Try out xcode 8.1
  • Loading branch information
jberkel committed Nov 16, 2016
commit 6b8661afdf4128379f6382ee55e8eea2b444e5ea
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: objective-c
rvm: 2.2
osx_image: xcode8
osx_image: xcode8.1
env:
global:
- IOS_SIMULATOR="iPhone SE"
Expand Down