Skip to content

Commit

Permalink
Merge pull request SwiftyJSON#897 from SwiftyJSON/rename-path
Browse files Browse the repository at this point in the history
Fix broken path after renaming
  • Loading branch information
wongzigii authored Sep 26, 2017
2 parents 6a6f87a + 61c612f commit e1b9090
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SwiftyJSON.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
/* End PBXContainerItemProxy section */

/* Begin PBXFileReference section */
030B6CDC1A6E171D00C2D4F1 /* Info-OSX.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "Info-OSX.plist"; sourceTree = "<group>"; };
030B6CDC1A6E171D00C2D4F1 /* Info-macOS.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "Info-macOS.plist"; sourceTree = "<group>"; };
1B587CC41DDE04360012D8DB /* MergeTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MergeTests.swift; sourceTree = "<group>"; };
2E4FEFDB19575BE100351305 /* SwiftyJSON.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = SwiftyJSON.framework; sourceTree = BUILT_PRODUCTS_DIR; };
2E4FEFDF19575BE100351305 /* Info-iOS.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "Info-iOS.plist"; sourceTree = "<group>"; };
Expand Down Expand Up @@ -238,7 +238,7 @@
isa = PBXGroup;
children = (
2E4FEFDF19575BE100351305 /* Info-iOS.plist */,
030B6CDC1A6E171D00C2D4F1 /* Info-OSX.plist */,
030B6CDC1A6E171D00C2D4F1 /* Info-macOS.plist */,
E4D7CCE91B9465A800EE7221 /* Info-watchOS.plist */,
7236B4F71BAC14150020529B /* Info-tvOS.plist */,
);
Expand Down

0 comments on commit e1b9090

Please sign in to comment.