Commit Graph

5 Commits

Author SHA1 Message Date
Pedro Piñera d6711c8703 Precompile frameworks & libraries with Swift 5.1.2 2019-12-06 18:55:04 +01:00
Pedro Piñera 1cce8eaf83 Bump Swift version 2019-04-28 22:49:35 +02:00
Pedro Piñera Buendía a03a4e932b
Swift 5 support (#317)
* Support Swift 5

* Fix test

* Don't check if the versions match when both local and remote versions are greater or equal than 5

* Updating fixtures for Swift 5 support

- Included a build script to allow re-creating the pre-built `Framework2` framework
- Updated build script for pre-built static library to require less manual steps

* Updates for Swift 5

- `swift package tools-version --set-current`

* Relaxed error output checks in acceptance tests

* Adding trace for acceptance test (to aid troubleshooting)

* skipping build during error message acceptance test

- Adding a step to build tuist separately ahead of calling run
- When running tuist via `swift run` we now skip the build

* Disable Swiftformat
2019-04-10 08:18:52 +02:00
Pedro Piñera Buendía 3a15268a32
Release/0.8.0 (#155)
* Version 0.8.0

* Add Changelog entry
2018-11-05 09:28:44 -05:00
Pedro Piñera Buendía 1d60266ca9
Bump xcodeproj to 6.0.0 (#133)
* Bump xcodeproj to 6.0.0

* Remove warning

* Get tests passing

* Don't import xcodeproj with testable

* Add entry to changelog

* Build with Xcode 10 on CI

* Add .swift-version file

* Fix test
2018-09-19 11:44:31 +02:00