Skip to content

Commit f8be0b2

Browse files
committed
Update planning
1 parent a5184be commit f8be0b2

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

Documentation/Planning.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,19 @@
11
# SQLite.swift Planning
22

3-
This document captures both near term steps (aka Roadmap) and feature requests.
3+
This document captures both near term steps (aka Roadmap) and feature requests.
44
The goal is to add some visibility and guidance for future additions and Pull Requests, as well as to keep the Issues list clear of enhancement requests so that bugs are more visible.
55

66
## Roadmap
77

88
_Lists agreed upon next steps in approximate priority order._
99

10-
* ~~publish to the CocoaPods directory at https://cocoapods.org/, per [#257](https://github.com/stephencelis/SQLite.swift/issues/257)~~ _jan 7, 2016_)
11-
* add SQLCipher back into the product as a separate repo, per [#311](https://github.com/stephencelis/SQLite.swift/issues/311), _in progress jan 6, 2016_
12-
13-
1410
## Feature Requests
1511

1612
_A gathering point for ideas for new features. In general, the corresponding issue will be closed once it is added here, with the assumption that it will be referred to when it comes time to add the corresponding feature._
1713

1814
### Packaging
1915

20-
* add TV OS support, per [#272](https://github.com/stephencelis/SQLite.swift/issues/272) - currently pending SQLiteCipher merge and/or adding ability for user to pick their preferred [SQLCipher](https://github.com/sqlcipher/sqlcipher) branch
21-
* linux support via Swift Package Manager, per [#315](https://github.com/stephencelis/SQLite.swift/issues/315)
16+
* linux support via Swift Package Manager, per [#315](https://github.com/stephencelis/SQLite.swift/issues/315), _in progress_: [#548](https://github.com/stephencelis/SQLite.swift/pull/548)
2217

2318
### Features
2419

0 commit comments

Comments
 (0)