You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+10-6Lines changed: 10 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,14 +2,16 @@
2
2
3
3
## Next Version
4
4
5
+
## 2.19.0
6
+
5
7
#### Added
6
-
-Support for building and running on Linux platforms. Tested for compatibility with Swift 5.3+ and Ubuntu 18.04. [#988](https://github.com/yonaskolb/XcodeGen/pull/988)@elliottwilliams
7
-
-Add`useBaseInternationalization` to Project Spec Options to opt out of Base Internationalization. [#961](https://github.com/yonaskolb/XcodeGen/pull/961)@liamnichols
8
-
-Add`storeKitConfiguration` to allow specifying StoreKit Configuration in Scheme and TargetScheme, supporting either xcodeproj or xcworkspace via `schemePathPrefix` option. [#964](https://github.com/yonaskolb/XcodeGen/pull/964)@jcolicchio
9
-
-More detailed error message with method arguments. [#990](https://github.com/yonaskolb/XcodeGen/pull/990)@bannzai
8
+
-Added support for building and running on Linux platforms. Tested for compatibility with Swift 5.3+ and Ubuntu 18.04. [#988](https://github.com/yonaskolb/XcodeGen/pull/988)@elliottwilliams
9
+
-Added`useBaseInternationalization` to Project Spec Options to opt out of Base Internationalization. [#961](https://github.com/yonaskolb/XcodeGen/pull/961)@liamnichols
10
+
-Added`storeKitConfiguration` to allow specifying StoreKit Configuration in Scheme and TargetScheme, supporting either xcodeproj or xcworkspace via `schemePathPrefix` option. [#964](https://github.com/yonaskolb/XcodeGen/pull/964)@jcolicchio
11
+
-Added more detailed error message with method arguments. [#990](https://github.com/yonaskolb/XcodeGen/pull/990)@bannzai
10
12
- Added `basedOnDependencyAnalysis` to Project Spec Build Script to be able to choose not to skip the script. [#992](https://github.com/yonaskolb/XcodeGen/pull/992)@myihsan
11
-
-Add`BuildRule.runOncePerArchitecture` to allow running build rules once per architecture. [#950](https://github.com/yonaskolb/XcodeGen/pull/950)@sascha
12
-
-Adds discovered dependency file for a build script [#1012](https://github.com/yonaskolb/XcodeGen/pull/1012)@polac24@fggeraissate
13
+
-Added`BuildRule.runOncePerArchitecture` to allow running build rules once per architecture. [#950](https://github.com/yonaskolb/XcodeGen/pull/950)@sascha
14
+
-Added discovered dependency file for a build script [#1012](https://github.com/yonaskolb/XcodeGen/pull/1012)@polac24@fggeraissate
13
15
14
16
#### Changed
15
17
-**Breaking**: Info.plists with custom prefixes are no longer added to the Copy Bundle Resources build phase [#945](https://github.com/yonaskolb/XcodeGen/pull/945)@anivaros
@@ -25,6 +27,8 @@
25
27
#### Internal
26
28
- Updated to Yams 4.0.0 [#984](https://github.com/yonaskolb/XcodeGen/pull/984)@swiftty
0 commit comments