Skip to content

Commit

Permalink
Remove SPM Manifest
Browse files Browse the repository at this point in the history
Apple is building SPM into Xcode so the manifest is no longer needed to future proof SPM compatibility
  • Loading branch information
liamrosenfeld authored and cmyr committed Jun 15, 2019
1 parent 441c982 commit e6070e3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 39 deletions.
37 changes: 0 additions & 37 deletions Package.swift

This file was deleted.

2 changes: 0 additions & 2 deletions XiEditor.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,6 @@

/* Begin PBXFileReference section */
0C1F5B2921B5EFA300B7CE15 /* Arguments.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Arguments.swift; sourceTree = "<group>"; };
0C4460AE21895F980035E3C1 /* Package.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Package.swift; sourceTree = "<group>"; };
0C53410A21B746AA004A9550 /* XiCliCoreTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = XiCliCoreTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
0C53410C21B746AA004A9550 /* XiCliCoreTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = XiCliCoreTests.swift; sourceTree = "<group>"; };
0C53410E21B746AA004A9550 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
Expand Down Expand Up @@ -340,7 +339,6 @@
AE499DC31C82BB2B002D68AF = {
isa = PBXGroup;
children = (
0C4460AE21895F980035E3C1 /* Package.swift */,
0C4460AC218955400035E3C1 /* Sources */,
0C4460AD218955700035E3C1 /* Tests */,
31D2A51321B6BEEC005919F0 /* Resources */,
Expand Down

0 comments on commit e6070e3

Please sign in to comment.