Skip to content

Releases: xcconfigs/xcconfigs

macOS M1 support! 🙌

02 Dec 18:14
4ced0ad
Compare
Choose a tag to compare

Xcode 10.2 Update

05 Apr 09:56
d0f8992
Compare
Choose a tag to compare

For macOS projects, this requires changing the paths to the xcconfigs. We unified the naming and tried to make the upgrade path as smooth as possible. Please see #86 for details.

Bumping this to 1.0 given the need to manually update the xcconfig paths for macOS projects.

Xcode 9.3 Update

18 Apr 13:14
bb79555
Compare
Choose a tag to compare

Xcode 9.3 updates and new Mac XCTest targets (Thanks @norio-nomura!)

0.11

10 Oct 01:55
Compare
Choose a tag to compare

This version is ready for use with Xcode 9.0.

Lots of Xcode 9.0 changes, more warnings 🎉, swift warnings as errors 🎊 and support for iOS extensions.

Thanks Fabian Ehrentraud, Eric Horacek, @rastersize, @NachoSoto

0.10

03 Oct 21:51
Compare
Choose a tag to compare

This version is ready for use with Xcode 8.0.

0.9

02 Feb 22:41
Compare
Choose a tag to compare
0.9

Changes:

  • Added watchOS configuration: #40 (Thanks @mrackwitz!)
  • Added tvOS configuration: #42 (Thanks @NachoSoto!)
  • Updated SWIFT_OPTIMIZATION_LEVEL for Swift 2: #43 (Thanks @NachoSoto!)
  • Improved configuration of TARGETED_DEVICE_FAMILY for all platforms: #50 (Thanks @ikesyo!)
  • Enabled GCC_NO_COMMON_BLOCKS: #56 (Thanks @calebd!)

0.8.1

27 May 01:36
Compare
Choose a tag to compare

Ignore Carthage/Build (#37, thanks @sagmor!) and enable Swift's Whole Module Optimization by default (#38).

0.8

14 Apr 02:23
Compare
Choose a tag to compare
0.8

Enables APPLICATION_EXTENSION_API_ONLY by default for libraries and frameworks (#36). Thanks @NachoSoto!

0.7.2

24 Feb 18:24
Compare
Choose a tag to compare

Disables nullability-completeness warnings (#33).

0.7.1

10 Jan 20:18
Compare
Choose a tag to compare

Update GCC_WARN_UNINITIALIZED_AUTOS to appease Xcode (#32).