|
142 | 142 | 502CDAF32AC60ADA00766701 /* ResourceHelper.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ResourceHelper.swift; sourceTree = "<group>"; }; |
143 | 143 | 5034F4712272E0DC001C02D1 /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; }; |
144 | 144 | 5034F4722272E0E4001C02D1 /* LICENSE */ = {isa = PBXFileReference; lastKnownFileType = text; path = LICENSE; sourceTree = "<group>"; }; |
| 145 | + 504F73F02BEF52AA00FF4102 /* Project.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; name = Project.xcconfig; path = Configuration/Project.xcconfig; sourceTree = "<group>"; }; |
145 | 146 | 508975D11DBB897A006F3DBE /* NamedCSVView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = NamedCSVView.swift; sourceTree = "<group>"; }; |
146 | 147 | 508975D61DBF34CF006F3DBE /* ParsingState.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ParsingState.swift; sourceTree = "<group>"; }; |
147 | 148 | 508975DB1DBF3B70006F3DBE /* EnumeratedCSVView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = EnumeratedCSVView.swift; sourceTree = "<group>"; }; |
|
236 | 237 | 50F241A4274BB8DB00520A69 /* CHANGELOG.md */, |
237 | 238 | 50F241A6274BBDF000520A69 /* Package.swift */, |
238 | 239 | 50F241A5274BBDF000520A69 /* SwiftCSV.podspec */, |
| 240 | + 504F73F02BEF52AA00FF4102 /* Project.xcconfig */, |
239 | 241 | 3D1E59B61945FFAC001CF760 /* SwiftCSV */, |
240 | 242 | 3D1E59C31945FFAD001CF760 /* SwiftCSVTests */, |
241 | 243 | 3D1E59B51945FFAC001CF760 /* Products */, |
|
761 | 763 | /* Begin XCBuildConfiguration section */ |
762 | 764 | 3D1E59C81945FFAD001CF760 /* Debug */ = { |
763 | 765 | isa = XCBuildConfiguration; |
| 766 | + baseConfigurationReference = 504F73F02BEF52AA00FF4102 /* Project.xcconfig */; |
764 | 767 | buildSettings = { |
765 | 768 | ALWAYS_SEARCH_USER_PATHS = NO; |
766 | 769 | CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES; |
|
821 | 824 | }; |
822 | 825 | 3D1E59C91945FFAD001CF760 /* Release */ = { |
823 | 826 | isa = XCBuildConfiguration; |
| 827 | + baseConfigurationReference = 504F73F02BEF52AA00FF4102 /* Project.xcconfig */; |
824 | 828 | buildSettings = { |
825 | 829 | ALWAYS_SEARCH_USER_PATHS = NO; |
826 | 830 | CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES; |
|
1263 | 1267 | "@executable_path/Frameworks", |
1264 | 1268 | "@loader_path/Frameworks", |
1265 | 1269 | ); |
1266 | | - MARKETING_VERSION = 0.8.0; |
1267 | 1270 | MODULE_VERIFIER_SUPPORTED_LANGUAGES = "objective-c objective-c++"; |
1268 | 1271 | MODULE_VERIFIER_SUPPORTED_LANGUAGE_STANDARDS = "gnu99 gnu++11"; |
1269 | 1272 | MTL_ENABLE_DEBUG_INFO = YES; |
|
1301 | 1304 | "@executable_path/Frameworks", |
1302 | 1305 | "@loader_path/Frameworks", |
1303 | 1306 | ); |
1304 | | - MARKETING_VERSION = 0.8.0; |
1305 | 1307 | MODULE_VERIFIER_SUPPORTED_LANGUAGES = "objective-c objective-c++"; |
1306 | 1308 | MODULE_VERIFIER_SUPPORTED_LANGUAGE_STANDARDS = "gnu99 gnu++11"; |
1307 | 1309 | MTL_ENABLE_DEBUG_INFO = NO; |
|
0 commit comments