diff --git a/VanillaConstraints.xcodeproj/project.pbxproj b/VanillaConstraints.xcodeproj/project.pbxproj index b0e6dc4..102c860 100644 --- a/VanillaConstraints.xcodeproj/project.pbxproj +++ b/VanillaConstraints.xcodeproj/project.pbxproj @@ -7,7 +7,6 @@ objects = { /* Begin PBXBuildFile section */ - C03988602125AF5100FFDA7D /* Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = C056F0FA2121A1AD007B6791 /* Info.plist */; }; C056F1002121A1AD007B6791 /* VanillaConstraints.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C056F0F62121A1AD007B6791 /* VanillaConstraints.framework */; }; C056F1052121A1AD007B6791 /* VanillaConstraintsTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = C056F1042121A1AD007B6791 /* VanillaConstraintsTests.swift */; }; C056F1122121A260007B6791 /* Constrainable.swift in Sources */ = {isa = PBXBuildFile; fileRef = C056F1112121A260007B6791 /* Constrainable.swift */; }; @@ -33,7 +32,7 @@ /* Begin PBXFileReference section */ C056F0F62121A1AD007B6791 /* VanillaConstraints.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = VanillaConstraints.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - C056F0FA2121A1AD007B6791 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; name = Info.plist; path = /Users/jodi/Documents/Swift/JDConstraints/VanillaConstraints/Info.plist; sourceTree = ""; }; + C056F0FA2121A1AD007B6791 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; C056F0FF2121A1AD007B6791 /* VanillaConstraintsTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = VanillaConstraintsTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; C056F1042121A1AD007B6791 /* VanillaConstraintsTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = VanillaConstraintsTests.swift; sourceTree = ""; }; C056F1062121A1AD007B6791 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; @@ -210,7 +209,6 @@ isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( - C03988602125AF5100FFDA7D /* Info.plist in Resources */, ); runOnlyForDeploymentPostprocessing = 0; };