We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7160b19 commit 4bdc3f8Copy full SHA for 4bdc3f8
CHANGELOG.md
@@ -1,4 +1,4 @@
1
-## master
+## 0.4.0
2
* Modify pbxproj using toshi0383/Pbxproj
3
[Toshihiro Suzuki](https://github.com/toshi0383)
4
[#13](https://github.com/toshi0383/xcconfig-extractor/pull/13)
Sources/xcconfig-extractor/Config.swift
@@ -9,7 +9,7 @@
9
import Foundation
10
11
struct Config {
12
- static let version = "0.3.2"
+ static let version = "0.4.0"
13
let isIncludeExisting: Bool
14
init(isIncludeExisting: Bool) {
15
self.isIncludeExisting = isIncludeExisting
0 commit comments