Skip to content

Commit

Permalink
change info.plist location to be relative to the group
Browse files Browse the repository at this point in the history
  • Loading branch information
jdisho committed Aug 31, 2018
1 parent 570234f commit caedc2a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions VanillaConstraints.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -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 */; };
Expand All @@ -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 = "<absolute>"; };
C056F0FA2121A1AD007B6791 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
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 = "<group>"; };
C056F1062121A1AD007B6791 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
Expand Down Expand Up @@ -210,7 +209,6 @@
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
C03988602125AF5100FFDA7D /* Info.plist in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down

0 comments on commit caedc2a

Please sign in to comment.