From d782490ebe3bd9ad4679a6f80eac33a842564a41 Mon Sep 17 00:00:00 2001 From: Christian Tietze Date: Mon, 22 Nov 2021 13:23:34 +0100 Subject: [PATCH] add Podspec and Package.swift to Xcode project --- SwiftCSV.xcodeproj/project.pbxproj | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/SwiftCSV.xcodeproj/project.pbxproj b/SwiftCSV.xcodeproj/project.pbxproj index 6ec7f0f..78d6deb 100644 --- a/SwiftCSV.xcodeproj/project.pbxproj +++ b/SwiftCSV.xcodeproj/project.pbxproj @@ -119,6 +119,8 @@ 508975E01DBF3E51006F3DBE /* EnumeratedViewTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = EnumeratedViewTests.swift; sourceTree = ""; }; 50A2B23324894DC900B168A9 /* NewlineTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = NewlineTests.swift; sourceTree = ""; }; 50F241A4274BB8DB00520A69 /* CHANGELOG.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = CHANGELOG.md; sourceTree = ""; }; + 50F241A5274BBDF000520A69 /* SwiftCSV.podspec */ = {isa = PBXFileReference; lastKnownFileType = text; path = SwiftCSV.podspec; sourceTree = ""; }; + 50F241A6274BBDF000520A69 /* Package.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Package.swift; sourceTree = ""; }; 5FB74B911CCB9274009DDBF1 /* SwiftCSV.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = SwiftCSV.framework; sourceTree = BUILT_PRODUCTS_DIR; }; 5FB74B9A1CCB9274009DDBF1 /* SwiftCSVTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = SwiftCSVTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; 5FB74BAD1CCB929D009DDBF1 /* SwiftCSV.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = SwiftCSV.framework; sourceTree = BUILT_PRODUCTS_DIR; }; @@ -196,6 +198,8 @@ 5034F4712272E0DC001C02D1 /* README.md */, 5034F4722272E0E4001C02D1 /* LICENSE */, 50F241A4274BB8DB00520A69 /* CHANGELOG.md */, + 50F241A6274BBDF000520A69 /* Package.swift */, + 50F241A5274BBDF000520A69 /* SwiftCSV.podspec */, 3D1E59B61945FFAC001CF760 /* SwiftCSV */, 3D1E59C31945FFAD001CF760 /* SwiftCSVTests */, 3D1E59B51945FFAC001CF760 /* Products */,