Skip to content

Commit

Permalink
Added linuxmain and manifest for SPM to xcode project (to be editable) 🍻
Browse files Browse the repository at this point in the history
  • Loading branch information
chicio committed Nov 8, 2018
1 parent 59cd437 commit d4c96a1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ID3TagEditor.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -684,6 +684,8 @@
45537A5F20932D81009F639C /* ID3ISO88591StringToByteAdapter.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ID3ISO88591StringToByteAdapter.swift; sourceTree = "<group>"; };
45537A6A20932E9F009F639C /* ID3UTF16StringToByteAdapterTest.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ID3UTF16StringToByteAdapterTest.swift; sourceTree = "<group>"; };
45537A6E2093332F009F639C /* ID3ISO88591StringToByteAdapterTest.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ID3ISO88591StringToByteAdapterTest.swift; sourceTree = "<group>"; };
4553D64421946A2300540631 /* XCTestManifests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = XCTestManifests.swift; sourceTree = "<group>"; };
4553D64521946A3000540631 /* LinuxMain.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LinuxMain.swift; sourceTree = "<group>"; };
45541B7720598F6C0025A8BF /* ID3TagEditor.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = ID3TagEditor.framework; sourceTree = BUILT_PRODUCTS_DIR; };
45541BE52059954C0025A8BF /* ID3TagEditor tvOS Tests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "ID3TagEditor tvOS Tests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; };
45541C25205999A20025A8BF /* CHANGELOG.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = CHANGELOG.md; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.markdown; };
Expand Down Expand Up @@ -858,6 +860,7 @@
45541C25205999A20025A8BF /* CHANGELOG.md */,
45AB7194204AD842004A2239 /* LICENSE.md */,
45AB7195204AD842004A2239 /* README.md */,
4553D64521946A3000540631 /* LinuxMain.swift */,
45AB7193204AD842004A2239 /* Package.swift */,
452831C72044C40700458375 /* Source */,
452831D22044C40700458375 /* Tests */,
Expand Down Expand Up @@ -901,6 +904,7 @@
452831D22044C40700458375 /* Tests */ = {
isa = PBXGroup;
children = (
4553D64421946A2300540631 /* XCTestManifests.swift */,
452831D52044C40700458375 /* Info.plist */,
C5067753D083F53C9092BDF7 /* Creation */,
C5067B13D98AA770959FAF9C /* Mock */,
Expand Down

0 comments on commit d4c96a1

Please sign in to comment.