Skip to content

Releases: netguru/xcconfigs

0.8

19 Oct 08:04
207b884
Compare
Choose a tag to compare

Release of default Xcode build settings changes in Xcode 13.

0.7

19 Nov 23:37
Compare
Choose a tag to compare
0.7

This release of xcconfigs adds SWIFT_COMPILATION_MODE and sets it to whole-module in Release mode.

0.6

11 Oct 07:48
Compare
Choose a tag to compare
0.6

This release of xcconfigs removes LD_RUNPATH_SEARCH_PATHS from target configuration files which were incorrectly duplicating values set in platform configuration files.

0.5

31 Jan 16:28
Compare
Choose a tag to compare
0.5

This release of xcconfigs fixes the mapping of _COMPILER_SWIFT_BRIDGING_HEADER_PATH build setting variable. It is now mapped correctly to SWIFT_OBJC_BRIDGING_HEADER.

Kudos for @PatrykKaczmarek for finding and fixing that!

0.4

19 Nov 18:40
Compare
Choose a tag to compare
0.4

This release of xcconfigs includes new variables:

  • _DEPLOYMENT_DEVICES_IOS = 1,2
  • _DEPLOYMENT_DEVICES_TVOS = 3
  • _DEPLOYMENT_DEVICES_WATCHOS = 4
  • _CODESIGN_STYLE = Automatic

0.3

01 Oct 17:46
Compare
Choose a tag to compare
0.3

This release of xcconfigs brings Xcode 9 support by adding the following build settings:

  • CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES
  • CLANG_WARN_COMMA = YES
  • CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES
  • CLANG_WARN_STRICT_PROTOTYPES = YES
  • CLANG_WARN_RANGE_LOOP_ANALYSIS = YES
  • CLANG_WARN_OBJC_LITERAL_CONVERSION = YES

0.2

21 Jun 17:01
Compare
Choose a tag to compare
0.2

This is a major release of xcconfigs with everything rewritten from scratch.

There are so many changes that listing them here is impossible. Instead, please refer to Documentation folder to learn more on how to integrate xcconfigs into your project.

A proper changelog will be conducted from this release forward! 🤞

0.1

20 Apr 14:52
Compare
Choose a tag to compare
0.1

This is an initial release of xcconfigs.