Skip to content

Commit

Permalink
add Podspec and Package.swift to Xcode project
Browse files Browse the repository at this point in the history
  • Loading branch information
DivineDominion committed Nov 22, 2021
1 parent 8c9d66e commit d782490
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions SwiftCSV.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,8 @@
508975E01DBF3E51006F3DBE /* EnumeratedViewTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = EnumeratedViewTests.swift; sourceTree = "<group>"; };
50A2B23324894DC900B168A9 /* NewlineTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = NewlineTests.swift; sourceTree = "<group>"; };
50F241A4274BB8DB00520A69 /* CHANGELOG.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = CHANGELOG.md; sourceTree = "<group>"; };
50F241A5274BBDF000520A69 /* SwiftCSV.podspec */ = {isa = PBXFileReference; lastKnownFileType = text; path = SwiftCSV.podspec; sourceTree = "<group>"; };
50F241A6274BBDF000520A69 /* Package.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Package.swift; sourceTree = "<group>"; };
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; };
Expand Down Expand Up @@ -196,6 +198,8 @@
5034F4712272E0DC001C02D1 /* README.md */,
5034F4722272E0E4001C02D1 /* LICENSE */,
50F241A4274BB8DB00520A69 /* CHANGELOG.md */,
50F241A6274BBDF000520A69 /* Package.swift */,
50F241A5274BBDF000520A69 /* SwiftCSV.podspec */,
3D1E59B61945FFAC001CF760 /* SwiftCSV */,
3D1E59C31945FFAD001CF760 /* SwiftCSVTests */,
3D1E59B51945FFAC001CF760 /* Products */,
Expand Down

0 comments on commit d782490

Please sign in to comment.